docs: beets, khal, nemo, wf-recorder
This commit is contained in:
parent
9fe1899825
commit
172ac7c5da
4 changed files with 80 additions and 0 deletions
10
.dotfiles/docs/khal.md
Normal file
10
.dotfiles/docs/khal.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Khal
|
||||
|
||||
## Get only next event
|
||||
|
||||
```
|
||||
# -df "": Show empty day headers
|
||||
# grep -v "^ ": remove all-day events
|
||||
# head -n 1: Get only the first item
|
||||
khal list now -df "" | grep -v "^ " | head -n 1
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue