#applications #runner #menu #practical #border #window

app practicalrunner

A practical application runner

3 releases

0.1.2 Jul 31, 2024
0.1.1 May 22, 2024
0.1.0 May 22, 2024

#2113 in Command line utilities

Download history 88/week @ 2024-05-16 106/week @ 2024-05-23 1/week @ 2024-06-06 80/week @ 2024-07-25 47/week @ 2024-08-01

117 downloads per month

MIT license

3.5MB
521 lines

practical-runner

A practical application runner written in Rust. Inspired by dmenu

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Features

  • theming (colors, font family, font size, line spacing, window border)
  • custom row count
  • smart row scrolling
  • prompt message
  • open menu on a specific display

Installation

To use practical-runner run the following command:

cargo install practicalrunner

Or clone this repository and run the following command in the repository's root directory:

cargo install --path .

Usage

practicalrunner

For information about the various arguments run the following command:

practicalrunner --help

Controls

  • [enter] to run the selected suggestion
  • [up] / [down] arrow to scroll the suggestions
  • [escape] / [ctrl-c] to quit

Dependencies

~17–25MB
~418K SLoC