Fredrik Wallgren
c3412ca57d
Replace forgotten rubies with authors
15 years ago
Fredrik Wallgren
d866662c4a
Add autocomplete for gas. Based on the rvm plugin.
15 years ago
Suraj N. Kurapati
fd732eb3ff
move history-substring-search* files into plugins/
15 years ago
Shane Emmons
6bf468f92c
add alias for `bundle package` to the bundler plugin
15 years ago
Andrew Smith
7b25a3fca9
The original SVN pluging would mark a folder as dirty if there was an
...
svn:external set and the output of 'svn status' returned the check for
the external. E.g.
$ svn st
X Application
Performing status on external item at 'Application'
Shouldn't be marked as being dirty. By grepping for only the valid
output for what should be class as dirty, it won't return false
positives.
15 years ago
Andrew Smith
3cb33fc254
Replace a duplicated test to see if we're in an SVN folder with a call to the 'in_svn' function.
15 years ago
Robby Russell
9e783c0a8e
fixing issue with last commit merge. missed a conflict
15 years ago
Sven Lito
96b0af6824
adding git svn aliases
15 years ago
Sven Lito
6bb0c1c926
added git log with graph
15 years ago
Benjamin Boudreau
512f3678c0
Remove sudo when using yaourt + do not rely on abs when not in path - In archlinux plugin
15 years ago
Benjamin Boudreau
8e77ad468d
Fix typo
15 years ago
Paul Serby
c09e2f2986
Bringing inline with oh-my-zsh coding convensions
15 years ago
alexandru totolici
127d2ae57b
Fixed typo for one of the subcommands (linset -> linsert)
15 years ago
Benjamin Boudreau
e7e9e5bbe6
Added archlinux plugin
15 years ago
Paul Serby
66c6260c10
Completion for cake the coffee-script build tool
15 years ago
Hakan Ensari
913cf53252
refactor _run-with-bundler
15 years ago
Hakan Ensari
7d19ae8fab
clean up rails plugin, removing bundler-specific logic
15 years ago
Hakan Ensari
ba5fa3abc8
alias bundle list
15 years ago
Hakan Ensari
60e104acd1
merge bundler and bundle-exec plugins
15 years ago
Hakan Ensari
a77e6fb003
fix indentation
15 years ago
Hakan Ensari
37fcd4af04
update bundled commands
15 years ago
Bodo Tasche
69d30a6302
Moved opening braces
15 years ago
Bodo Tasche
86958a32f3
forgot to rename one variable
15 years ago
Bodo Tasche
3aee5c1941
changed names of functions and variables to fit naming conventions
15 years ago
Bodo Tasche
05883f3831
use lowercase for variablenames
15 years ago
Bodo Tasche
9e8194355c
Added bundler-exec plugin
15 years ago
Frank Louwers
b61fcb64ab
knife autocompletion
15 years ago
Matthew McCullough
e43eec99f9
Added cloudapp from @holman of @GitHub fame
15 years ago
Marc Abramowitz
f9bf396e4a
Add Django plugin.
...
This is a slight modification of the Django zsh completions that I found
at
https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py
15 years ago
gwjo
40b7f2099d
Add support for loading mulitple identities
15 years ago
gwjo
35b879a17b
Add support for agent forwarding
15 years ago
Matt Doran
9b63a03bcf
Fix typos in the svn plugin that would cause calls to 'svn' when not in an svn working copy.
15 years ago
Sorin Ionescu
a5c383258b
Handle tar.xz and tar.lzma better (credit: @gwjo ).
15 years ago
Sorin Ionescu
1db6575f14
Added extract plugin.
15 years ago
Sorin Ionescu
5e5096dad6
Added man-preview completion suggested by @webflo .
15 years ago
Sorin Ionescu
f401d6ef78
Vastly improved osx plugin.
15 years ago
Brian Riddle
f487897175
fix double -f and corrected format.
...
-f%m was getting called twice in the stat_cmd
corrected format of stat command from y to Y.
15 years ago
Andrew Hodges
9801ad6453
Remove Uneeded Lines
15 years ago
Andrew Hodges
1e3b441ce7
Rollback of Pull #366
...
sorin-ionescu had some good points.
15 years ago
Andrew Hodges
18bfb14a2f
Thor
...
Add plugin with completion for thor.
15 years ago
Andrew Hodges
ace84c8b7e
Cleanup
...
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
15 years ago
Andrew Hodges
18293cd724
OS X Helpers
...
Add helper aliases for show/hide files. Add helper alias to recursively delete
.DS_Store files.
15 years ago
Andrew Hodges
d72b9c5ec5
Node.js Helpers
...
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
15 years ago
Andrew Hodges
befb02e3da
Pow! Restart Helper
...
Add helper function to restart an app running on Pow!
15 years ago
Andrew Hodges
e263f1f005
Brew Plugin
...
Merge completion with official brew completion. Add a helper to link official
completion into oh-my-zsh plugin (without overwriting). Add an alias to list
installed brews. Add brews to the path (in a somewhat strange way).
15 years ago
Andrew Hodges
572b27b757
Gem List Helper
...
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
15 years ago
Andrew Hodges
9f34bbedc8
RVM Update Helpers
...
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).
15 years ago
Andrew Hodges
e703c9591c
Helpful Listing Aliases
...
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
15 years ago
Andrew Hodges
3e43316550
Ruby Switching Helpers
...
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
Add completion definitions for helper functions.
15 years ago
Martin Thurau
04573324d5
Added compatibility for the linux 'stat' command for the ant plugin
15 years ago