summaryrefslogtreecommitdiff
path: root/do-until
AgeCommit message (Expand)AuthorFilesLines
2021-03-12refactor(do-until): port to Python3Lars Wirzenius1-1/+1
2021-03-12refactor(do-until): reformatLars Wirzenius1-27/+33
2016-02-13Add a try counter to do-untilLars Wirzenius1-2/+2
2011-05-29Use newer cliapp API for adding new settings.Lars Wirzenius1-6/+6
2011-03-12Adapt to new cliapp API.Lars Wirzenius1-20/+21
2011-02-14Convert to using cliapp.Lars Wirzenius1-53/+40
2008-05-22Added copyright statements and license information. Did not add it to total a...Lars Wirzenius1-0/+16
2008-05-18Implemented --max-tries option.Lars Wirzenius1-2/+8
2008-05-18Implemented --sleep=SECS option.Lars Wirzenius1-2/+5
2008-05-18Handle KeyboardInterrupt.Lars Wirzenius1-3/+6
2008-05-18Added -v|--verbose option.Lars Wirzenius1-0/+4
2008-05-18Added option parsing and --no-act option.Lars Wirzenius1-6/+23
2008-05-18Rewrote do-until in Python, in preparation for command line parsing.Lars Wirzenius1-12/+33
2008-05-11Wrote a do-until command.Lars Wirzenius1-0/+12