fisher/functions
Jorge Bucaran 8384bf3aa7
Ahoy!! Fisherman 1.0.0
* 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.

* Rewrite documentation to be simpler and more consistent.

* Fisherman can install "functions" now. If you have created
  a function interactively, you can run fisher install name
  of the function and a directory will be created in
  $PWD/name of the function and installed as usual.

* Fisherman now detects if users have modified their fish
  prompt using fish_config and if so, uninstalls $fisher_prompt.

* Search results now truncate plugin descriptions based in
 the width of the terminal screen.

* Install/Update/Uninstall CLI was retouched.

Looking behind and Ahead
========================

On Jan, 1st, Fisherman 0.1.0 departed from the bay of
"my hard drive" and today 1.0.0 has finally shipped.

Things are still a little rough and knotty, what did
you think? But 1.0.0 means all the basic things are
here.

Internally, we may still push some large changes, more
robust tests; at ~300 there are still areas a bit dry.

On the outside, Fisherman will change little, I hope.
That's a feature. If you want a more colorful CLI,
concurrent updates, or another bit here and there,
we may work something out.

This release means more time to focus on the plugin
ecosystem, but the adventures are far from over.
2016-03-01 18:02:38 +09:00
..
__fisher_cache_list.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
__fisher_complete.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_complete_reset.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_deps_install.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_file.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_file_contains.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
__fisher_file_remove.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_function_to_plugin.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_gist_to_name.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_help_commands.fish Add new __fisher_help_* functions. 2016-02-16 17:43:13 +09:00
__fisher_help_guides.fish Add new __fisher_help_* functions. 2016-02-16 17:43:13 +09:00
__fisher_help_parse.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
__fisher_help_usage.fish Add new __fisher_help_* functions. 2016-02-16 17:43:13 +09:00
__fisher_index_update.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_key_bindings.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
__fisher_key_bindings_delete.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_key_bindings_disable.fish Make __fisher_key_bindings_undo smarter. Close #121. 2016-02-25 10:08:48 +09:00
__fisher_key_bindings_enable.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_key_bindings_reset.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_key_bindings_undo.fish Make __fisher_key_bindings_undo smarter. Close #121. 2016-02-25 10:08:48 +09:00
__fisher_key_bindings_update.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_key_bindings_update_user.fish Add instrumentation using fishery/debug. 2016-02-20 09:57:51 +09:00
__fisher_name.fish Improve __fisher_name name resolution algorithm. 2016-02-25 14:16:39 +09:00
__fisher_path_from_plugin.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_path_from_url.fish Remove git -C to improve support in exotic systems. 2016-02-16 14:36:29 +09:00
__fisher_path_is_prompt.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_path_make.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_path_update.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_plugin_can_enable.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
__fisher_plugin_disable.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_plugin_enable.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_plugin_from_path.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_plugin_link.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_plugin_source.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_plugin_uninstall_handler.fish Teach uninstall handler about uninstall options. 2016-02-17 13:53:24 +09:00
__fisher_plugin_unlink.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
__fisher_plugin_validate.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
__fisher_plugin_walk.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
__fisher_prompt_reset.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
__fisher_string_escape.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
__fisher_url_clone.fish Do not use env to export GIT_ASKPASS. 2016-02-24 10:20:48 +09:00
__fisher_url_from_path.fish Remove git -C to improve support in exotic systems. 2016-02-16 14:36:29 +09:00
__fisher_xdg.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
debug.fish Add instrumentation using fishery/debug. 2016-02-20 09:57:51 +09:00
fish_config.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
fisher_help.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher_install.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher_list.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher_search.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher_uninstall.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
fisher_update.fish Ahoy!! Fisherman 1.0.0 2016-03-01 18:02:38 +09:00
getopts.fish Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
man.fish Update function description. 2016-02-18 06:41:51 +09:00
spin.fish Redirect standard error to null by default. 2016-02-26 00:03:19 +09:00