diff options
author | axtlos <axtlos@disroot.org> | 2024-04-19 23:13:43 +0200 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2024-04-19 23:13:43 +0200 |
commit | 90f9a13de3eb985aac0c9b5c4b8882cdaa896062 (patch) | |
tree | adb238e3d2829dcf13d950190005a4bab1cfec58 /Readme.md | |
parent | 73815e97a91cd51db9d3b96d69891f6f6c1f58d0 (diff) | |
download | deskwhich-90f9a13de3eb985aac0c9b5c4b8882cdaa896062.tar.gz deskwhich-90f9a13de3eb985aac0c9b5c4b8882cdaa896062.tar.bz2 |
Add readme
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..47de5e4 --- /dev/null +++ b/Readme.md @@ -0,0 +1,27 @@ +# deskwhich + +Search for .desktop files in XDG\_DATA_DIRS + +# Usage +``` +desktopwhich [OPTIONS] <SEARCH> + +Arguments: + <SEARCH> The desktop file to search for + +Options: + --skip-dot Skip directories in XDG_DATA_DIRS that start with a dot + --skip-home Skip directories in XDG_DATA_DIRS that start with the home directory + -a, --all Print all matches in XDG_DATA_DIRS, not just the first + --show-tilde Output a tilde for HOME directory + -h, --help Print help + -V, --version Print version +``` + +# Building +``` +git clone https://codeberg.org/axtlos/desktopwhich.git +cd desktopwhich +cargo build --release +``` +The executable will be placed in `./target/release`, it can be copied to any directory in PATH. |