/fish-compbase

compbase is a fishshell tool to manage dynamic completions

Primary LanguageShellMIT LicenseMIT

fish-compbase

compbase is a fishshell tool to manage dynamic completions.

You can use this tool to add completion items dynamic, and then use to provide the completion items.

dependencies

  • sqlite3

Usage

The compbase has three subcommands: topic, item, conf.

topic is a namespace for completion items. For a command option, you should use a topic to manage the completion items. item is a completion item. conf storage configurations.