Runny is a terminal-based application launcher for Linux, built in Go with BubbleTea framework.
go install github.com/b-swist/runny@v0.3.1 git clone https://github.com/b-swist/runny.git
cd runnyInstall system-wide:
sudo make installAlternatively, Install for a single user:
make install PREFIX=~/.localImportant
Ensure that the directory is in $PATH (example for ~/.local/bin)
export PATH="$HOME/.local/bin:$PATH"Runny is released under the MIT License.