This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 14 Jan, 2015 4 commits
-
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno authored
❯❯❯ Complete overhaul of brand new Oh-My-Fish `fish-spec` test framework.
-
Jorge Bucaran authored
+ Add documentation and examples. + Add new functions to interact with the framework: + spec.eval - eval a function by name and echo its description field + spec.functions - prints functions currently in scope that match the key glob + spec.log - log a message / test result + spec.run - run suite of tests + Rename list.erase to erase.
-
- 13 Jan, 2015 5 commits
-
-
Bruno authored
Add travis support via .travis.yml and bash bootstrap script.
-
Jorge Bucaran authored
-
Bruno Pinto authored
-
Bruno authored
Improve install.fish
-
Jorge Bucaran authored
+ Non-interactive terminals, e.g., skip launching fish when running tests automated, etc. + Non-git-based installations. If git is not found, download via curl HTTP GET download request. + Installing forks of the framework. Also: + Improve documentation. + Fix bug in un escaped backslash causing incorrect syntax coloring after the ASCII fish logo.
-
- 11 Jan, 2015 13 commits
-
-
Bruno Pinto authored
-
Luis Angel Vicente Sanchez authored
-
Luis Angel Vicente Sanchez authored
-
Luis Angel Vicente Sanchez authored
-
Luis Angel Vicente Sanchez authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
+ Extend to support any number of items and/or lists. + Add --from option.
-
Bruno Pinto authored
-
- 10 Jan, 2015 4 commits
-
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
- 09 Jan, 2015 3 commits
-
-
Bruno authored
Add msg plugin. The technicolor message printer.
-
Jorge Bucaran authored
Add notes in comments about escaping.
-
Jorge Bucaran authored
+ 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
-
- 08 Jan, 2015 5 commits
-
-
Jorge Bucaran authored
+ 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\*.
-
Bruno authored
[feat-import] + import command, ⁑ bad wildcard expansion bugfix in _prepend_tree.
-
Jorge Bucaran authored
To import plugins or load themes: + import plugins/<plugin> + import plugins/{dpaste,cask} themes/bobthefish Note: Plugins/Themes can be in either `custom/plugins`, `custom/themes` or `$fish_path/plugins/`, `$fish_path/themes/`.
-
Jorge Bucaran authored
-
Jorge Bucaran authored
+ All `.load` files inside custom are sourced as usual. + Only set plugins set in `$fish_plugins` as imported. Works whether they are in `$fish_path` or `$fish_custom` as expected. The same for plugins. + `$fish_function_path` is not polluted.
-
- 07 Jan, 2015 3 commits
-
-
Jorge Bucaran authored
Add new `import` command for plugins, simplifiying intial configuration setup in `oh-my-fish.fish`. Fix incorrect wilcard expansion bug in `_prepend_tree` and other typos in comments.
-
Bruno authored
Function _prepend_path allowing multiple paths to be specified at once
-
Bruno Pinto authored
-
- 02 Jan, 2015 1 commit
-
-
Bruno authored
Fix issue with rbenv plugin where some rbenv commands fail
-
- 31 Dec, 2014 2 commits
-
-
Charles B Johnson authored
Use rbenv fish integration, if available. Fix rbenv "supports fish" logic.
-
Bruno Pinto authored
-