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 10:10:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
650845dee4
bat-extras
/
test
/
shimexec
/
stty
5 lines
60 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
test: Update tests to shim stty instead of tput Since we removed a dependency on tput, it makes more sense to shim the command that we replaced it with.
2020-05-01 06:47:59 +02:00
size) echo "20 80" ;;
Add executable shim for tput to ensure consistent size
2020-02-20 06:10:56 +01:00
esac
Reference in New Issue
Copy Permalink