Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I keep a list in a text file, often kept open in vim. I don't know that this improves the workflow of that, though it might provide some organizational benefits for a large list, maybe?

That said, it's always nice to see new simple command line utilities, and it's amusing to see that now ideas are moving from the web to the command line, instead of the reverse (kinda; but it seems like todo list apps are a thing that became hugely popular with web frameworks; org-mode has existed for a long time, and I remember a clever awk-based note taking app a few years ago, that I never ended up making use of because it was something new to learn, but there have been like a million todo list apps on the web). For years, there was a truism that the secret to success on the web was to pick some popular UNIX service and make a web version of it.

If it were somehow integrated with bash completion, instead of using IDs, I might think more seriously about it. i.e.:

    memo -d "Fix log<tab>"
Which completes to the memo named "Fix log file rotation problem on srv1", for example. Having to list the items, find the ID of the one I want (I currently have about 60 items in my notes file, and while regex search makes it easier, it's still a multi-step process that's slower and more tedious than /Fix log<enter>dd in vim. Tab completion would make it one step in memo.


I'm the author of Memo.

First of all it's nice to see Memo here in Hacker News. Memo started simply because I wanted note taking program for the command line. I never thought that it will become fairly popular as it is now.

Your bash completion is actually a great idea. I will start implementing it in the near future. It shouldn't be too hard to do and it will Memo much more nice to use. Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: