Repeat a command until it succeeds. If no command is provided, perform the previous command.
Go to file
Abreu 016415d99a
Added newline to warning.
2021-08-10 13:15:06 -03:00
completions Initial commit 2021-08-07 19:18:45 -03:00
functions Added newline to warning. 2021-08-10 13:15:06 -03:00
hooks Initial commit 2021-08-07 19:18:45 -03:00
.gitignore Initial commit 2021-08-07 19:18:45 -03:00
LICENSE Initial commit 2021-08-07 19:18:45 -03:00
README.md Update README.md 2021-08-09 19:26:34 -03:00
instructions.fish Initial commit 2021-08-07 19:18:45 -03:00

README.md

GPL License Fish Shell Version Oh My Fish Framework

insist

A plugin for Oh My Fish.

Repeat a command until it succeeds. If no command is provided, perform the previous command.

Options

-q/--quiet

Suppress attempt count.

-c/--continue

Continue to repeat the command line input after it's successful.

-i/--interval [seconds]

Interval between attempts. It can be followed by a suffix: 's' for seconds (the default), 'm' for minutes, 'h' for hours and 'd' for days.

-n/--attempts [number]

Set a maximum number of repetitions.

-h/--help

Display these instructions

Install

omf repositories add https://gitlab.com/argonautica/argonautica 
omf install insist