Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishworks/gofish
Keep your fish fresh! :tropical_fish:
https://github.com/fishworks/gofish
hacktoberfest
Last synced: 1 day 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T05:15:13.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:54:23.583Z (3 months ago)
- Topics: hacktoberfest
- Language: Go
- Homepage: https://gofi.sh
- Size: 456 KB
- Stars: 813
- Watchers: 9
- Forks: 65
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - fishworks/gofish - Keep your fish fresh! :tropical_fish: (Go)
- 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:[email protected]) if you have any questions or comments.
![Build Status](https://github.com/fishworks/gofish/workflows/build/badge.svg)
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:[email protected]).
## License
GoFish is licensed under the [Apache v2 License](LICENSE).