Y
Hacker News
new
|
ask
|
show
|
jobs
by
philips
2079 days ago
I use pass[1] with this alias for daily notes. The nice thing about that is there are lots of native clients
alias journal='pass edit journal/$(date +%Y-%m-%d)'
[1]:
https://www.passwordstore.org/
1 comments
xwmx
2079 days ago
Very cool. `pass` is awesome and I didn't realize it had the `pass edit` feature. I have written scripts that use the 1Password and Keychain command line tools, and I definitely want `nb` to use all three of these, maybe via a plugin.
link