https://github.com/halostatue/fish-go
Golang configuration discovery for Fish
https://github.com/halostatue/fish-go
fish fish-plugin fish-shell fisher golang
Last synced: 6 months ago
JSON representation
Golang configuration discovery for Fish
- Host: GitHub
- URL: https://github.com/halostatue/fish-go
- Owner: halostatue
- License: mit
- Created: 2019-06-09T23:47:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T03:31:40.000Z (8 months ago)
- Last Synced: 2025-04-11T19:22:40.511Z (8 months ago)
- Topics: fish, fish-plugin, fish-shell, fisher, golang
- Language: Just
- Homepage:
- Size: 28.3 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# halostatue/fish-go
[![Version][version]](https://github.com/halostatue/fish-go/releases)
A quick plugin for [fish shell][shell] to ensure that `$GOROOT/bin` and
`$GOPATH/bin` are set properly in `$PATH`.
## Installation
Install with [Fisher][fisher]:
```fish
fisher install halostatue/fish-go@v2
```
### System Requirements
- [fish][fish] 3.4+
## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)
[shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-go.svg?label=Version
[fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell