diff options
author | dakkar <dakkar@thenautilus.net> | 2010-05-28 23:19:47 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2010-05-28 23:19:47 +0100 |
commit | c31641c3f0fcbdf4a79e39389be9ac498a2e5221 (patch) | |
tree | f6cf18147f135b666414954efee1545c48e00724 /index.txt | |
parent | add a (prefix) to the prompt (diff) | |
parent | Whitespace cleanup. (diff) | |
download | git-prompt-c31641c3f0fcbdf4a79e39389be9ac498a2e5221.tar.gz git-prompt-c31641c3f0fcbdf4a79e39389be9ac498a2e5221.tar.bz2 git-prompt-c31641c3f0fcbdf4a79e39389be9ac498a2e5221.zip |
Merge branch 'master' into dakkar
also, fix new features to work my way
Diffstat (limited to 'index.txt')
-rw-r--r-- | index.txt | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -72,7 +72,7 @@ to directories you once visited. Git-prompt have builtin, simplified autojump. It is only about 10 lines of code (vs original 100+ LOC), there is no database. It remembers only directories from current session. It selects not most frequent dir, but last visited. Matches are done from beginning of of -dir name. +dir name (not path name). ----------------- cd /tmp @@ -87,6 +87,16 @@ j .*3 # same as cd "~/long dir mp3" ------------- +== Bash Completion + +Completion can be done for git subcommands, branches and remotes: + +--------------------- +git ch<tab> # expands to git checkout +git checkout ma<tab> # expands to git checkout master +-------------------- + + == Install Download link:git-prompt.sh[] or get it with GIT: @@ -174,11 +184,12 @@ time consuming ops in postconfig which is executed only once. == Authors - Leonid Volnitsky (original author) <leonid@volnitsky.com>, http://volnitsky.com - Niklas Hofer (CWD truncation) <niklas+dev AT lanpartei.de>, httpx://github.com/niklas/[] -- Lee Nussbaum (HG support) lee.nussbaum AT gmail.com, httpx://github.com/wln[] +- Lee Nussbaum (HG support) <lee.nussbaum AT gmail.com>, httpx://github.com/wln[] - Albert Vernon http://xenoclub.wordpress.com[] - Amir Yalon httpx://github.com/amiryal[] - Martin httpx://github.com/jerrywho[] <JerryWho AT gmx.de> - Alexander Goldstein (emacs-shell, prompt chars) httpx://github.com/alexg0[] +- Dmitry <uok AT gmx.net> (bash completion) [bibliography] |