Dotfiles/shells
Jonathan Hodgson 6fa3f737e2 Work on openapi completion
Currently still a work in progress.

the bin/.bin/openapi file will be a bash script for interfacing with an
openapi file. Currently it does things like listing requests, servers,
and viewing a request in json format.

The function added to fzf.zsh adds a zsh widget so that I can press a
keybinding (in my case ^o) to complete the command. It uses the above
script and fzf to make the selection. Currently supports http / https /
curl

The widget looks for an environment variable called OPENAPI which should
point to the openapi file. This is set in zshrc if a project is set.
2022-10-04 11:42:47 +01:00
..
bash Shell config changes 2020-03-11 12:56:06 +00:00
shared Check program exists before adding grc alias 2022-02-20 14:35:02 +00:00
zsh Work on openapi completion 2022-10-04 11:42:47 +01:00