insist/README.md

1.1 KiB

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