Thomas Paul Mann
037764acc3
Add plugin for Swift Package Manager ( #5670 )
...
* Add plugin for Swift Package Manager
* swift-package-manager: Rename plugin to 'swift-pm'
9 years ago
Eduardo Bizarro
9d43dc88bb
Yarn ( https://yarnpkg.com ) completion support ( #5542 )
...
* yarn completion
9 years ago
slavaGanzin
a90527b46d
fix FETCH_LOG bug
9 years ago
slavaGanzin
41e65c0872
remove trash
9 years ago
Jason Kurian
3477ff2527
feat: no CI on WIP commits ( #5643 )
9 years ago
Marc Cornellà
62b0abdb6e
brew: fix disclaimer shown if mkdir is aliased
...
Fixes #5623 .
10 years ago
hjpotter92
fe96d19421
Update endpoint from HTTP to HTTPS ( #5622 )
10 years ago
Marc Cornellà
6685aac42c
dircycle: fix error on insert-cycledleft if dirstack is empty
10 years ago
Sachin George Thomas
cf37697920
node: open module-specific node documentation ( #5572 )
10 years ago
psprint
73591101b6
znt: Update to v2.2.7 ( #5576 )
10 years ago
Marc Cornellà
0f62b7a8d8
common-aliases: check if `$XIVIEWER` is defined and minor fixes
10 years ago
Marc Cornellà
cb26c2f614
common-aliases: minor style fixes
10 years ago
Marc Cornellà
fc4e0cd7ba
common-aliases: check if $BROWSER is defined on browser aliases
10 years ago
Marco De Bortoli
d47a722192
PHP suffix alias should be removed
...
PHP can be executed as CLI script but due to the automated attempt
to add browser support to that extension such ability is prevented
in certain circumstances.
10 years ago
slavaGanzin
41ad705f93
cut comments
10 years ago
slavaGanzin
dbee3dd9c6
1. autofetch on zle-line-init
...
2. GIT_AUTO_FETCH_INTERVAL
10 years ago
Marc Cornellà
0ee89d965e
Add brew completion missing disclaimer
10 years ago
Michał Ordon
d9695a8b00
Add more simulator aliases ( #5550 )
10 years ago
jotadrilo
b1efd04f94
add docker-compose down alias ( #5557 )
...
* add docker-compose down alias
* rename `docker-compose down` alias to `dcdn`
10 years ago
Marc Cornellà
37bf9186a0
Update docker completion (2015-10-25)
...
Closes #5568
Source:
c9fdf9abf8
10 years ago
kennyklee
5cd7ad38cb
Fix regex for optional http(s), and variable reference inside osascript.
10 years ago
Hong
a56eac7a71
Use OSTYPE instead of uname whenever possible for better speed. ( #5496 )
10 years ago
slavaGanzin
9f2977f3eb
reimplement
10 years ago
slavaGanzin
028fdf2e99
add coloring
10 years ago
Michel Filipe
3be4108d72
remove duplicate alias ( #5508 )
...
Removing one "apt-get autoremove" alias because it is duplicated.
10 years ago
Florian Boulay
cd37d19dda
Add m4a format in the common aliases plugin ( #5502 )
...
The m4a file format can be opened in the command line with mplayer
10 years ago
diego
d69f2850af
Add non 0 exit code for missing jump targets ( #5500 )
...
This allows for the user to combine the jump command with something else. In my example cd and jump are now combined like this:
```bash
jumpcd() {
jump $1 > /dev/null || cd $1
}
alias cd="jumpcd"
```
10 years ago
slavaGanzin
ac7dcdb21c
add colors
10 years ago
slavaGanzin
25fcf0c265
git-auto-fetch: README.md
10 years ago
slavaGanzin
1427fbffef
redirect output
10 years ago
slavaGanzin
a1200f5bcc
git auto fetch on change directory
10 years ago
Marc Cornellà
7f9b773350
Fix compdef commands in git plugin
...
The command `compdef command=git` returns an error in some cases, the
appropriate command is `compdef _git command`.
Fixes #5442
10 years ago
Marc Cornellà
3cc61701bd
Update per-directory-history plugin to latest version ( #5493 )
...
Latest version: February 17, 2016 - dd81201
10 years ago
Marc Cornellà
f701b4de0f
Fix formatting and usage section
...
Also:
- Changes `globes` (which doesn't exist) to `glob expressions`.
- Delete the `trigger autocompletion to your current aliases` use case, since that's not
really implemented.
10 years ago
slavaGanzin
6eaa868cd9
fix comment
10 years ago
slavaGanzin
75f87dd24e
README for globalias
10 years ago
slavaGanzin
86126233bb
specify globalias modes
10 years ago
Marc Cornellà
81981ef248
Fix cp plugin completion and refactor ( #5427 )
...
* cp plugin: change cpv to function so that completion works
* cp plugin: show numbers in units of 1024 (K,M,G,T)
Use `-h` level (3): output numbers in units of 1024.
See the manpage of rsync for more information.
* cp plugin: add a README file
* cp plugin: recurse directories
* cp plugin: remove `--` to separate files from options
This has some undesired effects, like having `cpv --help` be a file
not found error.
Use `--` yourself if you need it (which you generally don't):
```zsh
cpv -- -some-file-with-hyphens.txt /tmp
```
Added this same info to the README.
10 years ago
Mats Faugli
d57f36dab8
Add jgitflow maven goals ( #5489 )
10 years ago
Michał Ordon
2a0223370a
Add an alias for React Native Link command ( #5491 )
10 years ago
Marc Cornellà
16bd691b3b
Add README for the cargo plugin
10 years ago
Zaki Manian
915b0e46f2
Add completion for cargo, the rust build tool
...
Copy of the official repository:
https://github.com/rust-lang/cargo/tree/master/src/etc
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
Laurent Commarieu
dfd7bf9f41
feat(nomad): add common commands and new readme
10 years ago
Laurent Commarieu
6b7003c3ef
feat(plugin): add nomad
10 years ago
Henrik Johansson
0887a7eb50
Added simple support for Cargo -
...
the Rust build system
10 years ago
savimat
6d975f7258
Add alias for signed git commit with message ( #5390 )
...
Signed-off-by: Mat Munn <mat@savi.com.au>
10 years ago
Marc Cornellà
cd44246415
Fix small copy-editing mistake in archlinux README
10 years ago
Moses Miller
e418a2bb92
Updated README of the archlinux plugin
10 years ago
Moses Miller
485dd2b736
Add pacaur compatibility to archlinux plugin + refactor
10 years ago
Juraj Fiala
eaf18167bb
Added pacaur aliases
...
This commit removes most of its contents: it just leaves the
contribution signature. The rest is obsolete and superseeded
by #5460 , but the contribution is still valuable.
Related: #4263 .
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago