Skip to content

Fresh anime girls holding programming books right from the comfort of your command line.

Notifications You must be signed in to change notification settings

THEGOLDENPRO/aghpb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💽 aghpb-cli

Fresh anime girls holding programming books right from the comfort of your command line.

aghpb_cli.mp4
Kooha-2024-02-03-23-24-15.mp4

Note

This project is a work in progress so expect bugs and missing features. (feel free to contribute and report any bugs)

Usage 🖱️

aghpb-cli [options] {query}

Here's an example with rust being the book category and mai the anime character:

aghpb-cli -c rust mai

Check out the help command for more: aghpb-cli --help

Installation 🛠️

I don't plan on releasing to any package managers any time soon so for now you have two options, install from source (like a real man) or use my already published binary.

Warning

On Linux if the aghpb-cli command doesn't work you may need to add the ~/.cargo/bin directory to your path if you . You can do so by adding export PATH=$PATH:~/.cargo/bin to your .bashrc or an equivalent.

Install the binary 🧑‍💻

Prerequisites: wget

Linux 🐧

wget https://github.com/THEGOLDENPRO/aghpb-cli/releases/latest/download/aghpb-cli && sudo mv ./aghpb-cli /usr/local/bin
sudo chmod +x /usr/local/bin/aghpb-cli

Windows 🪟

will add soon...

Install from source 🏗️

Prerequisites: git, rust-lang, make (recommended)

git clone https://github.com/THEGOLDENPRO/aghpb-cli
cd aghpb-cli

Linux 🐧

Now if you have 'make' you may just run these commands and you're done:

make # build
make install # install to bin

If you don't have 'make' for some reason go and copy the code from the makefile yourself but try the make command at least you might already have it and I highly recommend you install it.

Windows 🪟

too lazy to add the instructions, someone do it for me 😴 like fr!