Jorge Bucaran 3021402525 ⌁ Update Fish-Spec ⌁
+ Add fish eval fix See #fish-shell/pull/1892
+ New and improved output system with colors, etc.
+ Support for multiple non-nested describe blocks.
+ Remove spec.log and favor `msg` plugin and standard echo.
+ `spec.eval` no longer evaluates multiple functions, acting now as a simplified
  router between the view `spec.view` and the controller `spec.run`.
+ Add new `spec.view` to act as a hub for all test output.
+ Add report with passed/failed tests to `spec.view`
+ Now test descriptions are used directly from the function name. Description
  fields are now optional.
2015-01-17 13:46:44 +09:00
..
2015-01-14 09:14:45 -02:00
2014-11-03 10:42:40 +08:00
2014-12-30 16:38:28 -02:00
2014-06-10 23:05:47 -03:00
2014-11-28 19:45:55 +11:00
2013-11-20 07:53:39 -02:00
2013-05-15 09:12:46 -03:00
2013-11-20 07:53:39 -02:00
2014-12-23 15:46:17 -02:00
2015-01-17 13:46:44 +09:00
2013-10-18 14:15:47 -03:00
2014-10-16 21:33:47 -03:00
2014-08-01 12:56:06 -03:00
2013-11-02 00:23:00 -02:00
2013-11-20 07:53:39 -02:00
2014-11-07 16:47:50 -02:00
2014-09-22 09:45:55 +01:00
2014-10-24 08:50:47 -02:00
2014-10-20 15:51:13 +02:00

Plugins

  • android-sdkAndroid SDK integration.
  • archlinux – Provides a number of plugins to make using Arch Linux easier.
  • autojump – Makes navigating filesystem much faster. See autojump article and video. Bindings only, autojump needs to be installed separately.
  • better-alias - Provide alias with auto completion.
  • brewHomebrew integration.
  • bundler – Use Ruby's Bundler automatically for some commands.
  • ccache – Enable ccache to speed up compilation.
  • django – Helper for Django Unit tests. Cleans the cached modules as well.
  • ec2 – Exports env variables for Amazon's EC2 management.
  • emoji-clock – The current time with half hour accuracy as an emoji symbol.
  • extract – Plugin to expand or extract bundled & compressed files.
  • fry – Starts fry, a simple Ruby version manager for fish.
  • gem – Ruby gem integration.
  • gigitignore.io CLI for fish.
  • git-flowgit-flow Completion support for git-flow.
  • jump – A port of Jeroen Janssens’ “jump” utility.
  • local-config – Support per-user, per-host and per-platform custom config files.
  • localhost – Opens http://localhost:3000 (and other ports) in the default browser.
  • mc – Plugin to start mc with a shell compliant (Bash).
  • ndenv – Helpers for another node.js version manager.
  • node – Adds locally installed NodeJS npm binary executable modules to the path.
  • percol – Browse your fish history with percol.
  • peco – Browse your fish history with peco.
  • php – Manage phphttp server.
  • plenvplenv Perl binary manager integration.
  • pyenvSimple Python Version Management integration.
  • python – Set of shortcuts to Python based utilities (pybeatifyjson – clean JSON files, pyclean – remove old .pyc, pyhttp & pysmtp – simple HTTP & SMTP servers)
  • rails – Alias for executing database migrations.
  • rake – Completions for rake tasks.
  • rbenvrbenv Ruby environment/version manager.
  • replace – A port of replace.
  • rvmRVM Ruby version manager.
  • ssh – ssh conservative $TERM value helper.
  • sublime – Creates subl command line shortcut to launch Sublime Text editor.
  • tmux – Plugin to start tmux with support for 256 colours.
  • vi-mode – Basic vi key bindings emulation for fish.
  • xdg – Setup xdg environment on Linux.
  • z – Integration with z (autojump alternative).