Commit Graph

197 Commits (2542929eb9ec929fb931f8b728e28ff1100d4c15)

Author SHA1 Message Date
Jorge Bucaran 2542929eb9 Separate msg utility functions into their own file:
+ msg.util.get.color.fish
  + msg.util.random.color.fish
  + msg.util.set.color.fish
  + msg.util.str.get.fish
  + msg.util.str.has.fish
10 years ago
Jorge Bucaran 8e02073145 Add msg plugin. The technicolor message printer.
+ Print messages with style and color easily. Supported styles below:

     _text_                 Bold
     __text__               Underline
     ___text___             Bold and Underline
     `$variable`            Apply @<styles> to $variables
     /directory/            Directories
     [url]                  Links
     \n                     Line Break
     \t                     Tab Space

 + Recognizes 256 different color names and special @random @light @dark @error and @success labels.
 + Included also is `msg.ask` to print a message with `msg` and wait for y/n input. Returns true on y\*.
10 years ago
Charles B Johnson 3ba9a50bee Fix issue where some rbenv commands would fail (shell, rehash).
Use rbenv fish integration, if available.

Fix rbenv "supports fish" logic.
10 years ago
Daniel Mijares 228b9c5e34 removing `-e` tests when cheking for `-f` or `-d`
adding local variable flag and setting the variable if java home isn't
taken care of in the first if check.

For some reason there were different tab widths for this bottom
section, unifying to what the top was at -- 2 spaces.
10 years ago
Daniel Mijares efa2746e45 silly mistake, forgot this is a soft link and needed to follow the link 10 years ago
Daniel Mijares e0ae3a7db4 plugin was lacking setting {}_HOME variables for all gvm installed
binaries, this fixes that.

This also sets JAVA_HOME (only tested on OSX).
10 years ago
Daniel Mijares 0bac44ceda cask plugin to add cask to $PATH 10 years ago
Bruno Pinto 30327ff522 brew plugin was not calculating the number of paths to ignore correctly 10 years ago
Bruno Pinto 494855b8a5 sending deprecation message to stderr 10 years ago
Wild Kat 1a18186cca changed code indent to 2 spaces for consistency 10 years ago
Wild Kat bafb64147c Eliminate superficial whitespaces in ssh plugin 10 years ago
Wild Kat c761f9442c Added documentation link for ssh helper plugin and further cleanup 10 years ago
JP Viljoen ad63831b8f [ssh plugin] 256-colour helper stuff 10 years ago
Jichao Ouyang c7d55526ec add capability to bash `export` 10 years ago
Jan Lindblom 0cbd3480a8 Allow plan plugin to read from $PLENV_ROOT (useful with Homebrew on Mac). 10 years ago
Bruno Pinto b861a5cee1 deprecating _append_path and create _prepend_path 10 years ago
Justin Hileman d6d10825ae Remove common .home suffix from local-config hostname. 10 years ago
Bruno Pinto 5f230e331d checking for --inherit-variable support is too slow 10 years ago
Natrim d3daa585aa Composer plugin
- add function "composer"
- uses local composer if available
- add function "composer_install" to install composer to current dir
10 years ago
Roman Inflianskas 2d363c740d [dpaste] Make dpaste a replacement for sprunge 10 years ago
Roman Inflianskas bb1d149e2c [dpaste] Add time options: 1, onetime, 2, twotimes 10 years ago
Roman Inflianskas 36aa069f7b [dpaste] Add system tests 10 years ago
Roman Inflianskas e957365d75 [dpaste] Another try to fix tests running on OS X 10 years ago
Roman Inflianskas b256aac2e1 [dpaste] Allow test run with any working directory 10 years ago
Roman Inflianskas b1b7b0a0ee [dpaste] Using sed -E everywhere 10 years ago
Roman Inflianskas e5b7c01934 [dpaste] Fix hour, week, month expired snippets 10 years ago
Roman Inflianskas 668849a9c3 [dpaste] Fix tests 10 years ago
Roman Inflianskas 4cb6539197 [dpaste] Add tests 10 years ago
Roman Inflianskas 32c1a02690 [dpaste] Add compatibility with non GNU *nix 10 years ago
Roman Inflianskas b3d40bb35d [dpaste] Add --help alias for help 10 years ago
Roman Inflianskas feff0bb89d [dpaste] Fixed file pasting with option -t 10 years ago
Roman Inflianskas 4aedc2917f [dpaste] Underscoring all private variables and functions 10 years ago
Roman Inflianskas 9ce45f5f38 [dpaste] Add "expires" option 10 years ago
Roman Inflianskas a58c498362 [dpaste] Add dpaste plugin 10 years ago
Bruno Pinto 02529d7aca correctly adding sorted brew paths 10 years ago
Roman Inflianskas 81c912731d [bak] Fix tests 10 years ago
Bruno Pinto c46b7d4308 removing old commented out code 10 years ago
CodeFalling 83cef134f2 move git-flow completions to completions folder 10 years ago
CodeFalling dbd2637f6e new plugin:git-flow 10 years ago
Justin Hileman fa022cc8cd Add local-config plugin.
Support per-user, per-host, and per-platform custom configuration files.
10 years ago
Bruno Pinto 28b9612acf replace plugin 10 years ago
CodeFalling 691a9a2bc9 new plugin:better alias 10 years ago
Bruno Pinto fdf3793b60 removing deprecated rake plugin 10 years ago
Bruno Pinto 4b3087d388 adding deprecation warning to autojump plugin 10 years ago
Jean Mertz e83c710ffe Rewrite `bundle exec` wrapper to be more robust 10 years ago
Michele Gerarduzzi bdf8c26770 Improve syntax and uniform style for plugins’ README 10 years ago
Michele Gerarduzzi d7d1ef5831 Add support for ST and ST3 installations inside `~/Applications` on OS X 10 years ago
iven 51a86eaa1a Add `gem` plugin 10 years ago
iven 5e876ee56b Add `android_sdk` plugin 10 years ago
iven 8773b12c2d Add `ccache` plugin 10 years ago