summaryrefslogtreecommitdiffstats
path: root/smenu.1
AgeCommit message (Collapse)Author
2016-11-24Add a -k optionpgen
When in column or tabular mode, the default was to keep the trailing spaces in the selected word. This commit change that and the default action is now to remove them. The -k option is now available to tell smenu to restore the old behaviour and to keep them.
2016-03-11Fix the -s option and add a search by regular expression syntaxpgen
- syntax change: - use the -s/... syntax for regular expression search - use the -s#... syntax for absolute positioning - use the -s... syntax for prefix search - clarify the documentation - ensure that the words array is correctly updated after previous possible alterations
2016-03-01Mention the usage of -w in column mode in the manualpgen
2016-02-22Add a -R option to select sets of rows and modify -C to use interval listspgen
2016-01-30Rework the color management codepgen
Also add the possibility to manage other text attributes like bold, reverse and so on
2015-12-07Add the ability to override attention colors with the command line optionspgen
2015-12-07Clarify the manual page.pgen
2015-11-09The space key returns to its usual use in the search modepgen
2015-11-09Ignore words whose processing by -S/-I/-E is resulting in empty stringspgen
2015-11-09Do not convert words only made of spaces to strings of underscores any morepgen
2015-10-31Fix a little bug in the sed like substitution codepgen
2015-10-31Add a 'i' flag for case-insensitive searches to -S/-I/-E optionspgen
2015-10-30Improve the word substitution mechanismpgen
- Add a -S option to do substitution on all words - Allow more than one -S/-I/-E option with cumulative effects - Adjust the manual accordingly and fix its use of fonts
2015-10-25Improve and fix the manualpgen
2015-10-22Add options to set specific colors to up to 5 classes of wordspgen
2015-10-11Rework the configuration system and add a limits checking mechanismpgen
2015-10-09Add a 'v' flag for -E/-I to output original words. Fix typos in the manualpgen
2015-10-07Add an advanced menu example in the manualpgen
2015-10-07Fix the tab modepgen
2015-10-07Add the -M option to center the displaypgen
2015-10-05Understand quotes and special characters in the input streampgen
2015-10-04Add -l option. Like -c but without columns aligmentspgen
2015-09-27Add an option to restict the selections to a subset of columns.pgen
2015-09-26Add options to forces words to be at the first/latest position in a linepgen
2015-09-26Add options to alter words according to regular expression based substitutionspgen
2015-09-20Fix and improve the man pagepgen
2015-09-20Spell checkpgen
2015-09-17Add the notion of selectable and non-selectable wordspgen
The aim is to only be able to select selectable words. Two new options, -i and -e, are introduced to include (respectively exclude) words from the selectable set each of these options accept an extended regular expression.
2015-09-17Forgot to rename a -e in -r in the man pagepgen
2015-09-17Add an exclude color for future non-selectable wordspgen
2015-09-17Rename -e option into -rpgen
2015-09-15Fix options parsing and use -W and -L options to replace IFS and IRS variablespgen
2015-09-05Correct and improve the help message (-h) and the man page (-V)pgen
2015-08-20Add the possibility to read settings from a configuration file.pgen
The file must have the same name as the executable but with a dot as prefix. It must follow the .ini format.
2015-08-10Fix and improve smenu.1.pgen
2015-08-09First commit.v0.9p-gen