NO_COLOR environment as default --color
[barcat.git] / barcat
2022-11-18 Mischa POSLAWSKYNO_COLOR environment as default --color
2022-11-18 Mischa POSLAWSKYrestrict spark index to maximum value
2022-11-18 Mischa POSLAWSKYtreat zero as non-empty spark value
2022-11-18 Mischa POSLAWSKYprotest against unknown palette presets
2022-11-18 Mischa POSLAWSKYrotate sparkless indicators default
2022-11-18 Mischa POSLAWSKYrandom palette of 215 colours
2022-11-18 Mischa POSLAWSKYrainbow (lolcat) colour palette
2022-11-18 Mischa POSLAWSKYretire 88-colour palettes
2022-11-18 Mischa POSLAWSKYsimplify or clean up example scriptlets
2022-11-18 Mischa POSLAWSKYcrop limits beyond available lines
2022-11-18 Mischa POSLAWSKYprefix indicators option without spark
2022-11-07 Mischa POSLAWSKYfull distribution over sparkline indicators
2022-11-01 Mischa POSLAWSKYversion 1.08 with extra cat v1.08
2022-11-01 Mischa POSLAWSKYdraw mascot cat in usage message
2022-11-01 Mischa POSLAWSKYmove sparkline example below interrupted git group
2022-11-01 Mischa POSLAWSKYempty program arguments do not need to be parsed
2022-11-01 Mischa POSLAWSKYunit rounding corner case
2022-11-01 Mischa POSLAWSKYunit formatting of negatives
2022-11-01 Mischa POSLAWSKYkeep valueless lines as is
2022-11-01 Mischa POSLAWSKYshift unit to prevent additional digits after rounding
2022-11-01 Mischa POSLAWSKYstatic usage text, generation code into reformat-podusa...
2022-11-01 Mischa POSLAWSKYnegative limit range counting from end
2022-10-31 Mischa POSLAWSKYnegative limit counts from last line
2022-04-18 Mischa POSLAWSKYapply value formatting to statistics
2022-04-18 Mischa POSLAWSKYascii option to avoid unicode
2022-04-18 Mischa POSLAWSKYdeclare value formatting functions in options
2022-04-18 Mischa POSLAWSKYround partial sum to avoid floating point errors
2022-04-18 Mischa POSLAWSKYcomment long regexp in usage preparation
2022-04-18 Mischa POSLAWSKYfollow download redirects in example scripts
2022-04-18 Mischa POSLAWSKYtest and warn about invalid marker values
2022-04-17 Mischa POSLAWSKYsilence warnings on spark
2022-04-17 Mischa POSLAWSKYannotate intentional lvalue substr
2022-04-17 Mischa POSLAWSKYend subroutines with return
2022-04-17 Mischa POSLAWSKYcode cleanup following some perlcritic warnings
2022-04-17 Mischa POSLAWSKYenable /x in all regular expressions
2022-04-17 Mischa POSLAWSKYenable /ms in all regular expressions
2020-02-16 Mischa POSLAWSKYstable enough version 1.07 v1.07
2020-02-16 Mischa POSLAWSKYpostgresql client invocation example
2020-02-16 Mischa POSLAWSKYrename remaining graph references in documentation
2020-02-16 Mischa POSLAWSKYdocument remaining color options
2020-02-16 Mischa POSLAWSKYcleanup superfluous hide checks in show_lines()
2020-02-16 Mischa POSLAWSKYprepare decremented hidemin value
2020-02-16 Mischa POSLAWSKYmove subroutine sival() out of readline loop
2020-02-16 Mischa POSLAWSKYrefer to bold as bright in black colour documentation
2020-02-16 Mischa POSLAWSKYconsistent documentation syntax of options
2020-02-16 Mischa POSLAWSKYalign long options in usage
2020-02-16 Mischa POSLAWSKYabbreviate usage output
2020-02-16 Mischa POSLAWSKYclean up common value range calculation
2020-02-16 Mischa POSLAWSKYsilence warning calculating size of zero values
2020-02-16 Mischa POSLAWSKYtest value parameters and option parsing
2020-01-24 Mischa POSLAWSKYwrap long code lines to 80 characters
2020-01-24 Mischa POSLAWSKYignore interval option without input file
2020-01-24 Mischa POSLAWSKYsimplify users example code (s/sed/tr/)
2020-01-24 Mischa POSLAWSKYlexical sub feature no longer required
2020-01-24 Mischa POSLAWSKYclean up doubly titled xml example
2020-01-24 Mischa POSLAWSKYoptional width of sparkline lines
2019-10-08 Mischa POSLAWSKYround total value slightly in statistics
2019-10-08 Mischa POSLAWSKYnumber of lines distinct from values in statistics
2019-10-04 Mischa POSLAWSKYnumeric inline parameters override value input
2019-10-04 Mischa POSLAWSKYlimit without arguments for all (statistics only)
2019-09-24 Mischa POSLAWSKYvalue color in spark mode
2019-09-24 Mischa POSLAWSKYspark values for minimum and maximum
2019-09-24 Mischa POSLAWSKYwidth option fallback to tput
2019-09-24 Mischa POSLAWSKYextended palettes for 88-256 color terminals
2019-09-24 Mischa POSLAWSKYnamed palette presets fire, whites
2019-09-24 Mischa POSLAWSKYdistribute palette parameters over value range
2019-09-24 Mischa POSLAWSKYminval/maxval options to override bar range
2019-09-24 Mischa POSLAWSKYcustomizable format for markers option
2019-09-24 Mischa POSLAWSKYpalette option to customize value colors
2019-09-24 Mischa POSLAWSKYcolored header like values
2019-09-24 Mischa POSLAWSKYheader option to prepend value scale
2019-09-24 Mischa POSLAWSKYoverride version option to only show main program v1.06
2019-09-24 Mischa POSLAWSKYexplain spark option parameters
2019-09-24 Mischa POSLAWSKYdocument spark option
2019-09-24 Mischa POSLAWSKYremove lower scan line from spark default
2019-09-19 Mischa POSLAWSKYforce exit on interrupt signal
2019-09-19 Mischa POSLAWSKYsignal-stat option to override signal name
2019-09-19 Mischa POSLAWSKYprefer SIGINFO for statistics if available
2019-09-19 Mischa POSLAWSKYshow statistics on SIGQUIT
2019-09-12 Mischa POSLAWSKYgraph-format option to change bar character
2019-09-12 Mischa POSLAWSKYonly ignore interrupt signal after input
2019-09-12 Mischa POSLAWSKYprogress after line count with negative --interval
2019-09-12 Mischa POSLAWSKYrespond to alarm signal regardless of interval
2019-09-12 Mischa POSLAWSKYcolored values in summary stats
2019-09-12 Mischa POSLAWSKYincrease value length for newline substitution
2019-09-12 Mischa POSLAWSKYdocumentation intro, info options
2019-09-12 Mischa POSLAWSKYinline podexit code for --help, alias to -?
2019-09-12 Mischa POSLAWSKYbrief usage documentation reformatted from pod
2019-09-09 Mischa POSLAWSKYtest inputless command behaviour v1.05
2019-09-09 Mischa POSLAWSKYunmodified should avoid value alignment
2019-09-09 Mischa POSLAWSKYcustomisable spark characters
2019-09-09 Mischa POSLAWSKYspark option to replace lines by single characters
2019-09-09 Mischa POSLAWSKYearthquake feed example
2019-09-09 Mischa POSLAWSKYdate alternative on BSD variants including OSX
2019-09-09 Mischa POSLAWSKYreplace perl in example date parsing
2019-09-09 Mischa POSLAWSKYadditional git example for date history
2019-09-09 Mischa POSLAWSKYreset SIGINT after first ignoral
2019-09-09 Mischa POSLAWSKYvoid color() shorthand to surround value
2019-09-09 Mischa POSLAWSKYcolor() function to prepare ansi escapes
2019-09-09 Mischa POSLAWSKYshorten human-readable values to 2-3 digits
next