roman

@hi@romanzolotarev.com


homehttps://romanzolotarev.com
4 ★ 0 ↺

[?]roman » 🌐
@hi@romanzolotarev.com

todo lists are frustrating indeed. i use similar system to what you just described, but i keep "next" on the top:

$ head -1 todo.md
gives me next todo item to work on.

to add items i just edit file in vi:

$ vi todo.md
bonus: i keep todo items blocked by other people in another file:

$ vi wait.md
and completed items moved to done.md stamped with date

$ echo "$(date +%Y%m%d) $(head -1 todo.md)" >> done.md
$ sed -i .bak '1d' todo.md
bonus 2: send a copy to my phone

$ rsync -litr ~/src/todo/ phone:storage/shared/src/todo/

...

[?]gosha » 🔓
@gosha@merveilles.town

@hi I love it, even though this feels like it has hints of org-mode in it!

    ...
    2 ★ 0 ↺

    [?]roman » 🔓
    @hi@romanzolotarev.com

    thank you ❤️

    a few flat plaintext files work really well and helps me stay focused. i haven't tried emacs, but i guess this is a pretty common pattern :)

      ...

      [?]gosha » 🔓
      @gosha@merveilles.town

      @hi org-mode is powerful and awesome, but simple it is not. I’ll try something like your system for a bit, thank you for sharing!

        ...
        2 ★ 0 ↺

        [?]roman » 🔓
        @hi@romanzolotarev.com

        always happy to share ❤️

        good luck and keep us posted!

          [?]nathanael » 💀 🌐
          @nathanael@dalliard.ch

          what is the reason for .md and not .txt ?

            ...
            2 ★ 0 ↺

            [?]roman » 🔓
            @hi@romanzolotarev.com

            i add links sometimes and render md to html so i can click on them

              ...

              [?]nathanael » 💀 🔓
              @nathanael@dalliard.ch

              ah makes sense — thanks

                History