https://github.com/kal247/app-uricolor
Colorize URIs and URLs with ANSI colors
https://github.com/kal247/app-uricolor
ansi-colors cli perl shell terminal uri url
Last synced: about 2 months ago
JSON representation
Colorize URIs and URLs with ANSI colors
- Host: GitHub
- URL: https://github.com/kal247/app-uricolor
- Owner: kal247
- License: artistic-2.0
- Created: 2019-06-16T21:54:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T15:18:15.000Z (over 1 year ago)
- Last Synced: 2025-05-04T14:03:22.087Z (about 1 year ago)
- Topics: ansi-colors, cli, perl, shell, terminal, uri, url
- Language: Perl
- Homepage: https://metacpan.org/dist/App-uricolor
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
uricolor - Colorize URIs with ANSI colors
=========================================
SYNOPSIS
--------
$ uricolor [-hVds] [-c color] [file ...]
-h, --help help
-V, --version version
-d debug
-s schemeless
-c color (default : underline blue)
DESCRIPTION
-----------
`uricolor` is a tool to colorize URIs with ANSI colors. It reads files sequentially, and writes them to STDOUT, with all URIs colored. If file is a dash "-" or if no file is given as argument, `uricolor` reads from STDIN.
INSTALLATION
------------
To install this module automatically from CPAN :
cpan App::uricolor
To install this module automatically from Git repository :
cpanm https://github.com/kal247/App-uricolor.git
To install this module manually, run the following commands :
perl Makefile.PL
make
make test
make install
PREREQUISITES
-------------
URI::Find, URI::Find::Schemeless, Term::ANSIColor
SUPPORT AND DOCUMENTATION
-------------------------
After installing, you can find documentation for this module with the `perldoc` command :
perldoc uricolor
You can also look for information at :
- CPAN
[https://metacpan.org/release/App-uricolor](https://metacpan.org/release/App-uricolor)
- GITHUB
[https://github.com/kal247/App-uricolor](https://github.com/kal247/App-uricolor)
LICENSE AND COPYRIGHT
---------------------
This software is Copyright (c) 2019-2025 by jul.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)