This is a simple project to help you in your CLI Adventures.
cargo install --git https://github.com/elikoga/neural-howAlso rust apparently needs make to install openssl.
Also add the following to your ~/.profile:
export PATH="$PATH:$HOME/.cargo/bin"Prepare your token by setting the HOW_TOKEN environment variable.
You can see a example value in .env.sample and some other schemes in token_mappings.sample.json.
Then just ask your terminal how questions.
~/Dev/neural-how$ how do i use a here document
cat << EOF > file.txt
hello
world
EOF