- 09 Mar, 2020 1 commit
-
-
Marc Cornellà authored
-
- 05 Mar, 2020 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
* Added -g option to shrink-path plugin. The new optins adds an asterix to the uniquely shortened name, such that, if copy'n'pasted, zsh globbing will expand to the full path name of the shortened path: shrink-path -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/m*" shrink-path -l -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/modulefiles" * Updated also the README file with the new -g option. * shrink-path: improved handling of special cases This commits improves the handling of special cases in path strings: - handling of white space in path names - handling of single-letter path names * Update plugins/shrink-path/README.md Co-Authored-By: Jacob Tomaw <jacob.tomaw@gmail.com> * Fix typo "Asterix" and replace with "asterisk" * Add optional quoting support to shrink_path Co-authored-by: Jacob Tomaw <jacob.tomaw@gmail.com>
-
- 04 Mar, 2020 4 commits
-
-
Alexey Györi authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
chieping authored
Closes #3764
-
Marc Cornellà authored
-
Masato Ikeda authored
Closes #1944 Closes #3315
-
- 03 Mar, 2020 6 commits
-
-
Marc Cornellà authored
Closes #8009 Co-authored-by: Jon Mosco <jonny.mosco@gmail.com>
-
Marc Cornellà authored
* Automatic title: Replace fg with description from jobs * Avoid error messages when there is no job * Use $jobstates and $jobtexts to look for jobs `jobs %string` doesn't work correctly when run inside `$()`. `$jobstates` and `$jobtexts` is available in the current shell process, so even though we need to replicate a bit more logic, every type of `fg` invocation works correctly. * lib: clean up termsupport.zsh Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
`jobs %string` doesn't work correctly when run inside `$()`. `$jobstates` and `$jobtexts` is available in the current shell process, so even though we need to replicate a bit more logic, every type of `fg` invocation works correctly.
-
Jean-Yves Rivallan authored
-
Marek Dědič authored
-
- 02 Mar, 2020 13 commits
-
-
Marc Cornellà authored
...preventing an infinite loop.
-
Marc Cornellà authored
Closes #6506 Closes #6950 Closes #7962
-
Josh Christopherson authored
[x] Updating `branch` command to be compatible with git-flow style branches by removing any prefix before attempting to go to the ticket number in Jira. [x] Removing the switch between /browse/ and /issues/ based off of the `JIRA_RAPID_BOARD` setting - as all issues are under browse now it seems.
-
Marc Cornellà authored
-
RoToRx88 authored
Enable to get issue from branch prefixed with it and delimited by '_'
-
Matthew Manuel authored
-
Andrea Nanni authored
* Added support for local sdk versions Added support for local versions (prefixed by '+'), so they are filtered out in _listInstallableVersions() and they are displayed correctly by _listAllVersion() * Optimize sed calls Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
0b10 authored
Summary Make it get a list of installed interpreters, and add the relevant local (HOME) site-packages directory to PYTHONPATH. Reason To easily add all relevant paths, initially, and between upgrades. Add check for PYTHONUSERBASE Summary Check for a non-standard install directory, use it if one exists, otherwise use ~/.local. Reason Allow users to specify their own installation directory, without affecting functionality.
-
Hielke Walinga authored
By sourcing brew files directly we can achieve a very high speed up. This will not work if the user installed homebrew in a different location than by default.
-
Pavel N. Krivitsky authored
* Added minimum length and ellipsis symbol options for the shrink-path plugin. * Replaced tab indentation with space indentation for the shrink-path plugin. * Added handling of multicharacter ellipsis, and updated documentation and README for the shrink-path plugin.
-
Pavel Fokin authored
-
Dan D'Avella authored
-
Marc Cornellà authored
Fixes #8693
-
- 01 Mar, 2020 8 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Closes #5085 Closes #7451 Closes #7265 Fixes #8444 Closes #8445
-
Marc Cornellà authored
- Move grep-alias path to variable. - Use <<< "" instead of piped echo to check grep flags. - Remove check for --color only since it's the same release as --exclude.
-
Marc Cornellà authored
This version tries whether grep supports all the flags together and progressively checks older flags if the grep test fails. This means only one grep call if all flags are supported, and one additional call for every flag that's not supported, up to a maximum of 3 calls.
-
mattmc3 authored
- Use $ZSH_CACHE_DIR to store the grep alias with all the right features - Expire the cache after 24 hours - See issue #8444
-
Shi Yan authored
-
Peter Vandenberk authored
-
Vital Kolas authored
-
- 29 Feb, 2020 2 commits
-
-
Marc Cornellà authored
-
-
- 28 Feb, 2020 3 commits
-
-
Alexander Schlarb authored
-
Gianluca Recchia authored
* Add trailing new line at the end of output * Double-quote variable expansion
-
Michal Kielan authored
-