https://github.com/pukkandan/repeat
Repeat a command
https://github.com/pukkandan/repeat
Last synced: 3 months ago
JSON representation
Repeat a command
- Host: GitHub
- URL: https://github.com/pukkandan/repeat
- Owner: pukkandan
- Created: 2022-12-31T09:43:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T09:46:11.000Z (over 1 year ago)
- Last Synced: 2025-01-24T20:35:27.836Z (5 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
Repeat a commandUsage: repeat.exe [OPTIONS]
Arguments:
The command to runOptions:
-q, --quiet Do not print to console
-d, --direct Do not use shell
-n, --attempts Maximum number of times to repeat
-b, --no-break Passthrough Ctrl+Break
-0, --till-success Repeat the command until it succeeds
-1, --till-failure Repeat the command until it fails
-h, --help Print help information
```