Ethan P.
Ethan P.
It would be a bit of work, unfortunately. When `bat` looks at the first line, it actually uses the installed `.sublime-syntax` syntaxes to figure out which language it is. I...
> I am using batgrep for keyward search in file and output rendering i feel is not prettier and i feel can be better. This should be fixed as of...
> sorry i wrote wrong after setting environment variable in zshrc file. i just have to run less file.txt. batpipe will do the magic automatically right? Yep!
I guess I missed that one, thanks! I'll fix it later today when I have the opportunity to work on things.
This should be fixed fully. Can I close this issue?
The `batwatch` command was initially meant to watch files, but it shouldn't be too difficult to add support for commands. Would an interface like `batwatch -c 'sensors'` be fine? Or...
Support for this was added in 164142dd4342564a644aaa41e3ac4d73008ce7c0. To avoid breaking compatibility, it was added as: `batwatch -x [command] [args...]`
`bat-extras` currently can't run in any other shells than Bash. I used *a lot* of Bash-isms in `bat-extras`, and they unfortunately aren't portable between shells. I'll see what I can...
That's odd... I haven't experimented using Homebrew on Linux, but from the error you reported, it looks like `g++-5` can't compile clang-format. > Will try --without-clang-format, but would be nice...
After quickly looking through the Homebrew formula again, I realized that I originally intended the formula to *not* install `clang-format` by default. I used `:recommended` instead of `:optional` in the...