slackbuilds/system/bat
Erich Ritz 47f2f66f1f system/bat: Updated for version 0.24.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-10-13 10:21:52 +07:00
..
README system/bat: Switch dependency to rust16. 2023-02-18 10:06:38 +07:00
bat.SlackBuild system/bat: Updated for version 0.24.0. 2023-10-13 10:21:52 +07:00
bat.info system/bat: Updated for version 0.24.0. 2023-10-13 10:21:52 +07:00
slack-desc

README

bat is a cat clone with syntax highlighting and Git integration.

bat prints the syntax-highlighted content of a collection of FILEs to
the terminal. If no FILE is specified, or when FILE is '-', it reads
from standard input.

bat supports a large number of programming and markup languages. It also
communicates with git(1) to show modifications with respect to the git
index. bat automatically pipes its output through a pager (by default:
less).

Whenever the output of bat goes to a non-interactive terminal, i.e. when
the output is piped into another process or into a file, bat will act as
a drop-in replacement for cat(1) and fall back to printing the plain
file contents.