Releases: bartekpacia/fhome
Releases · bartekpacia/fhome
v0.1.12
add AUR_SSH_KEY
v0.1.11
adding to my private aur (#20) * adding to my private aur * update
v0.1.10
upgrade to Go 1.21, use `log/slog`
v0.1.9
fhomed: fix completions not being enabled
v0.1.8
fix bash completion file names, again
v0.1.7
fix bash completion file names
v0.1.6
enable completion for bash
v0.1.5
add `autocomplete` directory to `archives.files`
v0.1.4
Add shell completions (#19) * copy-paste autocomplete scripts for v2 * hardcode `fhome` in `autocomplete/zsh_autocomplete` (`$PROG` no longer needed) * delete `bash_autocomplete` For now, I just want to make it work wihh `zsh` * remove `brews` section in `.goreleaser.yaml` * load config right after main() starts, not in the "before" callback * make shell completion work for `fhome object toggle` (slow) * Revert "remove `brews` section in `.goreleaser.yaml`" This reverts commit f3fe8c831a2bb303da194104cab8368ecfedb8b4. * update `.goreleaser.yaml` to install autocomplete files for zsh
v0.1.3
enable bash completion