aniketkharel / gita-greeter

Divine Bhagavad gita verses command line greeter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gita Greeter

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

Setup

You can either symlink the binary file and place bhagavad.sqlite to your $HOME directory, and then execute the binary from your .bashrc, .zshrc.

Build

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.

About

Divine Bhagavad gita verses command line greeter.

License:GNU General Public License v3.0


Languages

Language:Rust 83.5%Language:Nix 12.0%Language:Makefile 4.5%