My productivity app for the past 12 years has been a single .txt file (2020)
81–90 of 205 posts
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#82I'll just share some of those old links for new kids on the OBTF block.
Probably one of the discussion starters in 2005: https://web.archive.org/web/20060101001857/http://www.oreill...
Which apparently got inspiration from this: https://craphound.com/lifehacks2.txt
And was passionately discussed by the 43 Folders crowd: https://www.43folders.com/2005/08/17/life-inside-one-big-tex...
Me, I essentially stole and fine-tuned the syntax exlained here: http://www.matthewcornell.org/blog/2005/8/21/my-big-arse-tex...
OBTF vs Zettelkasten (from 2020): https://forum.zettelkasten.de/discussion/1508/zettelkasten-v...
I've tried to set up a Zettelkasten many times, but in practice, loosely structured flat files, maybe utilizing the OS' file system (folders) and occasional ad-hoc hierarchies, still beats everything else for me.
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#83 alias "note"="echo $1 >> ~/.notes/`date+'%Y-%m-%d'`.note"
So you end up with a folder of files formatted like this 2021-11-02.note.Then to view them I either just cat it, or jump in to a text editor. I have an alias to cat todays .note
alias "notes"="cat ~/.notes/`date+'%Y-%m-%d'`.note"
I have sometimes considered fleshing it out, but like other commenters have pointed out, it's the habit more than the tool that makes it useful. Simple is key.Re: My productivity app for the past 12 years has been a single .txt file (2020)
#84ORG-MODE ORG-MODE ORG-MODE Jeff, everything you do could be done with org-mode by using a key combination. it would also add a calender with an agenda and schedule and and and and the main thing: it's a text file just like what you are using. this is a nice how to (no relation to me) https://youtu.be/SzA2YODtgK4
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#85My productivity app has been pen + A5 paper pad Advantages: - Instant availability (no need to load up an app) - Works offline - I can't access it when I'm not at work (feature, not a bug) - I can draw as well as write - It's satisfying to tick items off
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#86Re: My productivity app for the past 12 years has been a single .txt file (2020)
#87Re: My productivity app for the past 12 years has been a single .txt file (2020)
#88I was just talking about this blog post with a friend yesterday. I’m curious to know the file size of the doc after 7 years.
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#89It's important to me that I can take notes on my phone because it's the thing I have on me most of the time (unlike a laptop or notebook). Sometimes a random thought pops up and will distract me until I write it down. On my laptop I can use the Signal desktop app to view, add, or search notes. Every note automatically gets a timestamp and is synced between my devices. Both taking and viewing notes works without an Internet connection.
Notes can't be edited but more information can be added by replying to a note and the new information gets its own timestamp. Sometimes I also use emoji reactions as tags. Recently I've started to use groups in which I'm the only member as note categories (e.g. ideas, thoughts, journal, work).
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#90IIRC Jef Raskin's The Humane Interface, which expounds in part on his Canon CAT features and philosophy, proposed [and/or "stole" w/o credit] integrated email within the editor hard-wired to a single file.