Commit Graph

18 Commits (master)

Author SHA1 Message Date
VeryTastyTomato 973ea984c8 fix: warnings of ShellCheck
SC2155: Declare and assign separately to avoid masking return values.
SC2164: Use cd ... || exit in case cd fails.
SC2230: which is non-standard. Use builtin 'command -v' instead.
3 years ago
sharkdp f5d606c4fc Always use 'batcat' in info.sh, if needed 4 years ago
sharkdp d84ac09abd Update .gitattributes 4 years ago
Ethan P dcfdbf82dd Do not warn if both 'bat' and 'batcat' are available in info.sh 4 years ago
Ethan P 0cb884d501 Prevent batcat warning from being in output of info.sh 4 years ago
Ethan P 7bc4020a92 Check for 'batcat' in info.sh 4 years ago
Ethan P 96aedf6240
Add cat alias detection to info.sh (#911) 4 years ago
sharkdp 496dd29cb9 Add -i option for bash/zsh to output wrapper function 4 years ago
Ethan P 116d76a00f Reformat info.sh 4 years ago
Ethan P dd336e6fb2 Fix wrapper detection failing on non-English LANG in info.sh 4 years ago
Ethan P c33af3581a Fix missing shell '-i' option when checking for wrapper in info.sh 4 years ago
Ethan P 2f4ecf8fc5 Add zsh wrapper detection to info.sh 4 years ago
Ethan P e037afeaca Add custom theme/syntax detection to info.sh 4 years ago
Ethan P 2b2743b120 Change output format of info.sh to markdown 4 years ago
Ethan P f01263bcff Fix typo causing missing command warning in info.sh 4 years ago
Ethan P 8648b86a73 Add detection of a wrapper function to info.sh 4 years ago
Ethan P ebe475247c Change consent banner (and fix tput) in info.sh 4 years ago
Ethan P ad42b275a9 Add script to use for diagnosing issues 4 years ago