o
odinpkg.dev
packages / tool / huginn

huginn

v1.0.2tool

Interactive TUI search tool for Paru witten in Odin.

MIT · updated 6 months ago

Huginn

A simple TUI Arch User Repository (AUR) interactive search tool built in Odin on top of paru.

screenshot

⚠️ requires paru to run link

Installation

Tarball

On x86_64 just grab the tarball:

curl -L -O https://github.com/krisfur/huginn/releases/download/v1.0.2/huginn-v1.0.2-linux_x86_64.tar.gz
tar -xzf huginn-v1.0.2-linux_x86_64.tar.gz
sudo cp huginn-v1.0.2-linux_x86_64/huginn /usr/local/bin/huginn

You still need Paru link installed to use it. If missing use:

git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

From source

Prerequisites:

git clone https://github.com/krisfur/huginn.git
cd huginn
odin build .

then you can simply run the resulting executable

./huginn

to make it callable from anywhere simply copy it to your local bin folder like:

sudo cp huginn /usr/local/bin/huginn

or manually add it to path.

tl;dr give me the full commands (from source)

paru:

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

odin:

paru -S odin-git

huginn:

git clone https://github.com/krisfur/huginn.git
cd huginn
odin build .
sudo cp huginn /usr/local/bin/huginn