Hugo Hacker News

Ask HN: What commandline tools do you use to take notes?

approxim8ion 2021-08-17 11:06:58 +0000 UTC [ - ]

I have been kind of unimpressed with vimwiki, so I used to just use my own folder structure for categories and create markdown/rst files for somewhat-formatted notes.

At the moment I'm using Zim wiki, which is a graphical program.

marto1 2021-08-17 14:40:48 +0000 UTC [ - ]

does "echo" count ? I do "echo mynote123 >> notes" occasionally when working with a codebase especially a novel one.

Then emacs org-mode for more structured notes.

mousepilot 2021-08-18 21:04:28 +0000 UTC [ - ]

cat >>notes

lets me paste a buncha stuff in

mfext 2021-08-17 04:23:55 +0000 UTC [ - ]

I’ve used https://jrnl.sh/en/stable/ in the past and enjoyed it

fender256 2021-08-17 09:05:11 +0000 UTC [ - ]

bodqhrohro 2021-08-17 11:35:57 +0000 UTC [ - ]

speedgoose 2021-08-17 08:51:35 +0000 UTC [ - ]

Vanilla vim with Markdown syntax.