You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/test
Jorge Bucaran 2cbbb00dcb Fisherman 1.0 RC
* Deprecate fisher --list in favor of a new command fisher list.
  The behavior is roughly the same. See fisher help list for
  usage. tl;dr: Use list to query the local system / cache and
  search to query the index.

* Teach fisher_plugin_walk about fish_postexec,
  fish_command_not_found and fish_preexec event emitters and
  erase them during uninstall if they were defined in a snippet.

* Fisherman now recognizes the following aliases by default:
  i for install, u for update, l for list, s for search and h
  for help.

* Large documentation rewrite. Better, simpler, more concise
  and more consistent.

* Fisherman now detects if users have modified their fish
  prompt using fish_config and if so, uninstalls $fisher_prompt.
9 years ago
..
fixtures Fisherman 1.0 RC 9 years ago
helpers Add instrumentation using fishery/debug. 9 years ago
cache-list.fish
complete-reset.fish
complete.fish
config.fish
deps-install.fish
file-contains.fish
file-remove.fish
file.fish Fisherman 1.0 RC 9 years ago
fisher.fish Fisherman 1.0 RC 9 years ago
getopts.fish
gist-to-name.fish
help-parse.fish
help.fish
index-update.fish
install.fish Remove scripts directory in favor functions/ or root/ 9 years ago
key-bindings-delete.fish
key-bindings-disable.fish Make __fisher_key_bindings_undo smarter. Close #121. 9 years ago
key-bindings-enable.fish
key-bindings-reset.fish
key-bindings-undo.fish
key-bindings-update-user.fish
key-bindings-update.fish
key-bindings.fish
list-fishfile.fish Fisherman 1.0 RC 9 years ago
list.fish Fisherman 1.0 RC 9 years ago
man.fish
name.fish Improve __fisher_name name resolution algorithm. 9 years ago
path-from-plugin.fish
path-from-url.fish
path-is-prompt.fish
path-make.fish
path-update.fish Update is now true to its word :rage1: 9 years ago
plugin-can-enable.fish
plugin-from-path.fish
plugin-link.fish
plugin-source.fish
plugin-uninstall-handler.fish
plugin-unlink.fish Fisherman 1.0 RC 9 years ago
plugin-walk-conf.d.fish
plugin-walk-functions.fish
plugin-walk-init-files.fish
plugin-walk-prompt.fish
plugin-walk-uninstall.fish
plugin-walk.fish Remove scripts directory in favor functions/ or root/ 9 years ago
prompt-reset.fish
search.fish Fisherman 1.0 RC 9 years ago
string-escape.fish
uninstall.fish Remove scripts directory in favor functions/ or root/ 9 years ago
update.fish
url-clone.fish Do not use `env` to export GIT_ASKPASS. 9 years ago
url-from-path-git.fish
url-from-path-links.fish
validate-name.fish
validate-path.fish Fisherman 1.0 RC 9 years ago
validate-url.fish
xdg.fish