Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T02:53:42.000Z (over 2 years ago)
- Last Synced: 2024-10-13T21:07:39.512Z (4 months ago)
- Topics: fish, fish-plugin, fish-shell, fisher, golang
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
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][]](https://github.com/halostatue/fish-go/releases)
A quick plugin for [fish shell][] to ensure that `$GOROOT/bin` and `$GOPATH/bin`
are set properly in `$PATH`.## Installation
Install with [Fisher][] (recommended):
```fish
fisher install halostatue/[email protected]
```Not using a package manager?
---
Copy `conf.d/*.fish` to your fish configuration directory preserving the
directory structure.### System Requirements
- [fish][] 3.2+
## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)[fish 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