blob: f56deb0636e32223a1216ace9146f6fd6cc97a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
A cat(1) clone with wings
bat tries to achieve the following goals:
- Provide beautiful, advanced syntax highlighting
- Integrate with Git to show file modifications
- Be a drop-in replacement for (POSIX) cat
- Offer a user-friendly command-line interface
</longdescription>
<upstream>
<bugs-to>https://github.com/sharkdp/bat/issues</bugs-to>
<remote-id type="github">sharkdp/bat</remote-id>
</upstream>
</pkgmetadata>
|