We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a72312 commit ce12a85Copy full SHA for ce12a85
Changes
@@ -1,6 +1,12 @@
1
Revision history for Color::DirColors
2
3
{{$NEXT}}
4
+ [Features]
5
+ - Support more GNU color codes via new Terminal::ANSIColor support
6
+
7
+ [Packaging]
8
+ - Bump Terminal::ANSIColor dependency to pick up new SGR codes
9
10
11
0.0.1 2025-11-19T18:20:43-08:00
12
- Initial version
META6.json
@@ -7,7 +7,7 @@
],
"depends": [
"File::Stat",
- "Terminal::ANSIColor"
+ "Terminal::ANSIColor:ver<0.14+>:auth<zef:raku-community-modules>"
"description": "Parse and apply GNU and BSD ls coloring rules",
13
"license": "Artistic-2.0",
0 commit comments