Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
asdff
on Dec 4, 2020
|
parent
|
context
|
favorite
| on:
How I Manage My Random Daily Notes
I prefer keeping it all in one file, less messy since you are using grep anyway:
alias note='(date; cat; echo) >> ~/notes.txt'
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
alias note='(date; cat; echo) >> ~/notes.txt'