1. aa622e8 add mkvenv shortcut by Travis Swicegood · 14 years ago
  2. 18bccea Updated nvm.plugin.bash by Antono Vasiljev · 14 years ago
  3. ba8fde8 Make gshuf alias checker work on other bash versions by Mark Szymanski · 14 years ago
  4. 5764340 Add simple password generator by Mark Szymanski · 14 years ago
  5. dcdfd66 BOOKMARKing:remove absolute path of sed, to make compatible with OS X by Yakkala Yagnesh Raghava · 14 years ago
  6. c6e096e Add BOOKMARKing functionality to dirs plugin by Yakkala Yagnesh Raghava · 14 years ago
  7. 1051720 Add error throw for no file specified by Mark Szymanski · 14 years ago
  8. 561c4d6 Move extract.bash to a proper location by Mark Szymanski · 14 years ago
  9. 8c7b8f2 Node version manager as plugin by Antono Vasiljev · 14 years ago
  10. 3cd70de adds a tmuxinator plugin by Travis Swicegood · 14 years ago
  11. 3a2b525 Added prevcurl function Downloads a file and opens it in Preivew.app by Mark Szymanski · 14 years ago
  12. e1a299e Implement JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  13. 1a96945 Fix grammar on error message by Mark Szymanski · 14 years ago
  14. 9ad7964 Add support for multiple Jekyll sites by Mark Szymanski · 14 years ago
  15. 11b5955 Revert "move garb into git plugins; rename newpost as jknewpost" by David DeSandro · 14 years ago
  16. 65ce6fd Merge branch 'master' of https://github.com/desandro/bash-it by JFSIII · 14 years ago
  17. 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
  18. d22a4cf move garb into git plugins; rename newpost as jknewpost by David DeSandro · 14 years ago
  19. 279b60e Merge pull request #51 from tswicegood/javascript-update by Travis Swicegood · 14 years ago
  20. b740d7f Make sure that RVM is loaded before defining extras by Travis Swicegood · 14 years ago
  21. 20d5f97 Load RVM and auto-completion is available by Travis Swicegood · 14 years ago
  22. a694d2d Allow specifying jQuery/jQuery UI version number and update defaults by Travis Swicegood · 14 years ago
  23. 4898fa9 Add pmdown function for previewing markdown files by Mark Szymanski · 14 years ago
  24. 516ce40 Git ignore works now by Mark Szymanski · 14 years ago
  25. ffa45b0 Create the concept of enabled plugins by Travis Swicegood · 14 years ago
  26. 8392f29 Unset the MACTEXT_PATH var so it doesn't leak through to env by Travis Swicegood · 14 years ago
  27. ad502d9 make sure tmux is launched in 256 color mode by Travis Swicegood · 14 years ago
  28. 97e73f4 add support for mactex if its present by Travis Swicegood · 14 years ago
  29. b2857a3 added git_stats function to git plugin collection by Florian Baumann · 14 years ago
  30. 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
  31. e56c71a Added 'tonka' prompt, and personal color scheme. by Daniel Engel · 14 years ago
  32. 63c60e5 Added "down4me" plugin by Mark Szymanski · 14 years ago
  33. 63a00c7 * 2 new functions, wmate & raw by Robert Lowe · 14 years ago
  34. 7ae2952 Fix bug of battery plugin not displaying right low percentages (Linux) by Jesus de Mula Cano · 14 years ago
  35. b79fc5d Add beginings of mac os support for the battery plugin by Jesus de Mula Cano · 14 years ago
  36. f98a728 Check for OS type in demula theme prompt string by Jesus de Mula Cano · 14 years ago
  37. cced727 fix deleting screw up by Jesus de Mula Cano · 14 years ago
  38. fe9116c change back http alias and check for Linux to use python2 by Jesus de Mula Cano · 14 years ago
  39. 1080af3 Update battery.plugin to check for acpi existence by Jesus de Mula Cano · 14 years ago
  40. 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
  41. 23de53a battery plugin code clean up by Jesus de Mula Cano · 14 years ago
  42. 8188b91 new battery plugin that shows energy in a "bar" all done with acpi and bash by Jesus de Mula Cano · 14 years ago
  43. 5f8e0c4 python plugin updated to work with archlinux (envvar python is python 3 not 2). by Jesus de Mula Cano · 14 years ago
  44. 27baae9 Add support for virtualenvwrapper if its present by Travis Swicegood · 14 years ago
  45. e787f26 Added lsgrep() function and comments for mkcd() function by Mark Szymanski · 14 years ago
  46. bacc623 Post dates now include the year by Mark Szymanski · 15 years ago
  47. 91835d5 Added quoting for $EDITOR's with spaces by Mark Szymanski · 15 years ago
  48. f3a4d44 Moved variable and fixed formatting for 'editpost' by Mark Szymanski · 15 years ago
  49. 3c0ea67 Added 'editpost' function for jekyll plugins by Mark Szymanski · 15 years ago
  50. ab44572 added minimal config backup function buf() by Florian Baumann · 15 years ago
  51. 2ce1267 added https://github.com/rupa/z as a plugin by Rich Manalang · 15 years ago
  52. 3385071 Merge branch 'master' of git://github.com/revans/bash-it by Rich Manalang · 15 years ago
  53. c00bde6 moved config of hcht to bash_profile template by Florian Baumann · 15 years ago
  54. d25288f fixed readme by Florian Baumann · 15 years ago
  55. aa228fb added handmade commandline history tool by Florian Baumann · 15 years ago
  56. 835bcab Added Link post type. by Mark Szymanski · 15 years ago
  57. aaa1071 added git_info function to git plugin by Florian Baumann · 15 years ago
  58. 6229597 Added quiet function to run command in background. by Mark Szymanski · 15 years ago
  59. 7f721fe completion to help command added by Fedyashev Nikita · 15 years ago
  60. 5f6125e refactored version; valid workflow by Fedyashev Nikita · 15 years ago
  61. 4350c3f Vagrant autocompletion: base working version by Fedyashev Nikita · 15 years ago
  62. 415d8b7 Added support for Textile formatting in newpost() by Mark Szymanski · 15 years ago
  63. 14c78bf Added check to make sure the user is using Markdown formatting with newpost() by Mark Szymanski · 15 years ago
  64. 12d8abd Added ability to choose post type with newpost() function. by Mark Szymanski · 15 years ago
  65. c8f94b0 Added shebang by Mark Szymanski · 15 years ago
  66. 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
  67. 02d65af added pipe-able browser hack from defunkt by Florian Baumann · 15 years ago
  68. 6a890d2 os x fix for plugins-help() by Florian Baumann · 15 years ago
  69. cecbae5 added plugins-help message by Florian Baumann · 15 years ago
  70. 64eb338 Fixed error that would occur on Mac OS X reporting misplaced ) by Mark Szymanski · 15 years ago
  71. 4b26a78 Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo by Mark Szymanski · 15 years ago
  72. b7fcfd7 Merge branch 'master' of github.com:revans/bash-it by Robert R Evans · 15 years ago
  73. 5a7174a Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies by Mark Szymanski · 15 years ago
  74. e176116 spelling error in usage by Florian Baumann · 15 years ago
  75. 827578c added dock-switch to osx plugin. switches between 3d and 2d by Florian Baumann · 15 years ago
  76. 2d9da1f Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master by Robert R Evans · 15 years ago
  77. e45e72e usage() for os x and linux by Florian Baumann · 15 years ago
  78. 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
  79. a8fc3c7 Added jekyll.plugins.bash file by Mark Szymanski · 15 years ago
  80. 123c3be Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash by Mark Szymanski · 15 years ago
  81. 468c0c5 Merged in mrman208's additions. by Robert R Evans · 15 years ago
  82. 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
  83. e1c063f Updated the ssh config by Robert R Evans · 15 years ago
  84. 22d9179 Add "add_ssh" to add a new ssh host to the ~/.ssh/config file. by Robert R Evans · 15 years ago
  85. 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
  86. 698509a Added rvm prompt info by Robert R Evans · 15 years ago
  87. 0cd8b40 added alias to git plugin by zerobearing2 · 15 years ago
  88. bbd6c02 added alias for python's SimpleHTTPServer by Rich Manalang · 15 years ago
  89. 7c4af5c changed v alias so that it opens the file in a new tab. Current alias opens the file in an existing tab replacing the file that was already open by Rich Manalang · 15 years ago
  90. c94ccf1 added alias for opening finder using f <dir> by Rich Manalang · 15 years ago
  91. aa20f4e Merge branch 'master' of git://github.com/revans/bash-it by zerobearing2 · 15 years ago
  92. 3802bcc git tweaks rails tweaks added heroku plugin by zerobearing2 · 15 years ago
  93. c9da086 Removed custom.bash and am now completely ignoring all files within the custom directory. Started de-macify to provide more support for linux (thanks to alsemyonov on github). by Robert R Evans · 15 years ago
  94. 149c18f Small updates by Robert R Evans · 15 years ago
  95. 070107a Added a function to get your public IP address by Robert R Evans · 15 years ago
  96. a4d0242 Help files. Added the rest of bash it by Robert R Evans · 15 years ago
  97. a7d1ee0 Added help screens. by Robert R Evans · 15 years ago
  98. 76ed68d Cleaned bash it up by Robert R Evans · 15 years ago
  99. 9c7cd9a First Commit by Robert R Evans · 15 years ago