Seebass22 / cargo-desktop

create .desktop files for rust projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cargo-desktop

create .desktop files for your rust projects

Must be run in the binary crate root. Does not install the binary for you (run cargo install --path . first)

# create a desktop file
$ cargo desktop

# create and open in $EDITOR
$ cargo desktop --edit

About

create .desktop files for rust projects

License:MIT License


Languages

Language:Rust 100.0%