# Desk-exec
Execute programs defined in XDG desktop entries directly from the command line.
Allows for substring pattern based searching.
## Usage
### Execute a desktop entry
`desk-exec <PROGRAM_NAME>`
### Execute a desktop entry and detach it from the terminal
`desk-exec --detach <PROGRAM_NAME>`
## Installation
As this project is in very early development, no pre-packaged binaries are provided at this moment.
Desk-exec can be built from source or installed with cargo from [crates.io](https://crates.io/crates/desk_exec)
`cargo install desk-exec`
## Contributing
If you have any suggestions or problems, please [submit an issue](https://github.com/AxerTheAxe/desk-exec/issues/new).
If you would like to contribute code, [pull requests are welcome](https://github.com/AxerTheAxe/desk-exec/compare).
## License
This project is licensed under the [Unlicense](LICENSE) license.