Commit graph

851 commits

Author SHA1 Message Date
Jorge Bucaran 604f8ff1ea
4.3.5 2022-06-19 16:58:25 -03:00
Jorge Bucaran 475505312c
Refactor repository fetch logic 2022-06-19 16:45:11 -03:00
Jorge Bucaran daddbadb79
Add GitLab support (#658)
Close #658.
2022-06-19 14:58:00 -03:00
Jorge Bucaran bad0471c4b
4.3.4 2022-06-17 17:51:13 -03:00
Jorge Bucaran 79b1cf17ca
Move $fish_path closer to where it is used 2022-06-17 17:50:38 -03:00
Austin Ziegler 01af91773f
Fix compatibility issue with fish 3.0.x (#719)
I have a docker image that can install fish, but it is version 3.0.2. 
The bash-compatible mechnism fish_path=(status fish-path) command
was not added until after 3.0.2, probably 3.1.
2022-06-17 17:43:54 -03:00
Jorge Bucaran 7fdb083c60
Display actual $__fish_config_dir in help 2022-06-17 17:02:53 -03:00
Jorge Bucaran 36c1930aa7
4.3.3 2022-06-17 15:38:35 -03:00
Jorge Bucaran 507c9cc425
Preserve fish_plugins plugin order (#689)
Fix #689.
2022-06-17 15:36:35 -03:00
Jorge Bucaran 5622dd660f
Refactor fish_plugins write logic for readability 2022-06-16 22:57:48 -03:00
Jorge Bucaran cf4c6cc561
4.3.2 2022-05-26 09:49:38 -03:00
Ilan Cosman b3c5336480
Use current fish path isntead of fish command (#716) 2022-05-26 00:32:04 -03:00
Jorge Bucaran a4e74bd6f1
Fix inconsistent docs 2022-05-07 19:55:20 -03:00
eitsupi 164628b696
Fix tide installation instructions (#715) 2022-05-07 19:52:45 -03:00
Yohan Min 74dabc5d5a
Fixed a small typo (#714) 2022-05-04 09:39:04 -03:00
Bugakov Mikhail 354c8fccec
Update README.md (#713) 2022-04-28 00:46:49 -03:00
anakimluke 0a0c48993a
Use official GitHub API endpoint (#700)
Close #699
2022-04-12 19:02:28 -03:00
Jorge Bucaran 93dafd242b
4.3.1 2021-12-28 13:42:30 -03:00
Jorge Bucaran 1f080b0457
Improve fisher -h (#691) 2021-12-28 13:42:13 -03:00
Jason Nader 885129b7d3
Update link to Fish config docs (#683) 2021-10-21 13:48:18 +09:00
Jorge Bucaran b2c317a2ae
Tweak acknowledgements 2021-10-11 04:12:37 +09:00
Jorge Bucaran dc7ada7a78
Try a different place for link 2021-10-11 00:58:16 +09:00
Jorge Bucaran c220662604
Remove Fish 3.x warning 2021-10-10 23:10:25 +09:00
Jorge Bucaran 7bd5bfcac1
Add acknowledgments 2021-10-10 23:08:50 +09:00
Jorge Bucaran 28bb0e172c
Use a colon to clarify usage (#674) 2021-08-22 23:27:01 +09:00
Bruce D'Arcus b9b1eda07a
Clarify fish_plugins update usage (#674) 2021-04-20 21:42:14 +09:00
Jorge Bucaran 247b58e0d9
4.3.0 2021-03-12 03:19:56 +09:00
Jorge Bucaran e7a538239b
Suppress top-level files install warning (#666) 2021-03-12 03:17:22 +09:00
Jag Talon b222175fc8
Use short-option style for tar (#665)
OpenBSD's tar doesn't support long options.
Short options ensure compatibility with OpenBSD systems.
2021-03-11 00:27:33 +09:00
Jorge Bucaran 48c414fa09
The devil is in the details 2021-03-06 00:26:57 +09:00
Jorge Bucaran 00f130ed90
Specify system requirements (#663)
Close #663
2021-03-05 23:54:55 +09:00
Daniël Franke a0a68de919
Adjust the gitlab documention.
Make it a bit less verbose.
2021-02-01 10:05:55 +01:00
Daniël Franke 6cc13ada7e
Replace the username with the actual repo name.
Even though this did work, it's not correct. This makes the URL fully
correct.
2021-01-30 13:51:54 +01:00
Daniël Franke 8ae139dc9e
Add GitLab support.
Add the possibility to add plugins from gitlab. Resolves #657.
2021-01-30 13:45:20 +01:00
Jorge Bucaran 56c629a3a9
Add link to migration from 2.x/3.x guide 2021-01-26 22:22:14 +09:00
Jorge Bucaran 3f0851c5cb
4.2.0 2021-01-18 18:52:35 +09:00
Jorge Bucaran 94e934d49e
Update -h --help completion description 2021-01-18 18:52:21 +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 3e7c4015ab
Use set_color 2021-01-18 01:14:56 +09:00
Jorge Bucaran a8a8a96287
Print removed plugins in bold red 2021-01-17 21:33:48 +09:00
Jorge Bucaran 32ed213b4a
Preserve fish_plugins order during update (#616) 2021-01-17 18:41:33 +09:00
Jorge Bucaran 0b8daa2b8f
Link to relevant issue, improve format 2021-01-17 03:57:49 +09:00
Jorge Bucaran 9cc7d9582f
Create functions directory 2021-01-17 03:37:23 +09:00
Jorge Bucaran d0c3d1840a
Simplify top-level support code regex 2021-01-17 03:35:39 +09:00
Jorge Bucaran f4739a8c7d
Make each event do something different 2021-01-16 22:31:30 +09:00
Jorge Bucaran 57ed19f945
Add some tests 2021-01-16 22:21:59 +09:00
Jorge Bucaran 7ed1de7e56
Source plugin completions on install and update 2021-01-16 12:55:14 +09:00
Jorge Bucaran 3e5b263785
Add missing --command to complete --erase 2021-01-16 12:32:52 +09:00
Jorge Bucaran b9f222c52e
4.2.0-rc-1 2021-01-16 03:21:50 +09:00
Jorge Bucaran 70c9a59b53
\n 2021-01-16 03:19:43 +09:00