summaryrefslogtreecommitdiff
path: root/plugins/systemadmin
AgeCommit message (Collapse)Author
2023-10-11refactor(systemadmin): use `ss` instead of `netstat` when available (#11957)Marc Cornellà
2023-01-26fix(systemadmin): handle error for no IPv6 route in `geteip` (#11458)Marc Cornellà
2022-11-15feat(systemadmin): color `ip` if shell is interactive (#11107)Ben Iofel
2022-10-03chore(docs): fix some typos (#11211)George Rodrigues
2022-04-13style(systemadmin): use `function` to avoid alias conflictsMarc Cornellà
2021-12-01chore: fix spelling errors across the project (#10459)Josh Soref
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-11-09style: use `-n` flag in `head` and `tail` commands (#10391)Kevin Burke
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-04-23feat(systemadmin): add IPv6 info to `geteip` command (#9856)Wolfgang Ladermann
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
Fixes #9701
2020-10-11systemadmin: correct sort order for psmem aliases (#6253)Joshua Pratt
2020-02-10systemadmin: fix header line sorting in pscpu (#6167)Grégory DAVID
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line.
2018-10-25systemadmin: fix getip output with ifconfig (#7306)Patrick Artounian
2018-10-17systemadmin: refactor plugin and fix README (#7295)DBX12
2018-10-14Added a README file for the systemadmin plugin (#7279)Jeffrey Chandler
* Added a README file for the systemadmin plugin * Updated formatting of Functions table and split it into "named" and "unnamed" functions for clarity * Fixed issue with '|' characters in table by adding them in <code> stateuents </code> * Added \ escape characters in front of | characters
2018-08-07use 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.
2015-08-27Updated with @mcornella suggestionsNiccolò Maggioni
2015-08-26General compatibilityNiccolò Maggioni
2015-08-26'ip' command compatibility and much quicker external IP detectionNiccolò Maggioni
2014-11-06Change all pwd calls for $PWD variableMarc Cornellà
This avoids spawning additional processes as $PWD **always** contains the current working directory.
2014-11-06Change all whoami calls for $USER variableMarc Cornellà
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
2014-05-28Correct wrong plugin file nameMrTux
2013-07-05Add a plugin for systemadmin ops and developerdongweiming