mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat(notemenu): show without leading ./, show all levels deep
This commit is contained in:
@@ -168,7 +168,7 @@ in with config.niveum; {
|
|||||||
PATH=$PATH:${lib.makeBinPath [ pkgs.dmenu pkgs.findutils pkgs.coreutils ]}
|
PATH=$PATH:${lib.makeBinPath [ pkgs.dmenu pkgs.findutils pkgs.coreutils ]}
|
||||||
|
|
||||||
cd ~/notes
|
cd ~/notes
|
||||||
find . -maxdepth 1 -type f -printf "%T@ %p\n" \
|
find * -type f -printf "%T@ %p\n" \
|
||||||
| sort --reverse --numeric-sort \
|
| sort --reverse --numeric-sort \
|
||||||
| cut --delimiter=" " --fields=2 \
|
| cut --delimiter=" " --fields=2 \
|
||||||
| dmenu -i \
|
| dmenu -i \
|
||||||
|
|||||||
Reference in New Issue
Block a user