Log notes, thoughts, or other arbitrary text into timestamped files from the command line.
Create a new thought
$ thought newCreate and open a Thought quickly
$ thought new | vi
$ thought new | code
$ thought new | nanoShow your last thought
$ thought last
$ a9048243 Just waking up in the morning gotta thank God. I don't know but today seems kinda odd...List your thoughts. By default the last 10 will be displayed
$ thought list
$ a9048243 Just waking up in the morning gotta thank God. I don't know but today seems kinda odd...
$ ce44q343 I gotta go cause I got me a drop top...List all of your thoughts
$ thought list --allOpen the thought folder in the system default text editor
$ thought openOpen a single thought in the system default text editor
$ thought open <id> # e.g. thought open a9048243Set Config
thoughts config --foo=barTo set the default text editor that opens when you call thought new:
thoughts config --editor code