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