An open API service indexing awesome lists of open source software.

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.

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!