https://github.com/fishworks/gofish
Keep your fish fresh! :tropical_fish:
https://github.com/fishworks/gofish
hacktoberfest
Last synced: about 1 year ago
JSON representation
Keep your fish fresh! :tropical_fish:
- Host: GitHub
- URL: https://github.com/fishworks/gofish
- Owner: fishworks
- License: apache-2.0
- Archived: true
- Created: 2018-04-02T18:40:51.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T05:15:13.000Z (over 4 years ago)
- Last Synced: 2024-11-07T16:42:17.256Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Go
- Homepage: https://gofi.sh
- Size: 456 KB
- Stars: 810
- Watchers: 9
- Forks: 64
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- go-awesome - GoFish - 一个受 [Homebrew](https://brew.sh) 启发的跨平台软件管理工具,支持 Linux 和 Windows (开源类库 / 终端工具)
- go-awesome - GoFish - A cross-platform software management tool inspired by [Homebrew](https://brew.sh) supporting Linux and Windows (Open source library / Terminal Tools)
README
# GoFish, The Package Manager
## THIS PROJECT IS BEING ARCHIVED
Due to the amount of time and money required to maintain this side project, I am archiving it. Please feel free to [send me an email](mailto:matt.fisher@fishworks.io) if you have any questions or comments.

Features, usage and installation instructions can be found on the [homepage](https://gofi.sh).
## What does GoFish do?
GoFish is a cross-platform systems package manager, bringing the ease of use of Homebrew to
Linux and Windows.
```
$ gofish install go
==> Installing go...
🐠 go 1.10.1: installed in 2.307602197s
```
GoFish works across all three major operating systems (Windows, MacOS, and Linux). It installs
packages into its own directory and symlinks their files into /usr/local (or C:\ProgramData for Windows).
You can think of it as the cross-platform Homebrew.
## Want to add your project to the list of installable thingies?
Make a PR at [fishworks/fish-food](https://github.com/fishworks/fish-food)! Just make sure to follow the [Contributing Guide](https://gofi.sh#contributing) first.
## Troubleshooting
For troubleshooting, see the [Troubleshooting Guide](https://gofi.sh#troubleshooting).
## Security
Please email security issues to [Matt Fisher](mailto:matt.fisher@fishworks.io).
## License
GoFish is licensed under the [Apache v2 License](LICENSE).