Commit Graph

700 Commits (017046abf3aef24c9fba61c2348b627136279975)
 

Author SHA1 Message Date
Jorge Bucaran 017046abf3
3.2.11
https://github.com/jorgebucaran/fisher/releases/tag/3.2.11
4 years ago
Andrei Borisov 44405ca9c4
Fix `_fisher_parse` function for BusyBox awk (#566) 4 years ago
Jorge Bucaran 47229c1429
README tweaks, use simpler language 4 years ago
Jorge Bucaran c142f61e51
3.2.10 5 years ago
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
5 years ago
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`.
5 years ago
Tobias Hernstig f3e87cf5f6 Change --event to --on-event (#549) 5 years ago
Jorge Bucaran 24b4aaa55b
Doc improvements 5 years ago
Jorge Bucaran fe5638d107
Less meta 5 years ago
Jorge Bucaran 1e6e80c0c1
Renew docs 5 years ago
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.
5 years ago
Jorge Bucaran ae37295f81
3.2.9 5 years ago
Jorge Bucaran 8b5a422999
Trim https:// before github.com/ in _fisher_fmt 5 years ago
Jorge Bucaran 0b1f270361
3.2.8 5 years ago
AppleTheGolden c66a1db768
Ignore curl write out vars from your .curlrc (#530) 5 years ago
Jorge Bucaran 7b4705f810
Fix typos and grammar errors 5 years ago
Jorge Bucaran d3469cfa33
docs: simplify installation instructions 5 years ago
Jorge Bucaran b2cd7aee3a
3.2.7 5 years ago
Jorge Bucaran 6ef9c5029c
chore: add license back to placate Github checker 5 years ago
Jorge Bucaran 05486e8767
docs: add link to curl dep version; improve uninstall 5 years ago
Jorge Bucaran c7472b2961
fix: don't hang if there are jobs in the bg; close #523 5 years ago
Jorge Bucaran ae878a8e9c
refactor: indent stream redirections properly 5 years ago
Jorge Bucaran 9a23976473
3.2.6 5 years ago
Jorge Bucaran ee330a8cf1
ci: fix broken travis 5 years ago
Jorge Bucaran 49c3eabf9f
refactor: rename some internal variables 5 years ago
Jorge Bucaran 37a6cd28e3
refactor: rename help,version to --{help,version} 5 years ago
Jorge Bucaran e11cd69f17
refactor: embed version echo to argv switch 5 years ago
Jorge Bucaran 5ddafed654
refactor: don't read entire fisher.fish to get version 5 years ago
Jorge Bucaran 91417201f4
fix: refactor parallel fetch; close #518
- Resolve circular dependencies for local packages
  - Integrate _fisher_deps functionality to _fisher_fetch
- Update _fisher_jobs to exit with status 1 if there are no jobs
- Use `set -q myvar[1]` instead of `test -z $myvar` where possible
5 years ago
Jorge Bucaran db82938731
fix: sed regexes; bug introduced with fe1cc9805 5 years ago
Jorge Bucaran 12ee3cb33e
refactor: remove _fisher_wait function; use inline solution
To be eventually replaced by the `wait` builtin.
5 years ago
Jorge Bucaran 972eed7aa8
refactor: simplify _fisher_add and _fisher_rm code 5 years ago
Jorge Bucaran 632917c7d2
fix: show packages installed from a branch/tag in `fisher ls` 5 years ago
Jorge Bucaran 8a99865be5
refactor: consume empty lines in fishfile 5 years ago
Jorge Bucaran 3a13ba9d68
feat: allow inline comments in fishfile 5 years ago
Jorge Bucaran 975aa989c9
refactor: rename _fisher_diff to _fisher_parse 5 years ago
Jorge Bucaran fe1cc9805c
refactor: make $HOME to `~' sed regex stricter 5 years ago
Jorge Bucaran 8cb6692785
fix: add local packages to fishfile 5 years ago
Jorge Bucaran 61f679e6a3
fix: if inside a local package, allow installing with: . or ./; close #513 5 years ago
Jorge Bucaran 6401d18504
3.2.5
- ci: use && (tears of joy)
- docs: better explore package directions
- refactor: add license info to README; remove LICENSE file
- refactor `fisher ls REGEX`
- refactor: merge fishfile read/write parser to one script
- refactor: take advantage of nullglob in for loops
- refactor: prepend "fisher:" to error messages to improve logging
- refactor: remove unnecessary message after self-uninstall
- refactor: rename `fisher self-complete` to `fisher complete`
- refactor: simplify status report format script
5 years ago
Jorge Bucaran 9fc0779339
Merge pull request #516 from stefanmaric/master
Override fishfile content instead of replacing the file
5 years ago
Stefan Maric 1211e0bafa fix: override fishfile content instead of replacing the file
This allows fishfile to be a symlink, which I used to keep track of my
dotfiles in a repo, and broke after upgrading to V3.
5 years ago
Jorge Bucaran f1890a54d2
docs: uninstall→remove; add "humorous" note 6 years ago
Jorge Bucaran f1766dcfa0
refactor: automate erasing variables in uninstall 6 years ago
Jorge Bucaran 81f03702e6
docs: document changes to ls output and new regex filter feat 6 years ago
Jorge Bucaran d1e49f8d9a
3.2.4 6 years ago
Jorge Bucaran 78c0852162
feat: filter ls output using a regular expression; close #512 6 years ago
Jorge Bucaran 12661c592f
fix: ls should show only user installed packages; close #511 6 years ago
Jorge Bucaran 03bfe5ed2a
3.2.3 6 years ago
Jorge Bucaran 14c740d1d6
docs: move legacy fish support guide to issues; #510 6 years ago