D.O. on Nostr: Added another function to my #zsh Quickly open vim with current_date.todo file ...
Added another function to my #zsh
Quickly open vim with current_date.todo file
```bash
2do() { vi $(date +%F.todo); }
```
Published at
2024-12-13 06:23:05Event JSON
{
"id": "c0ada851a70c0e42092420c0645e476c40d49388d6930dc2933dc7b73eaeccd6",
"pubkey": "068334b2f9cd5e30b43866c4b60bd31234e29be9bc11b06af037ec248df4f7ae",
"created_at": 1734070985,
"kind": 1,
"tags": [
[
"e",
"2dfdc2d7cedcedd06d26e0d7b4e5760de6fecf1297d1c3a4d820e4e1009d6349",
"",
"root"
],
[
"p",
"4260bdcbabf20b8d506ceb63d320bf1c2eb2946a83959cc525570d26387a2b02"
],
[
"t",
"zsh"
]
],
"content": "Added another function to my #zsh\n\nQuickly open vim with current_date.todo file\n\n```bash\n\n\n2do() { vi $(date +%F.todo); }\n\n```",
"sig": "91dd2da3ba128704495c4eabf73e593a88fab18bbd404480f4b55f5385ddd8076ccd596dfe9fab3acad2296e12f0ba946fd10737290883f44f749251af35d848"
}