Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
e115b4c5af234558e062a1ccd9c0db8d91402a60
/
plugins
11b5955
Revert "move garb into git plugins; rename newpost as jknewpost"
by David DeSandro
· 14 years ago
65ce6fd
Merge branch 'master' of https://github.com/desandro/bash-it
by JFSIII
· 14 years ago
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
d22a4cf
move garb into git plugins; rename newpost as jknewpost
by David DeSandro
· 14 years ago
279b60e
Merge pull request #51 from tswicegood/javascript-update
by Travis Swicegood
· 14 years ago
b740d7f
Make sure that RVM is loaded before defining extras
by Travis Swicegood
· 14 years ago
20d5f97
Load RVM and auto-completion is available
by Travis Swicegood
· 14 years ago
a694d2d
Allow specifying jQuery/jQuery UI version number and update defaults
by Travis Swicegood
· 14 years ago
4898fa9
Add pmdown function for previewing markdown files
by Mark Szymanski
· 14 years ago
516ce40
Git ignore works now
by Mark Szymanski
· 14 years ago
ffa45b0
Create the concept of enabled plugins
by Travis Swicegood
· 14 years ago
8392f29
Unset the MACTEXT_PATH var so it doesn't leak through to env
by Travis Swicegood
· 14 years ago
ad502d9
make sure tmux is launched in 256 color mode
by Travis Swicegood
· 14 years ago
97e73f4
add support for mactex if its present
by Travis Swicegood
· 14 years ago
b2857a3
added git_stats function to git plugin collection
by Florian Baumann
· 14 years ago
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
e56c71a
Added 'tonka' prompt, and personal color scheme.
by Daniel Engel
· 14 years ago
63c60e5
Added "down4me" plugin
by Mark Szymanski
· 14 years ago
63a00c7
* 2 new functions, wmate & raw
by Robert Lowe
· 14 years ago
7ae2952
Fix bug of battery plugin not displaying right low percentages (Linux)
by Jesus de Mula Cano
· 14 years ago
b79fc5d
Add beginings of mac os support for the battery plugin
by Jesus de Mula Cano
· 14 years ago
f98a728
Check for OS type in demula theme prompt string
by Jesus de Mula Cano
· 14 years ago
cced727
fix deleting screw up
by Jesus de Mula Cano
· 14 years ago
fe9116c
change back http alias and check for Linux to use python2
by Jesus de Mula Cano
· 14 years ago
1080af3
Update battery.plugin to check for acpi existence
by Jesus de Mula Cano
· 14 years ago
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
23de53a
battery plugin code clean up
by Jesus de Mula Cano
· 14 years ago
8188b91
new battery plugin that shows energy in a "bar" all done with acpi and bash
by Jesus de Mula Cano
· 14 years ago
5f8e0c4
python plugin updated to work with archlinux (envvar python is python 3 not 2).
by Jesus de Mula Cano
· 14 years ago
27baae9
Add support for virtualenvwrapper if its present
by Travis Swicegood
· 14 years ago
e787f26
Added lsgrep() function and comments for mkcd() function
by Mark Szymanski
· 14 years ago
bacc623
Post dates now include the year
by Mark Szymanski
· 15 years ago
91835d5
Added quoting for $EDITOR's with spaces
by Mark Szymanski
· 15 years ago
f3a4d44
Moved variable and fixed formatting for 'editpost'
by Mark Szymanski
· 15 years ago
3c0ea67
Added 'editpost' function for jekyll plugins
by Mark Szymanski
· 15 years ago
ab44572
added minimal config backup function buf()
by Florian Baumann
· 15 years ago
2ce1267
added https://github.com/rupa/z as a plugin
by Rich Manalang
· 15 years ago
3385071
Merge branch 'master' of git://github.com/revans/bash-it
by Rich Manalang
· 15 years ago
c00bde6
moved config of hcht to bash_profile template
by Florian Baumann
· 15 years ago
d25288f
fixed readme
by Florian Baumann
· 15 years ago
aa228fb
added handmade commandline history tool
by Florian Baumann
· 15 years ago
835bcab
Added Link post type.
by Mark Szymanski
· 15 years ago
aaa1071
added git_info function to git plugin
by Florian Baumann
· 15 years ago
6229597
Added quiet function to run command in background.
by Mark Szymanski
· 15 years ago
7f721fe
completion to help command added
by Fedyashev Nikita
· 15 years ago
5f6125e
refactored version; valid workflow
by Fedyashev Nikita
· 15 years ago
4350c3f
Vagrant autocompletion: base working version
by Fedyashev Nikita
· 15 years ago
415d8b7
Added support for Textile formatting in newpost()
by Mark Szymanski
· 15 years ago
14c78bf
Added check to make sure the user is using Markdown formatting with newpost()
by Mark Szymanski
· 15 years ago
12d8abd
Added ability to choose post type with newpost() function.
by Mark Szymanski
· 15 years ago
c8f94b0
Added shebang
by Mark Szymanski
· 15 years ago
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
02d65af
added pipe-able browser hack from defunkt
by Florian Baumann
· 15 years ago
6a890d2
os x fix for plugins-help()
by Florian Baumann
· 15 years ago
cecbae5
added plugins-help message
by Florian Baumann
· 15 years ago
64eb338
Fixed error that would occur on Mac OS X reporting misplaced )
by Mark Szymanski
· 15 years ago
4b26a78
Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo
by Mark Szymanski
· 15 years ago
b7fcfd7
Merge branch 'master' of github.com:revans/bash-it
by Robert R Evans
· 15 years ago
5a7174a
Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies
by Mark Szymanski
· 15 years ago
e176116
spelling error in usage
by Florian Baumann
· 15 years ago
827578c
added dock-switch to osx plugin. switches between 3d and 2d
by Florian Baumann
· 15 years ago
2d9da1f
Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master
by Robert R Evans
· 15 years ago
e45e72e
usage() for os x and linux
by Florian Baumann
· 15 years ago
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
a8fc3c7
Added jekyll.plugins.bash file
by Mark Szymanski
· 15 years ago
123c3be
Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash
by Mark Szymanski
· 15 years ago
468c0c5
Merged in mrman208's additions.
by Robert R Evans
· 15 years ago
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
e1c063f
Updated the ssh config
by Robert R Evans
· 15 years ago
22d9179
Add "add_ssh" to add a new ssh host to the ~/.ssh/config file.
by Robert R Evans
· 15 years ago
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
698509a
Added rvm prompt info
by Robert R Evans
· 15 years ago
0cd8b40
added alias to git plugin
by zerobearing2
· 15 years ago
bbd6c02
added alias for python's SimpleHTTPServer
by Rich Manalang
· 15 years ago
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
c94ccf1
added alias for opening finder using f <dir>
by Rich Manalang
· 15 years ago
aa20f4e
Merge branch 'master' of git://github.com/revans/bash-it
by zerobearing2
· 15 years ago
3802bcc
git tweaks rails tweaks added heroku plugin
by zerobearing2
· 15 years ago
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
149c18f
Small updates
by Robert R Evans
· 15 years ago
070107a
Added a function to get your public IP address
by Robert R Evans
· 15 years ago
a4d0242
Help files. Added the rest of bash it
by Robert R Evans
· 15 years ago
a7d1ee0
Added help screens.
by Robert R Evans
· 15 years ago
76ed68d
Cleaned bash it up
by Robert R Evans
· 15 years ago
9c7cd9a
First Commit
by Robert R Evans
· 15 years ago