Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
inogo
on July 21, 2011
|
parent
|
context
|
favorite
| on:
Ask HN: What's your most-used function that you wr...
This is a one-line script I use every day to open a text task list, so I've ended up with a directory of well named text files documenting every day I have worked:
$ vim ~/Dropbox/tasks/`date -v-${1-0}d "+%Y%m%d%a"`.txt
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ vim ~/Dropbox/tasks/`date -v-${1-0}d "+%Y%m%d%a"`.txt