Dusko Pijetlovic

My personal notes where I store things I find interesting or might need in the future.

My GTD Workflow [WIP]

17 Sep 2023 » gtd, productivity, howto, reference, timemanagement, lifemanagement, selfmanagement

OS: FreeBSD 14.0
Shell: csh


  • vi
  • TeX, LaTeX, PDF
  • my website

  • Graphviz
  • Zim

  • Paper notebook, pen, pencil

CRON

  • taskwarrior
  • remind
    • xmessage(1) - with remind -c
    • xmessage(1) - with remind /path/to/.reminders:w
    • mail(1) (mailx(1)) - weekly reminder (remind -c+1)
  • recursive stickies
    Based on Recursive Notes (Recursive Post-It Notes or Recursive Stickies)
    Info: Part 1

    The idea of using this recursive project-management tool as a means to finish the outstanding tasks on said tool has not escaped me. There is something infinitely appealing about recursion.

    Part 2

    I had, half-heartedly, been using the recursive notes program to manage various projects, but it wasn’t until I added the tree outline with search feature that this properly became viable. There was a very clear change between forcing myself to use it for the novelty, and suddenly finding that the notes program was no longer in the way of my thinking. Naturally, the thing I’ve been using it most for is to manage improvements to the recursive notes program. But also, I’ve been using it to manage other projects and for the most part, it works! One of the most notable things is that I often run into glitches or minor inconveniences, which usually leads me to either patch it right away, or at the very least, make a recursive note about it.

    Demo: https://mitxela.com/other/recursive/recursive.htm

  • today.pl
  • edit.sh - private notes

CALENDAR

  • From Plain Text Journaling:
    $ vi ~/journalfile.txt
    

    Every month must start with a calendar of course, fill that in with:

    :read !cal
    
$ cat ~/journalfile.txt
   September 2023     
Su Mo Tu We Th Fr Sa  
                1  2  
 3  4  5  6  7  8  9  
10 11 12 13 14 15 16  
17 18 19 20 21 22 23  
24 25 26 27 28 29 30  
* todo
x done
- note
o event
> moved
$ vi ~/journalfile.txt

Based on some examples:

$ cat ~/journalfile.txt

   September 2023     
Su Mo Tu We Th Fr Sa  
                1  2  
 3  4  5  6  7  8  9  
10 11 12 13 14 15 16  
17 18 19 20 21 22 23  
24 25 26 27 28 29 30  

WEEK 1 -------------

o store visit
> make apple pie
x return cookbook


WEEK 2 -------------

> peel apples
x buy apples
x wash them


WEEK 3 -------------

- weather: sunny
> store visit 
> make apple pie
x return cookbook


WEEK 4 -------------

* shopping trip
* buy cookbook


WEEK 5 -------------

- weather: sunny
x make apple pie

https://github.com/jukil/plain-text-life

https://github.com/jukil/plain-text-life/blob/master/today.txt

https://journaltxt.github.io/

https://standardnotes.com/

https://markwhen.com/

https://github.com/mark-when

https://github.com/mark-when/calendar

https://github.com/mundimark/awesome-txt

https://scottnesbitt.net/

https://opensourcemusings.com/

TESTING


LIFE MANAGEMENT

This Easy Life Management System Will Make You Happier, Freer, and Twice As Productive


References

(Retreived on Sep 17, 2023)