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
2025-02-07 20:59:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30f5508bc3
bat-extras
/
test
/
shimexec
/
tput
6 lines
75 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
cols) echo 80 ;;
lines) echo 22 ;;
esac
Reference in New Issue
Copy Permalink