bash-it/plugins/available
Nils Winkler 2d13b3294a Fixed conversion when the battery percentage is in the single digits.
The previous version was printing an error when the battery percentage
was in the single digits, e.g. "7.04%". The code cuts returns the first
two digits, which in the case of "7.04%" are "7.". Any code that tries
to use that, e.g. the powerline-multiline theme will fail with an error.

This change corrects that by zero padding single digits, i.e. "07.04%"
instead of "7.04%".
2015-05-05 11:30:25 +02:00
..
todo fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
_xterm.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
base.plugin.bash [tests] added test for base plugin mkcd(); make mkcd() safe for directory names starting with a dash 2015-05-03 18:11:18 -07:00
battery.plugin.bash Fixed conversion when the battery percentage is in the single digits. 2015-05-05 11:30:25 +02:00
browser.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
chruby-auto.plugin.bash Make chruby plugins conform to naming convention 2014-01-02 11:27:14 -08:00
chruby.plugin.bash Make chruby plugins conform to naming convention 2014-01-02 11:27:14 -08:00
dirs.plugin.bash [start with tests] minor space fix in the codebase 2015-03-28 18:54:37 -07:00
docker.plugin.bash Updated undescores to dashes and added new alias 2015-01-27 15:20:21 -05:00
extract.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
fasd.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
fzf.plugin.bash Added fzf plugin. 2014-10-27 17:39:29 +02:00
gh.plugin.bash Added the gh plugin. 2014-10-17 17:18:19 +03:00
gif.plugin.bash Added the gifify function. 2014-10-23 11:13:59 +02:00
git.plugin.bash Removed due to Git handling this automatically 2013-11-27 13:07:47 -05:00
hg.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
history.plugin.bash Moved arrow-keys-search-history from lib to available plugins 2014-11-07 13:50:34 +00:00
java.plugin.bash Added Java plugin. 2012-05-21 11:50:01 +02:00
javascript.plugin.bash plugins-help is much faster 2012-05-15 14:29:06 -04:00
jekyll.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
latex.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
nginx.plugin.bash Moved nginx settings to plugin. 2015-03-30 11:13:01 +00:00
node.plugin.bash Make sure that the npm prefix is in PATH 2012-09-20 15:36:54 -05:00
nvm.plugin.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
osx.plugin.bash Fixed script execution to always use the frontmost window, instead of window 1. 2014-11-05 08:18:58 +01:00
pipsi.plugin.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
postgres.plugin.bash create postgres helper functions for bash_it 2014-11-24 00:56:03 -05:00
proxy.plugin.bash Added proxy plugin. 2015-04-01 13:23:00 +02:00
pyenv.plugin.bash Revert "Added pyenv-virtualenv plugin" 2014-12-14 09:52:27 +02:00
python.plugin.bash Add a pyedit command thanks to @srossross 2014-03-26 10:03:50 -05:00
rbenv.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
ruby.plugin.bash fix path to commands installed by gem install --user-install 2015-03-26 09:00:20 -07:00
rvm.plugin.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
ssh.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
subversion.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
textmate.plugin.bash fix textmate path on some platforms 2015-03-26 08:50:34 -07:00
tmux.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
tmuxinator.plugin.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
todo.plugin.bash respect profile overrides 2012-05-10 20:39:18 -04:00
virtualenv.plugin.bash Fix so this works with the all themes (oops) 2014-01-09 10:52:14 -06:00
z.plugin.bash test existence, not symlink 2012-05-16 13:00:22 -04:00
z_autoenv.plugin.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00