Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 635 Bytes

Neural How

This is a simple project to help you in your CLI Adventures.

Installation

cargo install --git https://github.com/elikoga/neural-how

Also rust apparently needs make to install openssl.

Also add the following to your ~/.profile:

export PATH="$PATH:$HOME/.cargo/bin"

Usage

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