commit c4251ac7f310f4ee69ba3bd6bcf73da684ebc7ca parent ce0ef7e0148db212f0badf0a511875beaf7c145f Author: Byron Torres <b@torresjrjr.com> Date: Mon, 2 Jan 2023 10:35:10 +0000 lf*: print extensions in bold Diffstat:
M | bin/lf | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/lf b/bin/lf @@ -10,6 +10,7 @@ list() { /^.*[^:]$/ {printf " " $0 "\n"} ' ) \ + | sed -E 's/\.([^. ]*)( *)/.\x1b[1m\1\x1b[0m\2/g' \ | more -ef }