practicalrunner

Crates.iopracticalrunner
lib.rspracticalrunner
version0.1.2
sourcesrc
created_at2024-05-22 20:40:01.680741
updated_at2024-07-31 16:09:32.856723
descriptionA practical application runner
homepagehttps://github.com/4-0-9/practical-runner
repositoryhttps://github.com/4-0-9/practical-runner
max_upload_size
id1248601
size3,363,218
409 (4-0-9)

documentation

README

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
Commit count: 37

cargo fmt