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)
aghpb-cli [options] {query}
Here's an example with
rust
being the book category andmai
the anime character:aghpb-cli -c rust mai
Check out the help command for more: aghpb-cli --help
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.
Prerequisites: wget
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
will add soon...
Prerequisites: git
, rust-lang
, make
(recommended)
git clone https://github.com/THEGOLDENPRO/aghpb-cli
cd aghpb-cli
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.
too lazy to add the instructions, someone do it for me 😴 like fr!