Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.