mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
2b15fe8f77
bin/
7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
# this should launch a minimalistic editor to edit this garden.
|
|
# something terminal based?
|
|
# By default, it opens a journal page in the current directory.
|
|
|
|
vim $(date -I).md
|