AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
244 stars 37 forks source link

Support for links? #39

Open carnager opened 8 years ago

carnager commented 8 years ago

For some notes it would be handy if one could associate an URL with it. Do you think this might be a worthy addition?

I know one can simply add the link, but if it is very long, it wouldn't work properly and would also look ugly.

Possible solution: todotxt-machine does not show the links, instead it shows an indicator that there are URLs to be opened. Hitting a hotkey will show a list of all links from current item and hitting enter on one of them will open the link in pre-defined browser.