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
Execute a desktop entry and detach it from the terminal
Execute a custom desktop entry
You may want to execute a program with extra arguments or behaviour.
To do this, you can create a .desktop file at the default $HOME/.local/share/applications
or a custom directory set in the configuration file.
Entries found in directories specified in the configuration file will take precedence over entries in the user applications folder, which takes precedence over the system applications folder.
# Executes the first match found
Configuration
A default configuration file is generated at $HOME/.config/desk-exec/desk_exec.toml.
[]
# Toggles the searching of the default XDG data directories
= true
# List of custom search directories in order of precedence
= []
Installation
Currently, binaries for x86_64 are the only ones provided.
ArchLinux
Desk-exec can be installed using your favorite AUR helper with any of the following packages.
)
Releases
Binary tar-balls can be found on the releases page.
The dist folder will contain any extra stuff like shell completions and man page entries.
Cargo
Desk-exec can also be built from source or installed with cargo from crates.io.
Contributing
If you have any suggestions or problems, please submit an issue. If you would like to contribute code, pull requests are welcome.
License
This project is licensed under the Unlicense license.