A pretty fast code search tool

Packages

The packages for the latest ballish release can be downloaded on Gitlab.com: release 0.9

Installation instructions

Arch Linux

Download the ballish-0.9-1-x86_64.pkg.tar.xz file, then install the package with:

sudo pacman -U ballish-0.9-1-x86_64.pkg.tar.xz

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Debian

Debian Stretch

Download the ballish_stretch_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_stretch_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Debian Buster

Download the ballish_buster_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_buster_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Debian Bullseye

Download the ballish_bullseye_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_bullseye_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Fedora

Fedora 31

Download the ballish-0.9-1.f31.x86_64.rpm file, then install the package with:

sudo dnf localinstall ballish-0.9-1.f31.x86_64.rpm

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Fedora 32

Download the ballish-0.9-1.f32.x86_64.rpm file, then install the package with:

sudo dnf localinstall ballish-0.9-1.f32.x86_64.rpm

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Ubuntu

Ubuntu 18.04

Download the ballish_ubuntu_18.04_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_ubuntu_18.04_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Ubuntu 19.10

Download the ballish_ubuntu_19.10_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_ubuntu_19.10_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .

Ubuntu 20.04

Download the ballish_ubuntu_20.04_0.9_amd64.deb file, then install the package with:

sudo dpkg -i ballish_ubuntu_20.04_0.9_amd64.deb

Then enable and start the daemon with:

sudo systemctl enable --now ballish-daemon@"$USER"

You can then read the manual (either with man ballish or here ) , with the first command to look at being bl --folder .