Skip to content

Lusiadas/contains_opts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPL License Fish Shell Version Oh My Fish Framework

contains_opts

A plugin for Oh My Fish.

Check if the command line contains any of the listed flags. If no flags are listed, it tests if the command line contains any flag at all. Most useful as a condition to trigger context aware completions for a command.

Synopsis

contains_opts a long_flag_a -oldstyle_flag_a

Example usage

complete -rc $cmd -n 'not contains_opts' -s s -l save -d 'Bookmark directory'

Only display option -s/--save if no other flags are present.

complete -rc $cmd -n 'contains_opts s save' -a "$bookmark" -d "$path"

Display bookmarks when option -s/--save is present.

Install

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

Releases

No releases published

Packages

No packages published

Languages