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.
- Host: GitHub
- URL: https://github.com/bredele/ideas
- Owner: bredele
- License: mit
- Created: 2014-04-13T03:26:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T21:19:40.000Z (over 12 years ago)
- Last Synced: 2025-10-08T02:50:44.545Z (10 months ago)
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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