Crates.io | sklauncher |
lib.rs | sklauncher |
version | 0.1.0 |
source | src |
created_at | 2023-08-24 03:40:26.774634 |
updated_at | 2023-08-24 03:40:26.774634 |
description | Terminal based application launcher for Linux |
homepage | |
repository | https://github.com/miyakogi/sklauncher/ |
max_upload_size | |
id | 953255 |
size | 411,764 |
Rust-written terminal based application launcher for Linux, inspired by sway-launcher-desktop, based on skim fuzzy finder.
.desktop
filesgit clone https://github.com/miyakogi/sklauncher.git
cd sklauncher
cargo install --locked --path .
On Sway WM + foot terminal
# ~/.config/sway/config
bindsym $mod+d exec foot --app-id sklauncher sklauncher
for_window [app_id="^sklauncher$"] floating enable, sticky enable
# ~/.config/sway/config
bindsym $mod+d exec foot --app-id sklauncher sklauncher --match-generic-name --tiebreak "index" --no-sort --accent-color "cyan" --color "16,bg+:-1,fg+:4,prompt:4,pointer:4" --reverse --margin "1,2" --prompt " " --preview-window "up:3"
for_window [app_id="^sklauncher$"] floating enable, sticky enable
See sklauncher --help
for more information about available options.
See: Skim's document
See: Skim's document