improvements and removed status texts

This commit is contained in:
2025-09-02 21:30:35 +02:00
parent 1a7f11330c
commit 1883109616
5 changed files with 19 additions and 19 deletions

View File

@@ -123,7 +123,7 @@ fzf_reload_after_change() {
sleep 1
done
# Show results
column -t -s "$(printf '\t')" "$RESULTS" |
column -t -s "$(printf '\t')" -E 0 "$RESULTS" |
sed 's| \+\([0-9a-f-]\+\) \+\([0-9a-f-]\+\)$|\t\1\t\2|'
}