Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-12 | feat(plugins): Add a new showpkg alias to ubuntu plugin (#4653) | Oshadha Gunawardena | |
Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package | |||
2019-08-23 | ubuntu: fix aglu to list available upgrades (#8082) | Vignesh Balasubramaniam | |
2019-03-26 | ubuntu: rename ag to age to avoid conflict with The Silver Searcher | Marc Cornellà | |
Fixes #3866 | |||
2019-03-26 | ubuntu: clean up plugin and README | Marc Cornellà | |
2018-10-03 | ubuntu: update plugin README (#7199) | Zach Whitten | |
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm | |
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. | |||
2018-05-14 | Use 'apt' instead of 'apt-get' for Ubuntu >=16.04 (#5787) | Harald Nordgren | |
2017-11-08 | Added aliases for listing packages (#6374) | Juanra Núñez | |
Added 'agli' to list all installed packages. Added 'aglu' to list available updates only. | |||
2017-11-07 | Rename clashing ag alias (#5849) | Mahmoud Hossam | |
* Fix ubuntu ag alias clashing with the silver searcher * Add aliases for git apply and git merge --abort | |||
2017-11-06 | Change `agud` alias from `dist-upgrade` to `full-upgrade` (#6384) | Tiago Rinaldi | |
2016-12-30 | 'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos' | Patrick José Pereira | |
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> | |||
2016-12-30 | 'plugins/ubuntu/readme.md: Solve typos' | Patrick José Pereira | |
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> | |||
2016-12-08 | Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` (#5695) | Rarylson Freitas | |
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work if the file is not compressed. | |||
2016-10-09 | remove duplicate alias (#5508) | Michel Filipe | |
Removing one "apt-get autoremove" alias because it is duplicated. | |||
2016-08-11 | update alias of get a list of packages installed locally (#5276) | Dominic Motuka | |
2015-08-30 | Merge pull request #4117 from nextgenthemes/patch-1 | Robby Russell | |
Adds agar = apt-get autoremove | |||
2015-08-21 | added apt-get autoremove in ubuntu plugin | Philippe Loctaux | |
I use that command a lot of times, and there's no shortcut for that. Now it does :) | |||
2015-07-02 | Adds agar = apt-get autoremove | nextgenthemes | |
Since #3902 lacks the auto-completion I made a PR for this as well. Also fixes some typos. | |||
2015-02-19 | Update readme.md | nextgenthemes | |
2015-02-19 | Markdown bolds to capital letters | nextgenthemes | |
2015-02-17 | Update readme.md | nextgenthemes | |
2015-02-17 | Update readme.md | nextgenthemes | |
2015-02-17 | Update readme.md | nextgenthemes | |
2015-02-17 | Create ubuntu plugin, based on debian plugin. | nextgenthemes | |
* Easy to remember aliases * Simplified * Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx` | |||
2015-02-17 | Create readme.md | nextgenthemes | |