https://github.com/chrisdothtml/hey
A human-readable interface for terminal commands
https://github.com/chrisdothtml/hey
cli glob human-readable-interface terminal
Last synced: about 1 year ago
JSON representation
A human-readable interface for terminal commands
- Host: GitHub
- URL: https://github.com/chrisdothtml/hey
- Owner: chrisdothtml
- License: mit
- Created: 2017-11-10T14:51:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T22:15:50.000Z (about 4 years ago)
- Last Synced: 2025-04-12T22:44:56.368Z (about 1 year ago)
- Topics: cli, glob, human-readable-interface, terminal
- Language: JavaScript
- Homepage: https://npm.im/heycli
- Size: 474 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hey
[](https://standardjs.com)
[](https://travis-ci.org/chrisdothtml/hey/branches)
[](https://coveralls.io/github/chrisdothtml/hey)
> A human-readable interface for terminal commands
## Install
```bash
$ yarn global add heycli
# npm works too
$ npm install --global heycli
```
## Use
#### Have a conversation with your terminal
```bash
$ hey where am I
```
#### Use normal file paths...
```bash
$ hey move assets/logo.png to images
```
#### ...or globs
```bash
$ hey destroy '**/bower.json' from ~/Projects
```
#### Let `hey` do the thinking for you
```bash
$ hey create package.json readme.md index.js in path/that/doesnt/exist/yet
```
See [command list](commands.md) for more info
## Reference
- [globby](https://github.com/sindresorhus/globby)
- [terminal cheatsheet](https://github.com/0nn0/terminal-mac-cheatsheet)
## License
[MIT](license)