Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | git autocompletion | Dmitry | 2010-03-17 | |
| | | | | | | | | | | | | | | | | | | | | | The patch of (git-prompt.sh) provided an autocomplexional git commands entering You can check an action provided by patch: $ cat parse_git_complete.patch | patch -d /path/to/git-prompt $ cd /path/to/any/repository/of/git/ $ git checkout -b some_new_development_branch_v.0.0.1 Switched to a new branch 'some_new_development_branch_v.0.0.1' Press <Tab> after console entering like: $ git ch<Tab>so<Tab> or: $ g ch<Tab>so<Tab> So: you can see the new branch 'some_new_development_branch_v.0.0.1' listed | |||
* | fixed: for case when there is no VCS modules | Leonid Volnitsky | 2010-03-04 | |
| | ||||
* | -- docs | Leonid Volnitsky | 2010-02-18 | |
| | ||||
* | Check LC_CTYPE in stead of LC_LANG. | Amir Yalon | 2010-02-17 | |
| | | | | | The default in Mac OS X only sets LC_CTYPE to UTF-8, so check that in order to detect whether the terminal supports the Unicode elliepses marker. | |||
* | simple autojump | Leonid Volnitsky | 2009-12-09 | |
| | | | | | | | | | | | | | | | | See description of autojump on github It is only ~10 lines of code, there is no database. It remembers only directories from current session. It select not most frequent dir, but matching last visited. Matches are done from beginning of of dir. cd /tmp cd "~/long dir mp3" cd "~/long dir mp4" cd /tmp cd /var/tmp cd /etc j t # same as cd /var/tmp j .*3 # same as cd "~/long dir mp3" | |||
* | reverted prompt char to old default '>' | Leonid Volnitsky | 2009-11-30 | |
| | ||||
* | Get rid of extranious status line updates, while script (usually | alexg0 | 2009-11-30 | |
| | | | | .bashrc) is running. | |||
* | Fixed errors related to running git-prompt.sh in Emacs shell-mode, | alexg0 | 2009-11-30 | |
| | | | | | | | | | | | | | | | | | | change prompt-char to '#' when root, allowed changing prompt-char (eg. $) when user. Added Emacs backup (*~) files as .gitignore. 1. tput colors was being concatinated to '0'. Inside emacs shell this is not valid, as `tput colors` is 0. 2. MC bug check was catching Emacs shell inferior mode. Now checking for $INSIDE_EMACS variable. 3. Defined $prompt_char variable and $root_prompt_char variable. Defaulting $root_prompt_char to '#'. Can just use \$, which automatically changes between '$' and '#', but that would change defalt behavior. 4. Fixed typo in a comment (cmd_cmd -> cwd_cmd). | |||
* | fixed: in locked state "git status" does not work | Leonid Volnitsky | 2009-10-24 | |
| | ||||
* | added git locked state | Leonid Volnitsky | 2009-10-07 | |
| | ||||
* | added vcs_dir_ignore_list | Leonid Volnitsky | 2009-08-24 | |
| | ||||
* | fixed: svn status can have non-space 2nd and 3rd columns | Leonid Volnitsky | 2009-08-20 | |
| | ||||
* | cutting default_host from the beginning not from the end of host(name) | JerryWho | 2009-08-18 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | Add control over color of user name. | Amir Yalon | 2009-08-09 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | fixed: svn module - removed forgotten debug statement | Leonid Volnitsky | 2009-08-08 | |
| | ||||
* | fixed: SVN and HG moduels were broken (+/-1 array index) | Leonid Volnitsky | 2009-08-07 | |
| | ||||
* | Clear up code for host color. | Amir Yalon | 2009-07-28 | |
| | | | | | | Now the color stays the same for each value of upcase_hostname in the configuration. Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | fix to support future major Bash versions >3 | Amir Yalon | 2009-07-28 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | -- fixed: bash < 3.1 don't support regex (cwd_truncate was disabled) | Leonid Volnitsky | 2009-07-18 | |
| | ||||
* | fixed: cwd_truncate | Leonid Volnitsky | 2009-07-17 | |
| | ||||
* | finished nodups | Leonid Volnitsky | 2009-07-13 | |
| | ||||
* | trunc on dir boundary | Leonid Volnitsky | 2009-07-12 | |
| | ||||
* | seems to werk | Leonid Volnitsky | 2009-07-12 | |
| | ||||
* | -- parent dir is back | Leonid Volnitsky | 2009-07-11 | |
| | ||||
* | don't show all files state in subdir, only show shubdir itself | Leonid Volnitsky | 2009-07-11 | |
| | ||||
* | fixed: broken with retab parse_git_status(), rename: trunkated_* --> elipses_* | Leonid Volnitsky | 2009-07-11 | |
| | ||||
* | removed obsolete $label, renamed *_title --> *_label | Leonid Volnitsky | 2009-07-10 | |
| | ||||
* | fixed: display of only last dir in label | Leonid Volnitsky | 2009-07-10 | |
| | ||||
* | fixed: cwd_truncate; label displas only last path dir | Leonid Volnitsky | 2009-07-10 | |
| | ||||
* | fixed: default for cwd_cmd | Leonid Volnitsky | 2009-07-03 | |
| | ||||
* | fixed: consistant tabulation. tabstop=8, tabs replaced with spaces | Leonid Volnitsky | 2009-07-02 | |
| | ||||
* | -- fixed: upcase_hostname didn't do right thing if host == default_host | Leonid Volnitsky | 2009-07-02 | |
| | ||||
* | cwd_cmd selector | Leonid Volnitsky | 2009-07-01 | |
| | ||||
* | -- cwd_truncate() -- no external cmd implementation | Leonid Volnitsky | 2009-07-01 | |
| | ||||
* | Merge commit 'niklas/master' into dir | Leonid Volnitsky | 2009-07-01 | |
|\ | ||||
| * | can turn hostname upcasing off | Niklas Hofer | 2009-05-28 | |
| | | ||||
| * | can turn truncate_pwd="on" | Niklas Hofer | 2009-05-28 | |
| | | ||||
| * | truncate working path until it fits into max_pwd_length or cannot be ↵ | Niklas Hofer | 2009-05-28 | |
| | | | | | | | | shortened anymore | |||
* | | fixed: PARSE_VCS_STATUS incorrectly initialized if git is not installed | Leonid Volnitsky | 2009-06-15 | |
| | | ||||
* | | fixed (for parse_git_status() only): files from parent directiry were shown ↵ | Leonid Volnitsky | 2009-06-01 | |
|/ | | | | in file list | |||
* | -- optimization: one time processing moved to post-config | Leonid Volnitsky | 2009-05-23 | |
| | ||||
* | -- renamed parse_{git,svn,ht,vcs}_dir --> parse_{...}_status; config | Leonid Volnitsky | 2009-05-23 | |
| | | | | file | |||
* | Simple mercurial (hg) support in prompt. | Lee Nussbaum | 2009-05-22 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | fixed: lable display for gnu-screen | Leonid Volnitsky | 2009-04-22 | |
| | ||||
* | current-command is show in label (xterm title) | Leonid Volnitsky | 2009-04-17 | |
| | | | | | reimplemented trough trap-debug http://www.davidpashley.com/articles/xterm-titles-with-bash.html | |||
* | fixed: not bash prompt escapes around bell | Leonid Volnitsky | 2009-04-15 | |
| | ||||
* | exit code now deisplayed at left-most position; fixed: extranious spase removed | Leonid Volnitsky | 2009-04-06 | |
| | ||||
* | terminal error_bell is back | Leonid Volnitsky | 2009-04-06 | |
| | ||||
* | external config | Leonid Volnitsky | 2009-03-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d2dd640947b803bfd0df4c68b841457ce543995d Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Wed Mar 11 21:29:49 2009 +0200 -- if max_file_list_lenght==0 (disabled), then do not display "..." commit 4dc94f9668b797142cbd525d2fc9137f615bc2db Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Wed Mar 11 21:19:09 2009 +0200 -- switch git_module works commit 7d7d3e1996d6834f2cccc900ac5bc626ff2ce6bb Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Sun Mar 8 19:41:47 2009 +0200 -- colors are working commit f1a8382bd7c4b2b1c27fc9908efa54f74290f06a Merge: 876c85e 4a8777a Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Sun Mar 8 18:25:52 2009 +0200 Merge branch 'master' into config Conflicts: index.txt commit 876c85e87090c7de5740538666bdf558e30923b9 Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Fri Feb 20 13:44:52 2009 +0200 -- conf | |||
* | Localdoman seems wrong, changed it to be $localdomain. | Wes Oldenbeuving | 2009-02-20 | |
| | | | | | This is in style with most similar lines. Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> |