Skip to content

Releases: bartekpacia/fhome

v0.1.12

16 Dec 02:17
58cbff0

Choose a tag to compare

add AUR_SSH_KEY

v0.1.11

16 Dec 02:01
91262bd

Choose a tag to compare

adding to my private aur (#20)

* adding to my private aur

* update

v0.1.10

15 Aug 20:53
33e7ead

Choose a tag to compare

upgrade to Go 1.21, use `log/slog`

v0.1.9

25 Jul 13:17
332c45c

Choose a tag to compare

fhomed: fix completions not being enabled

v0.1.8

25 Jul 13:07
c2daec8

Choose a tag to compare

fix bash completion file names, again

v0.1.7

25 Jul 13:00
6bc4140

Choose a tag to compare

fix bash completion file names

v0.1.6

25 Jul 12:53
bcce21a

Choose a tag to compare

enable completion for bash

v0.1.5

25 Jul 11:39
8a57879

Choose a tag to compare

add `autocomplete` directory to `archives.files`

v0.1.4

25 Jul 11:20
b9289d8

Choose a tag to compare

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

21 Jul 00:14
f5be79b

Choose a tag to compare

enable bash completion