Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stutrek/entrokitty
Littering your box with files that have similar names? Use entrokitty to tell them apart.
https://github.com/stutrek/entrokitty
Last synced: about 1 month ago
JSON representation
Littering your box with files that have similar names? Use entrokitty to tell them apart.
- Host: GitHub
- URL: https://github.com/stutrek/entrokitty
- Owner: stutrek
- Created: 2017-01-10T21:56:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T22:24:28.000Z (almost 8 years ago)
- Last Synced: 2024-09-16T03:22:03.890Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# entrokitty
It gives you random cat names so you can tell files apart, it's much easier than trying to tell git hashes apart.
## CLI Usage
### Installation
```
npm install -g entrokitty
```### Usage
`entrokitty [space replacement]`
```
$ entrokitty
Scratch Adams
$ entrokitty -
Theo-de-Caadt
```## Node Usage
```javascript
var entrokitty = require('entrokitty');console.log(entrokitty()); // Mew Kabakoff
console.log(entrokitty('-')); // Eric-Meower
```# Contributing
Send me a PR with new names. Any PR with Star Wars puns will be denied.