Commit graph

330 commits

Author SHA1 Message Date
Jorge Bucaran 5368e72863 Fix failed glob inside job; related #609 2020-11-11 23:54:00 +09:00
Jorge Bucaran f091c22c60
Use jobs --last --pid instead of $last_pid (#608) 2020-11-10 23:57:57 +09:00
Jorge Bucaran f7c347b5d0
Migrate to uvars during 4.0 to 4.1 upgrade; fix #607 2020-11-10 23:46:29 +09:00
Jorge Bucaran 3f8552e200
_fisher_list may not exit; just install fisher 2020-11-10 22:40:43 +09:00
Jorge Bucaran ac1b49b43b
Move $fisher_data migration to fisher 2020-11-09 22:09:25 +09:00
Jorge Bucaran 5a81014f22
4.1.0
- Remove and install when updating instead of replacing files (#601)
- Updating shouldn't remove plugin if the host is unvailable (#602)
- Can't reliably update local plugins because of symlinks (#603)
- Filter duplicates in argv and fish_plugins (#604)
- Add support to install plugins from branch names with slashes (#588)
2020-11-09 21:58:51 +09:00
Jorge Bucaran 67aa8ed7c7
Refactor var names 2020-11-07 04:16:07 +09:00
Jorge Bucaran b808e7318a
Fix bug breaking local plugins where name ends in .fish 2020-11-07 04:15:07 +09:00
Jorge Bucaran 210db6a46b
Remove plugins that failed to fetch from installed count 2020-11-07 03:34:55 +09:00
Jorge Bucaran f5ae081036
Better error messages and code readability 2020-11-07 02:03:18 +09:00
Jorge Bucaran 32781c42dc
Add fisher update to usage 2020-11-06 20:45:56 +09:00
Jorge Bucaran e5d10e0fe6
Write fish_plugins only if there are plugins, else remove it 2020-11-06 18:06:16 +09:00
Jorge Bucaran 6e3b9d8023
Load completions at completion rather than load time
What happens when we install a new plugin or remove
an existing plugin? If we don't reload completions,
Fish won't be able to tab-complete for installed or
removed plugins, e.g., continue tab-completing when
they are no longer installed.

By loading `update` and `remove` completions at
completion load time we now invoke `fisher list`
every time the user tabs after `fisher update`
or `fisher remove`.
2020-11-06 17:19:10 +09:00
Jorge Bucaran dcbf55956e
Don't need to worry about scope inside job 2020-11-06 03:14:13 +09:00
Jorge Bucaran f9b91779f3
Tweak report message 2020-11-06 01:55:12 +09:00
Jorge Bucaran 5e454f63bf
Silently accept ls, rm as undocumented aliases for list, remove 2020-11-06 01:04:47 +09:00
Jorge Bucaran 47ba393569
Remove fish_plugins if the file becomes empty 2020-11-06 01:01:44 +09:00
Jorge Bucaran e8c48262e1
More deprecation tweaks 2020-11-05 18:27:46 +09:00
Jorge Bucaran 3f0138c097
Refactor add/ls/rm deprecation notice 2020-11-05 17:23:18 +09:00
Jorge Bucaran 479bb3cd36
Tweak error messages 2020-11-05 15:09:55 +09:00
Jorge Bucaran 07b7fc79d7
Remove, then install during fisher update, fix #600
Prompts' `fish_*.fish` files get removed during a
full update when you try to replace your existing
prompt with a new one.

For example, during a `fisher update`, if we install
`foo/new_prompt` first, and remove `foo/old_prompt`
afterm we could end up without a fish_prompt file.
2020-11-05 14:34:24 +09:00
Jorge Bucaran fa598b1ed6
fish_prompt fallback check needs to be done only once 2020-11-05 14:24:34 +09:00
Jorge Bucaran 83608c228a
Simplify pre install/update/remove diff logic 2020-11-05 14:21:53 +09:00
Jorge Bucaran f97dc3b47d
Update plugins on install if they are already installed, close #599 2020-11-05 04:23:34 +09:00
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 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 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
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 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 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
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 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 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
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 b2cd7aee3a
3.2.7 2019-01-30 03:36:34 +09:00
Jorge Bucaran c7472b2961
fix: don't hang if there are jobs in the bg; close #523 2019-01-30 03:33:03 +09:00