I'm looking for something really quick and simple: type note <title>, start writing, and exit. Ideally with a simple list to jump to a specific note.
Is there such a thing?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Personally I would recommend that you use GNU For example, at work, I have a session which is running on the machine by my desk. Every day I connect to that from a terminal session on my laptop. From there I have different sessions running persistently --- an That same session runs for months at a time. I just keep detaching from and reconnecting to it. When I get to work I start with coffee; hang out using the company wireless from the coffee shop we have in the other building from me. After using that for while I go up to my desk (usually the connection is still good, otherwise I kill the You could have one session/window in your
... where #9 is the key to which we're binding it (vi special name for "Function key 9") and the macro is "open a line, containing "JimD: ", [Escape] and execute the :r!ate command, join this line to the previous line, insert a blank line, open a new line below that, and indent ... leaving us in insert mode. (This isn't precisely what I do ... bit it's close). This trick to all of this is just using the existing tools and adapt your workflow to make the best use of them. I make my screen sessions multi-user ... so I can have multiple terminal windows ( Often the "notes" editor session is also useful as an intermediary for cut-n-paste operations. Mark a large swath of text and paste it into notes; then edit that into a convenient form for the paste operation (or save that portion to a separate file for use in shell redirections using :.,$w pastebuf). | ||||
feedback
|
|
Emacs has org-mode, which is tres spiffy. OTOH, a hacky setup with some echoing cats might be the way to go. | |||
|
feedback
|
|
'todo.txt-cli' of 'gina trapani' ('lifehacker' fame) wrote some nice piece of work... | |||
|
feedback
|
|
This would be a pretty easy shell script to write, just take in input to a temp file, and then What you really want is SideKick, but they never made a unix version. (ah for the good old days of TSR's ;) | |||
|
feedback
|
|
If you'd like a full blown program for task management, take a look at Taskwarrior. See the 30 seconds tutorial. | |||
|
feedback
|
|
I would use Emacs | |||||||
feedback
|
|
Apparently I can't vote another comment up yet, but todo.sh by Gina Trapani is a fantastic command-line tool for task management. There are a couple tools built around it for doing project management (project.sh is one) and a nifty metrics presenter, birdseye.py. Check them out at Todo.txt, and todo.sh add-ons. | |||
|
feedback
|
| |||||
feedback
|
|
Have a look at devtodo:
| ||||
|
feedback
|
|
| |||
|
feedback
|
vito edit andlsto list them? – asveikau Feb 14 '10 at 22:18vifor editing and listing ;) – Felix Feb 14 '10 at 22:24viand more elaborate thanecho:cat > note.txt. – mouviciel Dec 1 '11 at 10:26