sparkfile
Version:
A CLI scratch pad for ideas
35 lines (23 loc) • 1 kB
Markdown
[](https://travis-ci.org/evansolomon/sparkfile)
A command line tool for tracking thoughts and ideas. Inspired by [The Spark File](https://medium.com/the-writers-room/8d6e7df7ae58).
`npm install sparkfile -g`
```shell
sparkfile Harvard, Yale, Princeton, Cornell, Switzerland... he was thrown out of a lot of colleges.
sparkfile I should invent time travel
sparkfile Inventing time travel turned out harder than expected
```
That will produce something like this:
```shell
$ cat ~/.sparkfile
[]
- Harvard, Yale, Princeton, Cornell, Switzerland... he was thrown out of a lot of colleges.
- I should invent time travel
[]
- Inventing time travel turned out harder than expected
```
I wanted my file synced in Dropbox and I wanted a shorter command, so I made this alias in my shell config.
`alias s="sparkfile --location ~/Dropbox/Sparkfile"`