This commit is contained in:
Marc Beninca 2025-07-27 20:26:17 +02:00
parent 64d37d934f
commit cc8472dba2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
6 changed files with 0 additions and 0 deletions

8
sh/tui/bat.sh Normal file
View file

@ -0,0 +1,8 @@
# bat
#= b
rwx_bat() {
# TODO handle bat & batcat
batcat \
"${@}"
}