https://github.com/bios-marcel/mkdf
A little tool to write a .desktop file for the current user.
https://github.com/bios-marcel/mkdf
desktop desktop-files linux
Last synced: about 2 months ago
JSON representation
A little tool to write a .desktop file for the current user.
- Host: GitHub
- URL: https://github.com/bios-marcel/mkdf
- Owner: Bios-Marcel
- License: bsd-3-clause
- Created: 2019-01-06T13:13:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T08:56:12.000Z (about 7 years ago)
- Last Synced: 2025-02-23T16:06:45.587Z (11 months ago)
- Topics: desktop, desktop-files, linux
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdf
This little tool creates a `.desktop` file at `~/.local/share/applications`
which contains only some Information.
Currently the user can decide on the following content:
* Visible name
* Executable path
* Optional Icon
## Why
I was annoyed by manually creating those files, since some applications don't
do it themselves.
## Installation
```shell
go get github.com/Bios-Marcel/mkdf
```
Make sure that `$GOPATH/bin` is part of your `PATH` variable or manually add
the binary to your path.
## Usage
Simply invoke the tool, it will guide you!