Josh Soref
|
0e41181d54
|
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
|
5 years ago |
Oshadha Gunawardena
|
3cdc36fc1e
|
feat(plugins): Add a new showpkg alias to ubuntu plugin (#4653)
Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
|
5 years ago |
Vignesh Balasubramaniam
|
caf0bfa046
|
ubuntu: fix aglu to list available upgrades (#8082)
|
7 years ago |
Marc Cornellà
|
7d27843e89
|
ubuntu: rename ag to age to avoid conflict with The Silver Searcher
Fixes #3866
|
7 years ago |
Marc Cornellà
|
7fe353ccb6
|
ubuntu: clean up plugin and README
|
7 years ago |
Zach Whitten
|
2d967d66e6
|
ubuntu: update plugin README (#7199)
|
8 years ago |
Janosch Schwalm
|
19b925e741
|
use https everywhere (#6574)
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
|
8 years ago |
Harald Nordgren
|
0608bb768f
|
Use 'apt' instead of 'apt-get' for Ubuntu >=16.04 (#5787)
|
8 years ago |
Juanra Núñez
|
7cea8475fb
|
Added aliases for listing packages (#6374)
Added 'agli' to list all installed packages.
Added 'aglu' to list available updates only.
|
9 years ago |
Mahmoud Hossam
|
ed85147e6e
|
Rename clashing ag alias (#5849)
* Fix ubuntu ag alias clashing with the silver searcher
* Add aliases for git apply and git merge --abort
|
9 years ago |
Tiago Rinaldi
|
d072c0fbec
|
Change `agud` alias from `dist-upgrade` to `full-upgrade` (#6384)
|
9 years ago |
Patrick José Pereira
|
223872c453
|
'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
10 years ago |
Patrick José Pereira
|
8c6ac51f3f
|
'plugins/ubuntu/readme.md: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
10 years ago |
Rarylson Freitas
|
26aae6b583
|
Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` (#5695)
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work
if the file is not compressed.
|
10 years ago |
Michel Filipe
|
3be4108d72
|
remove duplicate alias (#5508)
Removing one "apt-get autoremove" alias because it is duplicated.
|
10 years ago |
Dominic Motuka
|
4505a438e4
|
update alias of get a list of packages installed locally (#5276)
|
10 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 |
nextgenthemes
|
2e92ff8ae5
|
Adds agar = apt-get autoremove
Since #3902 lacks the auto-completion I made a PR for this as well.
Also fixes some typos.
|
11 years ago |
nextgenthemes
|
aff01d920e
|
Update readme.md
|
11 years ago |
nextgenthemes
|
393676387a
|
Markdown bolds to capital letters
|
11 years ago |
nextgenthemes
|
d8b9932138
|
Update readme.md
|
11 years ago |
nextgenthemes
|
660eeb19c7
|
Update readme.md
|
11 years ago |
nextgenthemes
|
3120b9ad45
|
Update readme.md
|
11 years ago |
nextgenthemes
|
f50b3fe710
|
Create ubuntu plugin, based on debian plugin.
* Easy to remember aliases
* Simplified
* Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx`
|
11 years ago |
nextgenthemes
|
6b29aab37a
|
Create readme.md
|
11 years ago |