deskent

Crates.iodeskent
lib.rsdeskent
version0.3.0
sourcesrc
created_at2018-05-29 11:42:57.344594
updated_at2022-06-08 08:48:37.813447
descriptionFind and inspect desktop entry files
homepage
repositoryhttps://github.com/takluyver/deskent
max_upload_size
id67592
size15,268
Thomas Kluyver (takluyver)

documentation

README

Linux desktops use desktop entry files to find and launch graphical applications. The launcher or menu is populated with names and icons from these files.

deskent is a command line tool to find and inspect desktop entry files.

Installation

cargo install deskent

cargo is Rust's package manager - see https://www.rust-lang.org/

Usage

# List all desktop entry files
deskent ls

# Find files by display name (case insensitive)
deskent find firefox
Commit count: 18

cargo fmt