3 releases (breaking)

Uses old Rust 2015

0.3.0 Jun 8, 2022
0.2.0 May 21, 2021
0.1.0 May 29, 2018

#29 in #xdg

22 downloads per month

MIT license

7KB
143 lines

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

Dependencies

~2.5MB
~37K SLoC