Skip to content

I was told there would be cake.

Compare
Choose a tag to compare
@zdykstra zdykstra released this 23 Sep 18:14
· 19 commits to master since this release
5ce59fd

This release adds a few small changes.

  • Support a configuration file at [ '$XDG_CONFIG_DIR/fuzzypkg.conf', '$HOME/.fuzzypkg', '$HOME/.config/fuzzypkg.conf' ]

The configuration file supports the following options:

HIDE_HEADER=1 - hide the keybind helper text
CL_KEY=[valid fzf keybind] - the hot key used to open the Changelog URL recorded in the package
HP_KEY=[valid fzf keybind] - the hot key used to open the project home page
FL_KEY=[valid fzf keybind] - the hot key used to list the files in the package
  • Add a -h help handler when invoking fuzzypkg
  • Remove a bit of extra code and static the keybind helper text layout.