a .desktop file creator born from sheer pettiness
| LICENSE | Add LICENSE | |
| Makefile | Rename executable, add Makefile | |
| README.md | Initial commit | |
| shortcut | Rename executable, add Makefile | |
shortcut
Sometimes, xdg-desktop-icon isn't enough.
Usage
shortcut -e <command> <dir> links an existing shortcut that you have, if there is one, to the folder you ask for.
shortcut -n <command> <dir> runs a small wizard to make a brand new shortcut.
shortcut -r <shortcut>.desktop simply deletes the existing
Installation/Uninstallation
-
Make installation:
make installshould be enough.$ git clone https://gitlab.com/beethoven__/shortcut.git $ cd shortcut $ make install #installs itTo remove it, do
make uninstallin the shortcut directory. -
Manual installation:
Just copy
shortcutto a folder in your $PATH. For exmaple:$ git clone https://gitlab.com/beethoven__/shortcut.git $ cd shortcut $ sudo cp shortcut /usr/binTo remove it, do
rm /usr/bin/shortcut