1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 21:09:22 +00:00

Qute: sort downloads menu

This commit is contained in:
Phantop 2020-08-09 13:20:18 -04:00
parent 73370d0d0f
commit 74f045c11b

View file

@ -80,7 +80,7 @@ ls-files() {
| grep '^[-]' \
| cut -d' ' -f3- \
| sed 's,^\(.*[^\]\) \(.*\)$,\2\t\1,' \
| sed 's,\\\(.\),\1,g'
| sed 's,\\\(.\),\1,g' | sort
}
mapfile -t entries < <(ls-files)