mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +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 ]}
|
||||
|
||||
cd ~/notes
|
||||
find . -maxdepth 1 -type f -printf "%T@ %p\n" \
|
||||
find * -type f -printf "%T@ %p\n" \
|
||||
| sort --reverse --numeric-sort \
|
||||
| cut --delimiter=" " --fields=2 \
|
||||
| dmenu -i \
|
||||
|
||||
Reference in New Issue
Block a user