sparkfile

A CLI scratch pad for ideas

Usage no npm install needed!

<script type="module">
  import sparkfile from 'https://cdn.skypack.dev/sparkfile';
</script>

README

Build Status

Spark File

A command line tool for tracking thoughts and ideas. Inspired by The Spark File.

Installation

npm install sparkfile -g

Usage

sparkfile Harvard, Yale, Princeton, Cornell, Switzerland... he was thrown out of a lot of colleges.
sparkfile I should invent time travel
# wait a day...
sparkfile Inventing time travel turned out harder than expected

That will produce something like this:

$ cat ~/.sparkfile

[2013-06-30]
- Harvard, Yale, Princeton, Cornell, Switzerland... he was thrown out of a lot of colleges.
- I should invent time travel
[2013-07-01]
- 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"