Jorge Bucaran
3077649891
Temp support add/ls/rm with warning to smooth transition to 4.0 ( #594 )
2020-11-05 03:59:56 +09:00
Jorge Bucaran
882e839110
Install fish first
2020-11-05 03:29:33 +09:00
Jorge Bucaran
e3ae2ed66a
Create functions, completions, and conf.d in $fisher_path; fix #598
...
A cleaner approach would be to move fisher.fish to functions
but this would break older versions of fisher that hardcoded
the raw URL to the fisher.fish file for upgrades.
2020-11-05 03:21:43 +09:00
Jorge Bucaran
bd7b69d47b
Copy default schema before top-level files
2020-11-05 03:20:27 +09:00
Jorge Bucaran
4f2bc7bf01
Use fish by default
2020-11-04 23:52:39 +09:00
Aurélien Ooms
d69311a911
Use fish_plugins filename instead of old fishfile. ( #597 )
2020-11-04 22:05:24 +09:00
Jorge Bucaran
08bdf7ed0d
Don't print log for fisher install fisher during bootstrap
2020-11-04 20:17:56 +09:00
Jorge Bucaran
168004cf1e
Use more backward compatible -a flag
2020-11-04 20:07:45 +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
Patrick
c2c091f33e
fix uninstall package instructions ( #586 )
2020-08-19 00:31:00 +09:00
Jorge Bucaran
c84294b06f
3.3.2
2020-08-13 20:38:46 +09:00
Jorge Bucaran
429b99696f
Consistent terminology - use plugin everywhere; #587
2020-08-13 20:38:02 +09:00
Jorge Bucaran
e2374589ff
Fix broken action
2020-08-12 19:40:49 +09:00
Jorge Bucaran
297c6b77c7
Revamp docs
2020-08-08 01:38:34 +09:00
Jorge Bucaran
b9c5b48513
3.3.1
2020-08-05 00:00:46 +09:00
Jorge Bucaran
fcef567fba
Download packages from HEAD; close #585
2020-08-05 00:00:33 +09:00
Jorge Bucaran
6cdfadc41e
3.3.0
2020-08-02 19:42:15 +09:00
Jorge Bucaran
d7035f3f4e
Add default (main) tag fallback support; fix #583
...
When adding packages without specifying the tag/branch, e.g.
fisher add jorgebucaran/nvm.fish
we'll try to download it from the `/main` tag by default and
if that fails, fallback to `/master`.
2020-08-02 19:33:34 +09:00
Jorge Bucaran
c20d1b3ec3
Fix broken self-update; close #584
2020-08-02 11:01:19 +09:00
Jorge Bucaran
c9393460cf
Remove now pointless version badge
2020-07-27 20:28:37 +09:00
Jorge Bucaran
9a0679c9ae
3.2.12
2020-07-27 20:17:17 +09:00
Guilherme Silva
510e6254ee
self-update: better network error handling; fix #580
...
A power outage could corrupt a `fisher self-update`.
This change prevents fisher from overwriting itself to death.
2020-07-27 20:16:49 +09:00
Jorge Bucaran
994506e594
Add note about where the fish config file is
2020-07-02 03:37:25 +09:00
Jorge Bucaran
3badc25962
Simplify changing the installation path section
2020-07-02 03:35:36 +09:00
Jorge Bucaran
d847b79b63
Improve visibility of note on changing the installation path; close #541
2020-07-02 03:25:14 +09:00
Jorge Bucaran
c19e4e7d16
Be specific about 'fish configuration file'; close #576
2020-07-02 03:22:20 +09:00
James Smith
3decc8e468
Migrate Data to Proper XDG Directory ( #571 )
...
Going by the XDG base directory specification, it makes more sense to
place fisher data in XDG_DATA_HOME rather than XDG_CONFIG_HOME.
2020-07-01 12:30:16 +09:00
Jorge Bucaran
c2b3ab0171
README tweaks
...
- Fix typos
- Remove CI badge
2020-06-24 14:13:56 +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
Jorge Bucaran
c22526cc5a
#0366d6
2020-06-01 04:20:25 +09:00
Jorge Bucaran
3f1d3d7db7
#24292e
2020-06-01 04:03:16 +09:00
Jorge Bucaran
a8357adbdc
Prefer default FUNDING.yml
2020-05-31 03:43:38 +09:00
Jorge Bucaran
df72aa0443
❤️
2020-05-31 03:31:09 +09:00
Jorge Bucaran
017046abf3
3.2.11
...
https://github.com/jorgebucaran/fisher/releases/tag/3.2.11
2020-05-23 01:39:50 +09:00
Andrei Borisov
44405ca9c4
Fix _fisher_parse
function for BusyBox awk ( #566 )
2020-05-23 01:37:54 +09:00
Jorge Bucaran
47229c1429
README tweaks, use simpler language
2020-03-08 17:47:57 +09:00
Jorge Bucaran
c142f61e51
3.2.10
2019-11-16 01:38:00 +09:00
mattmc3
25ae8be214
Better fishfile location support ( #547 )
...
* Better fishfile location support
Per issue #545 , support fishfile living in $fish_config even when $fisher_path is set if desired.
* Re-home fishfile to $fish_config/fishfile
Per discussion here:
https://github.com/jorgebucaran/fisher/pull/547
https://github.com/jorgebucaran/fisher/issues/545
Fish file is returned from $fisher_path/fishfile to $fish_config/fishfile.
* Change $fishfile to global variable
2019-11-09 12:06:43 +09:00
Ross Donaldson
6d2d4107b4
Update the README to specify fisher
's ownership of $XDG_CONFIG_HOME/fisher
( #554 )
...
It's important users of `fisher` _not_ use this directory as the value of `fisher_home`.
2019-10-11 16:47:47 +09:00
Tobias Hernstig
f3e87cf5f6
Change --event to --on-event ( #549 )
2019-08-15 02:41:52 +09:00
Jorge Bucaran
24b4aaa55b
Doc improvements
2019-07-09 21:31:41 +09:00
Jorge Bucaran
fe5638d107
Less meta
2019-07-09 01:44:39 +09:00
Jorge Bucaran
1e6e80c0c1
Renew docs
2019-06-29 09:38:40 +09:00
Will Stone
9bdd1d5e61
Match version and help commands to actual in docs ( #535 )
...
The help and version commands use the "--" prefix. This updates the readme to reflect that.
2019-04-17 20:49:30 +09:00
Jorge Bucaran
ae37295f81
3.2.9
2019-04-17 02:32:18 +09:00
Jorge Bucaran
8b5a422999
Trim https:// before github.com/ in _fisher_fmt
2019-04-17 02:32:04 +09:00
Jorge Bucaran
0b1f270361
3.2.8
2019-03-06 12:20:23 +09:00
AppleTheGolden
c66a1db768
Ignore curl write out vars from your .curlrc ( #530 )
2019-03-06 12:17:11 +09:00
Jorge Bucaran
7b4705f810
Fix typos and grammar errors
2019-02-23 03:24:05 +09:00
Jorge Bucaran
d3469cfa33
docs: simplify installation instructions
2019-01-30 19:18:44 +09:00