Skip to content

elikoga/neural-how

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages