Compare commits

...

3 commits

View file

@ -142,9 +142,9 @@ print_desktop_list() {
mapfile -t it_display < "$DISPLAYFILE"
mapfile -t it_only < "$ONLYFILE"
mapfile -t it_comment < "$COMMENTFILE"
# TODO test this code if it mimic old sorting behavior
d_print_array | \
sort -k 2 "${sort_args[@]}" | \
sort "${sort_args[@]}" | \
uniq "${uniq_args[@]}" | \
grep -vE "$HIDDEN_ENTRY_KEYWORDS" | \
grep -E "$ENTRY_KEYWORDS"