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

https://github.com/bredele/ideas

Never loose your ideas.
https://github.com/bredele/ideas

Last synced: 5 months ago
JSON representation

Never loose your ideas.

Awesome Lists containing this project

README

          

# ideas

never loose your ideas

# example

To store an ideas, just type `ideas`:

```
$ ideas 'this is an idea'
```

You can list all the ideas with the `l` option:

```
$ ideas -l
1392707136: do a cli to never loose my ideas
1392751800: this is an idea
```

# Coming soon and ideas

- `a` add description and keywords
- `rm` to remove an ideas
- `get` get an idea at STAMP
- `set` set an idea at STAMP
- `edit` edit the record at STAMP
- `data` to generate a json dump on stdout
- `archive` archive idea(s)

# install

With [npm](https://npmjs.org) do:

```
npm install -g ideas
```

to get the ideas command.

# license

MIT