Mkdsk - shorthand for Make desktop. This is a simple cli tool for linux that simplifies the creation of .desktop files.
- Ability to create .desktop files without using any text editor.
- You can create desktop entries with types: Application, Link, Directory.
- To create minimal .desktop you can pass only path to source.
- You can pass various
[Desktop Entry]
keys. All of them may be omitted, except path to the executable. - You can create file manager context menu option using this tool.
Use mkdsk --help
for help.
- Download mkdsk.
- Open mkdsk directory in terminal.
- Execute
sudo mv ./mkdsk /usr/local/bin
to make mkdsk globally accessible.
If you are using Nemo File Manager you can add the "Create desktop" context menu option by following these steps:
- Download create_desktop.nemo_action.
- Open create_desktop.nemo_action directory in terminal.
- Execute
mv ./create_desktop.nemo_action ~/.local/share/nemo/actions
.
Note: nemo_action will not work if mkdsk is not globally accessible.