Divine Bhagavad-gita verses greeter on command line. 🙏. All verses are stored on ./bhagavad.sqlite database.
The project depends on your HOME variable and thus it required bhagavad.sqlite to be stored in $HOME/ directory. i.e your home directory.
preview.mp4
You can either symlink the binary file and place bhagavad.sqlite to your $HOME directory, and then execute the binary from your .bashrc, .zshrc.
As of now, the only way to build project is using rust toolchains.
git clone https://github.com/aniketkharel/gita-greeter
cd gita-greeter
cargo build --release
Another way is to use the make build process.
make install # make uninstall
Then, execute the command gita_greeter from your shell profiles.