Commit Graph

9 Commits (main)

Author SHA1 Message Date
Zhizhen He 4cd902e63f
Upgrade checkout action to v3 (#757) 1 year ago
Jorge Bucaran 746ec1a504
Remove support for .fish files outside functions (#651)
- Move fisher.fish to functions directory.
- Add deprecation warning.

Close #651
3 years ago
Jorge Bucaran 57ed19f945
Add some tests 3 years ago
Jorge Bucaran 6dc9e1237d
Print version and help 3 years ago
Jorge Bucaran 882e839110
Install fish first 4 years ago
Jorge Bucaran 4f2bc7bf01
Use fish by default 4 years ago
Jorge Bucaran dbf07b1709
Fisher 4.0 (#596)
- Introduce new event system. #526, #527 #573.
- Deprecate `init.fish`, `uninstall.fish`, etc. #581
- No cache fallback, no plugin dependencies, no more private
package hosts, and no more gitlab/bitbucket support. #464, #579
- Require fish 3.0, use newer fish features, e.g., use `wait` to
implement concurrent downloads.
- Rely less on external tools. No awk, no sed, no basename/dirname.
Just mv, rm, cp, and mkdir.
- Deprecate `fishfile` in favor of `fish_plugins`. This new file
works like the old fishfile, but without comment support. See #524.
4 years ago
Jorge Bucaran e2374589ff
Fix broken action 4 years ago
James Smith 3e4ae4b960
feat(ci): switch to GitHub Actions (#572)
Migration will switch from Travis CI to GitHub Actions.

Closes #567
4 years ago