summaryrefslogtreecommitdiffstats
path: root/bash-completion/cal
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: add cal --spanKarel Zak2015-11-051-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: cal: add --twelve and --color optionsSami Kerola2015-07-151-7/+14
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* cal: added -w|--week for showing week numbersTommi Kyntola2013-10-221-1/+1
| | | | | | | | | | | | Added week numbers both in ISO-6801 and North America numbering. The mode is determined by first day of the week, Monday for ISO and Sunday for North America mode. ISO week numbers are defined as the first Thursday being part of week 1. The North America numbering is defined, at least by gcal, as first Sunday being in the first week. Signed-off-by: Tommi Kyntola <kynde@iki.fi>
* bash-completion: Don't offer short options where corresponding long one exists.Ville Skyttä2013-04-081-1/+1
| | | | | | | | | Users who know the short options can just hit the short option instead of tab, and it's not likely that it would be helpful to present a list of single character options to users who don't know them, doing so just unnecessarily trashes the list of suggestions. Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: Don't offer any more completions after help or version.Ville Skyttä2013-04-081-1/+7
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-051-0/+15
Signed-off-by: Karel Zak <kzak@redhat.com>