1. a74279d Fix typo (thanks @rdmurphy) by Travis Swicegood · 13 years ago
  2. 1372e7d add a few more helpers for virtualenv by Travis Swicegood · 13 years ago
  3. c79d7b0 Merge remote-tracking branch 'antono/fix-xterm-plugin' by Travis Swicegood · 13 years ago
  4. 1527630 Updated node version manager plugin to current master by Antono Vasiljev · 13 years ago
  5. f3c6300 Install xterm title only for xterm by Antono Vasiljev · 13 years ago
  6. 0a729a4 remove random debug comments by Travis Swicegood · 13 years ago
  7. a639898 Add in autoenv from @kennethreitz by Travis Swicegood · 13 years ago
  8. ea0dc44 Switch to echo -e and use echo safe colors (fixes: #96) by Travis Swicegood · 14 years ago
  9. 12167fb Merge pull request #88 from victorcoder/master by Robert Evans · 14 years ago
  10. 538980c Set terminal emulatior title by Antono Vasiljev · 14 years ago
  11. aa622e8 add mkvenv shortcut by Travis Swicegood · 14 years ago
  12. e7deb90 Typos in plugin by Victor Castell · 14 years ago
  13. ef4111e rbenv plugin by Victor Castell · 14 years ago
  14. 18bccea Updated nvm.plugin.bash by Antono Vasiljev · 14 years ago
  15. ba8fde8 Make gshuf alias checker work on other bash versions by Mark Szymanski · 14 years ago
  16. 5764340 Add simple password generator by Mark Szymanski · 14 years ago
  17. dcdfd66 BOOKMARKing:remove absolute path of sed, to make compatible with OS X by Yakkala Yagnesh Raghava · 14 years ago
  18. c6e096e Add BOOKMARKing functionality to dirs plugin by Yakkala Yagnesh Raghava · 14 years ago
  19. 1051720 Add error throw for no file specified by Mark Szymanski · 14 years ago
  20. 561c4d6 Move extract.bash to a proper location by Mark Szymanski · 14 years ago
  21. 8c7b8f2 Node version manager as plugin by Antono Vasiljev · 14 years ago
  22. 3cd70de adds a tmuxinator plugin by Travis Swicegood · 14 years ago
  23. 3a2b525 Added prevcurl function Downloads a file and opens it in Preivew.app by Mark Szymanski · 14 years ago
  24. e1a299e Implement JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  25. 1a96945 Fix grammar on error message by Mark Szymanski · 14 years ago
  26. 9ad7964 Add support for multiple Jekyll sites by Mark Szymanski · 14 years ago
  27. 11b5955 Revert "move garb into git plugins; rename newpost as jknewpost" by David DeSandro · 14 years ago
  28. 65ce6fd Merge branch 'master' of https://github.com/desandro/bash-it by JFSIII · 14 years ago
  29. 1b7c941 Convert themes and plugins to use the update colors. Themes are no longer burdened with escaping the unprintable characters by JFSIII · 14 years ago
  30. d22a4cf move garb into git plugins; rename newpost as jknewpost by David DeSandro · 14 years ago
  31. 279b60e Merge pull request #51 from tswicegood/javascript-update by Travis Swicegood · 14 years ago
  32. b740d7f Make sure that RVM is loaded before defining extras by Travis Swicegood · 14 years ago
  33. 20d5f97 Load RVM and auto-completion is available by Travis Swicegood · 14 years ago
  34. a694d2d Allow specifying jQuery/jQuery UI version number and update defaults by Travis Swicegood · 14 years ago
  35. 4898fa9 Add pmdown function for previewing markdown files by Mark Szymanski · 14 years ago
  36. 516ce40 Git ignore works now by Mark Szymanski · 14 years ago
  37. ffa45b0 Create the concept of enabled plugins by Travis Swicegood · 14 years ago
  38. 8392f29 Unset the MACTEXT_PATH var so it doesn't leak through to env by Travis Swicegood · 14 years ago
  39. ad502d9 make sure tmux is launched in 256 color mode by Travis Swicegood · 14 years ago
  40. 97e73f4 add support for mactex if its present by Travis Swicegood · 14 years ago
  41. b2857a3 added git_stats function to git plugin collection by Florian Baumann · 14 years ago
  42. 0798a80 removed hcht plugin. there are several bugs which couldn't be fixed so far without rewriting the whole module by Florian Baumann · 14 years ago
  43. e56c71a Added 'tonka' prompt, and personal color scheme. by Daniel Engel · 14 years ago
  44. 63c60e5 Added "down4me" plugin by Mark Szymanski · 14 years ago
  45. 63a00c7 * 2 new functions, wmate & raw by Robert Lowe · 14 years ago
  46. 7ae2952 Fix bug of battery plugin not displaying right low percentages (Linux) by Jesus de Mula Cano · 14 years ago
  47. b79fc5d Add beginings of mac os support for the battery plugin by Jesus de Mula Cano · 14 years ago
  48. f98a728 Check for OS type in demula theme prompt string by Jesus de Mula Cano · 14 years ago
  49. cced727 fix deleting screw up by Jesus de Mula Cano · 14 years ago
  50. fe9116c change back http alias and check for Linux to use python2 by Jesus de Mula Cano · 14 years ago
  51. 1080af3 Update battery.plugin to check for acpi existence by Jesus de Mula Cano · 14 years ago
  52. 229aa83 Add command_exists function to base.plugin from http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script: by Jesus de Mula Cano · 14 years ago
  53. 23de53a battery plugin code clean up by Jesus de Mula Cano · 14 years ago
  54. 8188b91 new battery plugin that shows energy in a "bar" all done with acpi and bash by Jesus de Mula Cano · 14 years ago
  55. 5f8e0c4 python plugin updated to work with archlinux (envvar python is python 3 not 2). by Jesus de Mula Cano · 14 years ago
  56. 27baae9 Add support for virtualenvwrapper if its present by Travis Swicegood · 14 years ago
  57. e787f26 Added lsgrep() function and comments for mkcd() function by Mark Szymanski · 14 years ago
  58. bacc623 Post dates now include the year by Mark Szymanski · 15 years ago
  59. 91835d5 Added quoting for $EDITOR's with spaces by Mark Szymanski · 15 years ago
  60. f3a4d44 Moved variable and fixed formatting for 'editpost' by Mark Szymanski · 15 years ago
  61. 3c0ea67 Added 'editpost' function for jekyll plugins by Mark Szymanski · 15 years ago
  62. ab44572 added minimal config backup function buf() by Florian Baumann · 15 years ago
  63. 2ce1267 added https://github.com/rupa/z as a plugin by Rich Manalang · 15 years ago
  64. 3385071 Merge branch 'master' of git://github.com/revans/bash-it by Rich Manalang · 15 years ago
  65. c00bde6 moved config of hcht to bash_profile template by Florian Baumann · 15 years ago
  66. d25288f fixed readme by Florian Baumann · 15 years ago
  67. aa228fb added handmade commandline history tool by Florian Baumann · 15 years ago
  68. 835bcab Added Link post type. by Mark Szymanski · 15 years ago
  69. aaa1071 added git_info function to git plugin by Florian Baumann · 15 years ago
  70. 6229597 Added quiet function to run command in background. by Mark Szymanski · 15 years ago
  71. 7f721fe completion to help command added by Fedyashev Nikita · 15 years ago
  72. 5f6125e refactored version; valid workflow by Fedyashev Nikita · 15 years ago
  73. 4350c3f Vagrant autocompletion: base working version by Fedyashev Nikita · 15 years ago
  74. 415d8b7 Added support for Textile formatting in newpost() by Mark Szymanski · 15 years ago
  75. 14c78bf Added check to make sure the user is using Markdown formatting with newpost() by Mark Szymanski · 15 years ago
  76. 12d8abd Added ability to choose post type with newpost() function. by Mark Szymanski · 15 years ago
  77. c8f94b0 Added shebang by Mark Szymanski · 15 years ago
  78. 7b13120 Changed 'cd's to 'builtin cd's, because I have a modified cd command (cd then ls) and it can get annoying when using the Jekyll aliases. by Mark Szymanski · 15 years ago
  79. 02d65af added pipe-able browser hack from defunkt by Florian Baumann · 15 years ago
  80. 6a890d2 os x fix for plugins-help() by Florian Baumann · 15 years ago
  81. cecbae5 added plugins-help message by Florian Baumann · 15 years ago
  82. 64eb338 Fixed error that would occur on Mac OS X reporting misplaced ) by Mark Szymanski · 15 years ago
  83. 4b26a78 Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo by Mark Szymanski · 15 years ago
  84. b7fcfd7 Merge branch 'master' of github.com:revans/bash-it by Robert R Evans · 15 years ago
  85. 5a7174a Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies by Mark Szymanski · 15 years ago
  86. e176116 spelling error in usage by Florian Baumann · 15 years ago
  87. 827578c added dock-switch to osx plugin. switches between 3d and 2d by Florian Baumann · 15 years ago
  88. 2d9da1f Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master by Robert R Evans · 15 years ago
  89. e45e72e usage() for os x and linux by Florian Baumann · 15 years ago
  90. 1a045de Added newpost plugin. Creates a new jekyll post with the current date, and a user specified title. Even fills in the YAML Front Matter. Sorry if that seemed like bragging, I just wanted everyone to notice so they could make use of it better... by Mark Szymanski · 15 years ago
  91. a8fc3c7 Added jekyll.plugins.bash file by Mark Szymanski · 15 years ago
  92. 123c3be Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash by Mark Szymanski · 15 years ago
  93. 468c0c5 Merged in mrman208's additions. by Robert R Evans · 15 years ago
  94. 50b19d8 Added sshosts to view all the ssh config hosts that have been added. This command will only print out the host names by Robert R Evans · 15 years ago
  95. e1c063f Updated the ssh config by Robert R Evans · 15 years ago
  96. 22d9179 Add "add_ssh" to add a new ssh host to the ~/.ssh/config file. by Robert R Evans · 15 years ago
  97. 2010f01 Made a lot of changes: no more functions directory. All aliases have been moved to the new alias directory. Plugins are now for functions only. Updated the README to reflect the changes and add a contributor's list. by Robert R Evans · 15 years ago
  98. 698509a Added rvm prompt info by Robert R Evans · 15 years ago
  99. 0cd8b40 added alias to git plugin by zerobearing2 · 15 years ago
  100. bbd6c02 added alias for python's SimpleHTTPServer by Rich Manalang · 15 years ago