diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 16:18:56 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 16:18:56 +0800 |
| commit | 22f78b6b3cab92eab5298ef6b6b61ee777e5d521 (patch) | |
| tree | 7e6b63553389d4a7fc838c7dadd530c807e272fd | |
| parent | d9466664eb5e2e9ab0497c40e4cd8c0f26b1cff8 (diff) | |
Update
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -313,6 +313,7 @@ alias chw='tig -C ~/log' | |||
| 313 | ww() { entry="${1:-plan.context}"; vim ~/log/${entry%%.md}.md; } | 313 | ww() { entry="${1:-plan.context}"; vim ~/log/${entry%%.md}.md; } |
| 314 | wg() { grep -r "$@" --color --exclude-dir={logseq,.git,.obsidian} ~/log; } | 314 | wg() { grep -r "$@" --color --exclude-dir={logseq,.git,.obsidian} ~/log; } |
| 315 | wi() { cat ~/log/${1%%.md}.md; } | 315 | wi() { cat ~/log/${1%%.md}.md; } |
| 316 | wD() { rm ~/log/${1%%.md}.md; } | ||
| 316 | alias dia='diary' | 317 | alias dia='diary' |
| 317 | alias dias='diary specify' | 318 | alias dias='diary specify' |
| 318 | alias diaa='diary print' | 319 | alias diaa='diary print' |