Commit graph

9 commits

Author SHA1 Message Date
Zhizhen He 4cd902e63f
Upgrade checkout action to v3 (#757) 2023-02-10 16:34:17 +09:00
Jorge Bucaran 746ec1a504
Remove support for .fish files outside functions (#651)
- Move fisher.fish to functions directory.
- Add deprecation warning.

Close #651
2021-01-18 18:51:13 +09:00
Jorge Bucaran 57ed19f945
Add some tests 2021-01-16 22:21:59 +09:00
Jorge Bucaran 6dc9e1237d
Print version and help 2021-01-14 20:29:09 +09:00
Jorge Bucaran 882e839110
Install fish first 2020-11-05 03:29:33 +09:00
Jorge Bucaran 4f2bc7bf01
Use fish by default 2020-11-04 23:52:39 +09:00
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.
2020-11-04 19:50:10 +09:00
Jorge Bucaran e2374589ff
Fix broken action 2020-08-12 19:40:49 +09:00
James Smith 3e4ae4b960
feat(ci): switch to GitHub Actions (#572)
Migration will switch from Travis CI to GitHub Actions.

Closes #567
2020-06-24 14:10:32 +09:00