summaryrefslogtreecommitdiff
path: root/bash-completion/cal
AgeCommit message (Collapse)AuthorFilesLines
2013-10-22cal: added -w|--week for showing week numbersTommi Kyntola1-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>
2013-04-08bash-completion: Don't offer short options where corresponding long one exists.Ville Skyttä1-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>
2013-04-08bash-completion: Don't offer any more completions after help or version.Ville Skyttä1-1/+7
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
2013-04-05bash-completion: rename shell-completion -> bash-completionKarel Zak1-0/+15
Signed-off-by: Karel Zak <kzak@redhat.com>