Skip to content

chrisdothtml/hey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hey

StandardJS travis-ci build status Coverage status

A human-readable interface for terminal commands

Install

$ yarn global add heycli

# npm works too
$ npm install --global heycli

Use

Have a conversation with your terminal

$ hey where am I

Use normal file paths...

$ hey move assets/logo.png to images

...or globs

$ hey destroy '**/bower.json' from ~/Projects

Let hey do the thinking for you

$ hey create package.json readme.md index.js in path/that/doesnt/exist/yet

See command list for more info

Reference

License

MIT