1
0
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:
Kierán Meinhardt
2020-05-15 08:08:01 +02:00
parent fa22ee2a16
commit 33afa0cf36

View File

@@ -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 \