Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 617 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 617 Bytes

Tmenu

TUI based application launcher written in Rust.

Features

  • Execute commands properly.
  • Search through applications.
  • Working menu.
  • Selecting applications.

Alt

Installing

You can compile it using cargo or install baker and compile it like this:

bake setup
bake
sudo bake install

A binary will be copied to ./bin/tmenu

Uninstalling

sudo bake uninstall

Usage

tmenu

Note: this project is a WIP