This website requires JavaScript.
Explore
Help
Sign In
extern
/
bat-extras
Watch
1
Star
0
Fork
0
You've already forked bat-extras
mirror of
https://github.com/eth-p/bat-extras.git
synced
2024-12-14 18:20:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b7b590da8a
bat-extras
/
test
/
shimexec
/
tput
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add executable shim for bat which enforces a theme
2020-02-20 06:33:40 +01:00
#!/usr/bin/env bash
Add executable shim for tput to ensure consistent size
2020-02-20 06:10:56 +01:00
case "$1" in
Format with vs-shell-format
2020-03-31 23:51:00 +02:00
cols) echo 80 ;;
lines) echo 22 ;;
Add executable shim for tput to ensure consistent size
2020-02-20 06:10:56 +01:00
esac
Reference in New Issue
Copy Permalink