bin: paginate b

This commit is contained in:
xeruf 2021-07-29 12:44:51 +02:00
parent 26c6823f63
commit caa82ca4fd
2 changed files with 2 additions and 7 deletions

View File

@ -10,9 +10,9 @@ tput setaf 4 && $(test -r "$last" || echo "sudo") file -E "$last" | ( grep -v --
elevate="$(test -r "$last" || echo "sudo")"
case "$($elevate file --dereference --mime "$last")" in
*inode/directory*) tput sgr0 && $(test -x "$last" || echo "sudo") ls -l --color=always --human-readable --group-directories-first --file-type --dereference-command-line --all "$@";;
*inode/directory*) tput sgr0 && $(test -x "$last" || echo "sudo") ls -l --color=always --human-readable --group-directories-first --file-type --dereference-command-line --all "$@" | less -XF;;
*binary) ;;
*) $elevate bat --style header "$@"
*) $elevate bat --style header --force-colorization "$@" | less -XF
tput setaf 3 && $elevate stat --format '%A size %sB, birth: %.10w mod %.10y' "$last"
;;
esac

View File

@ -1,5 +0,0 @@
#!/bin/sh
launch ferdi
launch firefox MainThread
launch jetbrains-clion
timew