-
-
19 Jul 2018 01:01:28 UTC
- Distribution: QuickTermChart-QuickTermChart
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (402 / 0 / 8)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Perl: v5.8.4
- Activity
24 month- Tools
- Download (2.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Shadkam Islam
- Dependencies
- DateTime
- Getopt::Long
- POSIX
- Term::ANSIColor
- Term::ReadKey
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- SCRIPT CATEGORIES Charts Fun/Educational Educational
- NAME
- DESCRIPTION plots charts quickly within the terminal itself - useful for visualizing tabular data
- README
- PREREQUISITES
SCRIPT CATEGORIES Charts Fun/Educational Educational
NAME
quick_term_chart - a light perl script to quickly draw chart within the terminal input data can be piped to it
DESCRIPTION plots charts quickly within the terminal itself - useful for visualizing tabular data
Some TIY (Try It Yourself :) ) fun examples: echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart echo -e "chat\t23\nemail\t15\nsocial media\t33" | quick_term_chart echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart --consolidate echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart --sort_on_vals
README
plots charts quickly within the terminal itself - useful for visualizing tabular data Some TIY (Try It Yourself :) ) fun examples: echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart echo -e "chat\t23\nemail\t15\nsocial media\t33" | quick_term_chart echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart --consolidate echo -e "chat\t23\nemail\t15\nsocial media\t33\nchat\t3" | quick_term_chart --sort_on_vals
PREREQUISITES
This uses the
strict
,Getopt::Long
,Term::ANSIColor
,Term::ReadKey
, andPOSIX
modules. =pod SCRIPT CATEGORIESCharts Fun/Educational Educational
Module Install Instructions
To install QuickTermChart::QuickTermChart, copy and paste the appropriate command in to your terminal.
cpanm QuickTermChart::QuickTermChart
perl -MCPAN -e shell install QuickTermChart::QuickTermChart
For more information on module installation, please visit the detailed CPAN module installation guide.