Crates.io | gyr |
lib.rs | gyr |
version | 0.1.5 |
source | src |
created_at | 2022-07-01 16:02:30.679744 |
updated_at | 2023-09-10 19:41:56.441095 |
description | Blazing fast TUI launcher for GNU/Linux and *BSD |
homepage | https://sr.ht/~nkeor/gyr/ |
repository | https://git.sr.ht/~nkeor/gyr/ |
max_upload_size | |
id | 617224 |
size | 81,648 |
$ cargo install gyr
$HOME/.cargo/bin
to your $PATH
Or build from Git:
$ git clone https://git.sr.ht/~f9/gyr && cd gyr
$ cargo build --release
target/release/gyr
to somewhere in your $PATH
Gyr is in the Arch Linux AUR (gyr
, gyr-git
and gyr-bin
).
Other distros may come soon-ish
Alternatively, pre-built binaries for Linux (x86_64 and aarch64) and FreeBSD 13.1 (x86_64) are available in the releases.
Run gyr
from a terminal. Scroll through the app list, find some app typing chars, run selected pressing ENTER. Pretty straightforward.
Oh, yes: go to the bottom with the left arrow, top with right. Cancel pressing Esc.
Alternative bindings are Ctrl-Q to cancel, Ctrl-Y to run the app, Ctrl-N scroll down and Ctrl-P to scroll up (VIM bindings).
I designed it for tiling WMs like Sway or i3.
Note for Sway: When
$SWAYSOCK
is set,swaymsg exec
is used to run the program. This allows Sway to spawn the program in the workspace Gyr was run in.
You can configure some stuff with cli flags, see gyr --help
Gyr also has a history feature, so most used entries will be sorted first. This can be reset with gyr --clear_history
There's also a config file which can be placed in $HOME/.config/gyr/config.toml
or $XDG_DATA_HOME/gyr/config.toml
(sample)
Verbosity levels (-v
, -vv
, -vvv
, each level adds logs to the previous one):
-v
: will make the launched binary inherit Gyr's stdio
. (which means you'll see the logs)-vv
: will show the path of each app in the info-vvv
: adds some debug information (number of times the apps were run, etc.)This is what I have on my config file:
$ cat ~/.config/sway/config
...
set $menu alacritty --title launcher -e gyr
bindsym $mod+d exec $menu
for_window [title="^launcher$"] floating enable, resize set width 500 height 430, border none
...
Feature requests and bug reports are most welcome.
I'll accept patchsets fixing bugs or adding requested features.
NOTE: The preferred way to contribute is via SourceHut, tickets can be opened at https://todo.sr.ht/~f9/gyr
The GitLab releases & issues are kept for convenience, but merge requests are closed.
Notable changes will be documented in the CHANGELOG file
BSD 2-Clause (c) 2020-2022 Namkhai B.