Commit graph

523 commits

Author SHA1 Message Date
Jorge Bucaran
82601fd28e 0.6.0 2016-02-07 20:15:40 +09:00
Jorge Bucaran
cd4e7bbd01 Update. 2016-02-07 20:14:51 +09:00
Jorge Bucaran
5de152c274 Lowercase slack and 750->720 pixel logo. 2016-02-07 20:13:20 +09:00
Jorge Bucaran
2ddcbc7652 Remove superfluous ticks. 2016-02-07 20:12:25 +09:00
Jorge Bucaran
1452041659 Reset completions after a successful index update. 2016-02-07 20:11:09 +09:00
Jorge Bucaran
ee3765c679 Add timeout argument and isolate $fisher_index. 2016-02-07 20:08:08 +09:00
Jorge Bucaran
c282882b5c Remove $fisher_index from the config and isolate inside __fisher_index_update. 2016-02-07 20:07:09 +09:00
Jorge Bucaran
c86fc502b2 Use specific timeout of 0 to force index update to wait always. 2016-02-07 20:06:48 +09:00
Jorge Bucaran
cbc61d3132 Revise documentation, use more consistent style, remove deprecated APIs. Closes #77 2016-02-07 20:06:04 +09:00
Jorge Bucaran
6f633efd00 Tidy up, more punch, more flavor, larger logo. 2016-02-06 07:11:35 +09:00
Jorge Bucaran
3f7c3cd759 Fix compatibility section to address new Legacy plugin. 2016-02-06 02:53:20 +09:00
Jorge Bucaran
93fbba0f69 Add note in README about the nature of the benchmarks. 2016-02-05 20:41:49 +09:00
Jorge Bucaran
8ed53bfb6c Remove debugging logs. 2016-02-05 20:41:28 +09:00
Jorge Bucaran
0841248deb Tidy up, add more spacing between sections. 2016-02-05 15:31:12 +09:00
Jorge Bucaran
dfa8c2b74e Fix: __fisher_plugin_walk was incorrectly traversing completions.
Due to how the completions/*.fish path was traversed
inside __fisher_plugin_walk, the plugin enable/disable
mechanism would fail to copy all completions other than
completions/<plugin>.fish into the config.
2016-02-05 14:51:52 +09:00
Jorge Bucaran
4ca8190172 Update Change Log. 2016-02-04 14:07:21 +09:00
Jorge Bucaran
a5e10e119f Update test to account for new writing to log file in fisher_update. 2016-02-04 14:07:01 +09:00
Jorge Bucaran
abee2ca74b Comment. 2016-02-04 14:05:39 +09:00
Jorge Bucaran
a29966f48d Add tests for __fisher_plugin_source. 2016-02-04 14:05:01 +09:00
Jorge Bucaran
5d3f98b07a Improve Install/Update/Uninstall message channels.
Before this commit, both error and success information
was sent to stderr. Now, the total number of plugins
installed / updated / uninstalled is sent to stdout
allowing us to parse this output and implement a
more robust (and simpler) __fisher_deps_install
2016-02-04 14:02:01 +09:00
Jorge Bucaran
6606da7988 Favor > for themes over | for symbolic links. 2016-02-04 14:01:41 +09:00
Jorge Bucaran
25ad460435 Strip plugin list decorators when parsing fishfile 2016-02-04 13:56:06 +09:00
Jorge Bucaran
567cccde26 Add new plugin listing decorator for symbolic links `|'. 2016-02-04 13:53:58 +09:00
Jorge Bucaran
bb3fb8f7af Display deps as they install along with parent plugin. 2016-02-04 13:52:43 +09:00
Jorge Bucaran
e0bb4bcebb Remove 'probably' useless post render. 2016-02-04 13:51:29 +09:00
Jorge Bucaran
4f520febbf Add name argument to __fisher_plugin_source function. 2016-02-04 02:46:18 +09:00
Jorge Bucaran
e780e66edb Use __fisher_plugin_source to evaluate file if class is --source. 2016-02-04 01:35:16 +09:00
Jorge Bucaran
1376b529d1 Add new __fisher_plugin_source function.
Third party plugins can override this function to modify the
install mechanism and support alternative install methods.
2016-02-04 01:33:21 +09:00
Jorge Bucaran
94c6fd8d4f Tweak validate regex to correctly handle plugins named bb, gh, gl or omf. 2016-02-04 01:32:56 +09:00
Jorge Bucaran
5545d35641 Remove superfluous comment. 2016-02-04 01:32:23 +09:00
Jorge Bucaran
754b23fe49 Change of pattern matching expansion (cosmetic). 2016-02-04 01:32:00 +09:00
Jorge Bucaran
4b6ffe7c5a Tweak header, switch 'Get Started' emoji. 2016-02-03 09:59:59 +09:00
Jorge Bucaran
e11d6d701d Remove code header from graphic. 2016-02-03 09:37:53 +09:00
Jorge Bucaran
b7cae7cb03 Add horizontal spacing to legend. 2016-02-03 09:34:27 +09:00
Jorge Bucaran
4834df9103 Resize benchmark graphic. 2016-02-03 09:32:34 +09:00
Jorge Bucaran
e96d3b9f7f Resize benchmark graphic. 2016-02-03 09:17:49 +09:00
Jorge Bucaran
691a73f16f Typos. 2016-02-03 09:11:34 +09:00
Jorge Bucaran
b5ffc57ce6 Polish benchmarks graphic. 2016-02-03 09:11:08 +09:00
Jorge Bucaran
f9680000f7 Add a single space after the spinner by default.
To remove the white space use a format like --format="@\r"
2016-02-03 08:13:43 +09:00
Jorge Bucaran
1a8f2e2c1b Supress unwated error message when the cache is empty. Closes #66.
Running fisher --list on an empty cache will display an error
message because the glob $fisher_cache/* did not expand.
2016-02-03 07:20:40 +09:00
Jorge Bucaran
a8bc8d48e0 Add temporary upgrade check.
New in 0.5.0 is $fisher_file that points to the user fishfile.
Users upgrading from < 0.4.0 will not have this variable set,
which can cause errors whenever Fisherman tries to access it.

This commit adds a simple check to define the variable in the
within the same session and improves the update log message to
display the version Fisherman was updated to.
2016-02-02 08:52:16 +09:00
Jorge Bucaran
c975310447 Create empty fishfile during make install. 2016-02-02 05:16:33 +09:00
Jorge Bucaran
f6804828e5 0.5.0 2016-02-02 04:39:52 +09:00
Jorge Bucaran
5128d328fd Ahoy! Fisherman 0.5.0
=====================

Add user key bindings support.

Recall   $fisher_home/functions  are   always  before   user
functions in  $fish_function_path. This was an  early design
decision  in order  to  prevent users  from redefining  core
functions by  mistake or by  means other than  using plugins
(recommended).  In other  words, you  are free  to create  a
plugin  that modifies  a  Fisherman core  function, but  you
can't redefine  a Fisherman function privately  by saving it
to your user config fish. If  you found a bug in a Fisherman
function,  instead  of  creating  a private  patch  send  it
upstream.  If  you  created  a  function  that  overrides  a
Fisherman  core  feature,  create  a plugin.  This  way  the
community can benefit from your  code whenever you are ready
to publish it.

By  default, Fisherman  provides no  fish_user_key_bindings,
so   if   the   user   has   already   defined   their   own
fish_user_key_bindings that one will not be affected.

Now,  plugins can  define their  own key  bindings inside  a
fish_user_key_bindings.fish or key_bindings.fish at the root
of their repository or inside a functions directory. You can
put your key  bindings inside a function or not.  If you put
it inside a function, the function  name must be the same as
the file without the .fish extension.

$fisher_config/bindings.fish   When   a  plugin   with   key
bindings  is  installed  for  the first  time  or  the  only
one  with bindings  is  uninstalled,  Fisherman will  modify
~/.config/functions/fish_user_key_bindings.fish  (or  create
it for  the first  time) and  add a single  line at  the top
of  the fish_user_key_bindings  function to  source the  new
$fisher_config/bindings.fish. All  the key  bindings defined
by the enabled/installed plugins  are concatenated and saved
to this file.

This mechanism has the following advantages:

Does not slow  down shell start. Does  not require Fisherman
to  provide  his   own  fish_user_key_bindings  by  default.
Honors  any previously  existing user  key bindings.  Allows
plugin  to  define  their   own  key  bindings  and  coexist
with  the  user's key  bindings.  If  the user  updates  his
fish_user_key_bindings, re-running the  function does update
the key bindings. Mega Refactoring

The   entire   source   code   of   Fisherman   received   a
major   revision  and   refactoring.   The  validation   and
install/uninstall mechanisms were thoroughly revised and and
broken down into smaller functions easier to test as well as
several other sub parts of the system.

Rewrite fisher  search and  remove features that  are mostly
already covered by  fisher --list and remove  the ability to
generate information  about plugins  of unknown  origin. The
decision  to remove  this feature  was based  in performance
concerns  and the  result  of thinking  about the  usability
and  whether it  was really  worth the  speed tradeoff.  The
conclusion is I would rather  have better performance and if
I need  to query a  plugins origin  I can always  use fisher
--list or fisher --list=url or fisher --list=author.

Add $fisher_update_interval to determine if the index should
update  or not  when a  search  query is  taking place.  The
default value is  10 seconds. This means the  index will not
be updated  if less than  10 seconds have elapsed  since the
last action that triggered an update in the first place. See

Improve Install/Uninstall/Update status  output. If a plugin
fails  to install  decrease the  total. If  any plugins  are
skipped because  they are already  installed in the  case of
fisher install  or available in  the cache, but  disabled in
the  case of  fisher uninstall  they are  collected into  an
array and displayed in a  new section n plugin/s skipped (a,
b, c) at the bottom of the report.

Improve test coverage.

Tightly coupled  functions were making  testing increasingly
difficult.  Most of  the test  effort was  basically testing
whether git  clone or git  pull. New separation  of concerns
makes tests  run faster and the  difficult install/uninstall
algorithms has better coverage now. Other

Now  __fisher_list  can  list  plugins  from  the  cache,  a
fishfile/bundle  and plugins  that are  installed/enabled or
disabled. This  removes __fisher_file  and combines  it with
__fisher_list. This  also removes fisher -f  and replaces it
with fisher -l <file> or fisher --list=<file>.

Rename __fisher_parse_help to __fisher_complete and have the
function create  the completions automatically.  This allows
you  to complete  your  commands with  parseable usage  help
faster.  The  original  design  was fine,  but  this  change
improves auto-complete performance so it was preferred.

Use __fisher_index_update when building file with Make. This
helps prevent  an error when  using a fish version  < 2.2.0.
See #55 #50 #48.

Add  __fisher_index_update to  update the  index and  remove
previously   undocumented   fisher  update   --index.   This
function  is  designed  to bypass  GitHub's  server  network
cache  passing  an  arbitrary  query  string  to  curl  like
$fisher_index?RANDOM_NUMBER.  This means  index updates  are
immediately available now.

Add fisher --list=url option to  display local plugin url or
path.

Add fisher  --list=bare option  to display local  plugins in
the cache without the * enabled symbol.

Prepend > to  the currently enabled theme  when using fisher
--list[=cache]. Related #49.

Prepend *  to plugin  names to  indicate they  are currently
enabled when using fisher --list[=cache]. See #49.
2016-02-02 04:39:16 +09:00
Jorge Bucaran
d2d68457b2 Tweak introduction 💪 2016-01-17 12:19:59 +09:00
Jorge Bucaran
6385a3f72f Align badges to the left. 2016-01-15 00:44:26 +09:00
Jorge Bucaran
3659fefa55 Simplify more, point to the wiki 2016-01-15 00:30:24 +09:00
Jorge Bucaran
8daa71eccc Revamp 💪 README. 2016-01-15 00:18:58 +09:00
Jorge Bucaran
10d04d6069 Add quick install instructions and remove manual method.
Ahoy dear captain and distinguished members of the crew aboard. 

Now you can install Fisherman using, not one, but two methods!

The traditional, or "manual" method to install Fisherman. Still the one
favored by beefy old Fisherman with 💪 and heart.

    git clone https://github.com/fisherman/fisherman
    cd fisherman
    make

Or you can use the new hot, quick install method like a Fisherman
that communicates to sea creatures and can breathe under water.
He also carries a GE XM214 Machine Gun in one arm.
2016-01-13 20:06:37 +09:00
Jorge Bucaran
c764779969 Merge pull request #54 from tuvistavie/patch-1
Fix README link.
2016-01-13 18:13:10 +09:00