uberspot
df5e1f9c2c
Add 3 more nmap aliases to nmap plugin
11 years ago
Victor Torres
d49cacfb7b
Add branch plugin
11 years ago
Will Weaver
b35d78f2f8
Add Git Hubflow aliases
11 years ago
Andrew Janke
7f2656c126
git-extras: fix for compatibility with zsh _git
...
This changes all the __git_* functions it was defining to __gitex_* to avoid collisions with the internal functions used inside _git from zsh.
11 years ago
Andrew Janke
c146853a5e
autoenv: also look in the Homebrew installation location for it
11 years ago
Xavier Haniquaut
f9c16f940e
Remove broken link and move npmg alias position
11 years ago
Rob Loach
0516a39dec
Remove Atom plugin
...
The Atom plugin is obsolete.
See #3193
11 years ago
Xavier Haniquaut
df80081e9b
Add alias for npm global install
11 years ago
Gutem
1e305e0186
Update Simulator's Path to XCode 7.x
11 years ago
Gustavo Villa
3e04cd62d3
Add 'rake middleware' alias.
11 years ago
Joseph Post
5af52fbc75
gulp plugin: missing opening double quote & had unneeded parens on function
11 years ago
LE Manh Cuong
758195cb79
Encode64 Plugin - Fix wrong `echo` usage
...
Currently, encode64 plugin using `echo -n` to print the content
of $1 variable. This approach will not work with arbitrary data,
which contains sequence of escaped characters, since when many
`echo` implementation will expand them.
This commit chage the usage to `printf`, which is builtin in all
POSIX shells and can print arbitrary data reliability.
11 years ago
Tyler Charlesworth
2266368b77
Update sublime.plugin.zsh
11 years ago
Piotr Gaczkowski
17088c6431
Fix invalid test expression.
11 years ago
Aleksandar Vidakovic
0c0450b303
Accept single and double quotes in Gulp plugin
11 years ago
Tyler Charlesworth
07f08aa731
Adds Cygwin support
11 years ago
Michael SALIHI
8e74f7c1aa
Add alias for print latest tag name
11 years ago
Alexander Frolov
e957ae4135
Update README.md
11 years ago
Andy Bateman
326c2b0859
Replaced the use of 'print' with 'echo' in order to sanitise track and artist names
...
Fixed indentation
Fixed indentation
11 years ago
Andy Bateman
993e09cc6b
Added function for 'itunes playing' to display state when not playing
11 years ago
Andy Bateman
9f2acdc445
You can now use 'itunes status' as well as 'itunes playing' to show current track
11 years ago
Andy Bateman
29db0e0119
Fixed colourisation of Now Playing function
11 years ago
Andy Bateman
a746e6010a
Update osx.plugin.zsh
...
Added function to display the song you're currently listening to in iTunes
Fixed indent
Indentation on line 169 was squiffy
Fixed spelling
Removed unnecessary wording to make function more succinct.
Highlighting of Artist and Track
Changed the highlighting of the Track and Artist in yellow to make use of Prompt Expansion Colors
11 years ago
Michael SALIHI
1bb2715b22
Fix capistrano problem when generating autocompletion
11 years ago
Ramses Ladlani
f8502965e4
Added cygwin support to atom plugin
11 years ago
Alexis Hildebrandt
dce052dac0
Add emotty plugin
...
which displays an emoji for the current $TTY.
11 years ago
Alexander Olsson
5cf0a0128b
Use local gradlew
...
Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
11 years ago
Henrik Hodne
8c5b948162
chruby: donʼt try to execute .sh files before loading
11 years ago
Daniel Stankevich
bb10ad0a13
Remove unnecessary sandbox fn
11 years ago
Daniel Stankevich
a8a8bc3967
Add simple Stack commands list
11 years ago
Tim O'Brien
797e1f9a64
[plugins/bgnotify] fix for iTerm2 notification clicks
11 years ago
Ramses Ladlani
6e0fcf803f
Fixed atom plugin for cygwin users
11 years ago
Andrew Janke
c9af79fcad
jira: add README, "emulate -L zsh", add "dumpconfig" action
...
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
11 years ago
Andrew Janke
6642a99fac
xcode: extend xcselv to list versions and do completion
11 years ago
Ilia Choly
22287d0153
handle multiple paths in GOPATH
11 years ago
Andrew Janke
36fea45bfc
svn plugin: urldecode repo info
...
The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results.
Fixes #2233
11 years ago
Ben Klein
dca429557a
Make Readme much clearer and explain edits.
...
Also added some examples, but those should be mostly self-explanatory.
11 years ago
Ben Klein
953e4d8926
Make Linux compatible
...
Just an if/else to determine if we're OSX or Linux and alias `at` appropriately.
11 years ago
Ilia Choly
9e9b790fe1
golang: improve go doc completion
11 years ago
Michele Bologna
6170fa41d9
Added fedora plugin, based on dnf/yum plugin
11 years ago
Marc Cornellà
82ae41ca4c
Reorder xcode plugin file
11 years ago
Marc Cornellà
213f46a296
Add xcselv documentation in the README
11 years ago
Andrew Janke
5584aa05c7
xcode: add version-based xcselv()
11 years ago
Juraj Fiala
86d881c47d
Added aliases for --now commands
...
Also removed the old sc-launch alias because this is just better.
11 years ago
Marc Cornellà
d95589d4e4
Add README for the xcode plugin
11 years ago
Marc Cornellà
ec3694c788
Make simulator dependant of currently active dev directory
...
This also gets rid of `xcode-select` command-not-found errors.
11 years ago
Marc Cornellà
24bdd8e29a
Replace xcsel function with just an alias
11 years ago
Marc Cornellà
6a830f39b6
Return error if no xcode files where found
11 years ago
Marc Cornellà
cbdad588e6
Use zsh globbing instead of ls + grep in xc function
...
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
11 years ago
Marc Cornellà
38d25a3359
Update taskwarrior completion to latest version (Jul 26 2015)
...
See relevant commit at:
https://git.tasktools.org/projects/TM/repos/task/commits/3158883dc4d251
11 years ago