Alexis Hildebrandt
dce052dac0
Add emotty plugin
...
which displays an emoji for the current $TTY.
11 years ago
Tim O'Brien
797e1f9a64
[plugins/bgnotify] fix for iTerm2 notification clicks
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
Ilia Choly
9e9b790fe1
golang: improve go doc completion
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
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
Marc Cornellà
75844fe1a1
Put relevant documentation into README file
11 years ago
Pablo Cantero
c7d782f1ab
Add the update from @mtwentyman https://github.com/phstc/dotfiles/pull/1
...
to make it work for older versions of capistrano
11 years ago
Michele Bologna
9a7b2d7ffb
Moved comments and credits from source to README
11 years ago
Michele Bologna
6d7c39a2ae
Added fancy-ctrl-z plugin
...
Use Ctrl-Z to switch back to Vim
I frequently need to execute random command in my shell. To achieve it I pause
Vim by pressing Ctrl-z, type command and press fg<Enter> to switch back to Vim.
The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back
to Vim.
I could not find a solution, so I developed one on my own that works wonderfully
with ZSH.
Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/
11 years ago
Eric Bottard
ef4a315630
Fix invocation of gradlew
11 years ago
Marc Cornellà
c481c62bc9
Refactor and clear up README file
11 years ago
Marc Cornellà
d982e1200f
Reorder alias definitions
11 years ago
Marc Cornellà
663ac56d54
Prettify frontend help output and clean up logic
11 years ago
willmendesneto
ff706f3ef8
Add "help" method in "frontend-search" plugin
11 years ago
Marc Cornellà
f1472f1f64
Simplify frontend-search function with assoc array
...
Also adds the lodash URL (which was missing) and uses https on those websites
that support it.
11 years ago
Marc Cornellà
7f64092361
[vim-interaction plugin] Escaping special chars in file names and simplifying code.
11 years ago
kyleheyne
022a060ec7
thefuck-alias -> thefuck --alias
...
Per warning message.
11 years ago
Will Mendes
0a80889848
Frontend-search: add search in npm website
11 years ago
cxbig
acf6039ff3
improved alias conflict between git flow & git fetch
11 years ago
MoonFruit
0a2c31fb60
Remove redundant semicolon
...
Remove redundant semicolon to make tab() works better in ITerm 2.
11 years ago
Niccolò Maggioni
d923cebdb3
Updated with @mcornella suggestions
11 years ago
Robin Daugherty
96aefd2b98
Remove code, not comment it out
...
Gaaah.
11 years ago
Robin Daugherty
241be2d28b
Fix rand-quote failure when site is unreachable
...
This plugin was designed so that if there is any failure, it will simply call itself recursively. Which means that if you were working offline, if `quote` was called in your `.zshrc`, you would be unable to open a new terminal session.
I fixed this by allowing the plugin to output nothing if a quote could not be fetched.
11 years ago
Niccolò Maggioni
058bbe4f02
General compatibility
11 years ago
Niccolò Maggioni
a127c4f88e
'ip' command compatibility and much quicker external IP detection
11 years ago
Hans Chen
1bf5c587a5
Update autojump plugin for latest brew installation
11 years ago
Dawid Ferenczy
76f4871d4e
Added missing commands to Vagrant plugin, updated commands description
11 years ago
Philippe Loctaux
aaf5c8f43f
added apt-get autoremove in ubuntu plugin
...
I use that command a lot of times, and there's no shortcut for that.
Now it does :)
11 years ago
章正中
1aeebf60a0
Update link
11 years ago
Tim O'Brien
7c31c7a963
Bring bgnotify plugin up to date with t413/zsh-background-notify
...
Changes include:
- time format now shows h/m/s (only when needed!)
- adds hooks only for interactive connections
- adds specific kde support (via kdialog)
- adds click-action for OS X terminals
11 years ago
fgibaux
a9daea17d8
plugin symfony2 sf2.7 compatibility fix
...
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
11 years ago
Andrew Janke
dc42e8d488
jira: add completion
11 years ago
Andrew Janke
7cf892ecaa
Add dashboard support and default-action configuration.
...
Some refactoring.
11 years ago
Andrew Janke
96c34cebae
Add a deprecation comment.
11 years ago
Kentaro Wada
c4ba3065a1
Show tag name when detached status if possible
11 years ago
Mohnish Jadwani
3f83331c71
removes a trailing white space
11 years ago
Marc Cornellà
be667a24b0
Remove obsolete comment
11 years ago
Marc Cornellà
3c698743fa
Clean up gitstatus.py
11 years ago
Kentaro Wada
45473c3a81
Fix for initial or detached status branch info
11 years ago
Marc Cornellà
30bed07e9c
Parse UTF-8 output from git status
11 years ago