Hacker News new | ask | show | jobs
by emil-lp 190 days ago
See also:

https://en.wikipedia.org/wiki/Recutils

1 comments

I would love to be able to do `info recutils` before installing, as for deciding whether I want to install it. Is there someway to point info at some online source? (Yes I know there are published HTML versions of Texinfo documents, but I really want to do that in my terminal without needing to locate a website.)
If you're on Debian, you can do

   w3m `apt-cache show recutils | awk '/Homepage/ { print $2 }'`
Adapt the above to your system and its software