jishudashen
e3e468d138
chore: fix typos ( #13219 )
8 months ago
Alexander Schaber
c1679a12f8
feat(systemadmin): add `ping6` alias with count limit ( #12697 )
1 year ago
vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
Marc Cornellà
53cb50acb5
refactor(systemadmin): use `ss` instead of `netstat` when available ( #11957 )
2 years ago
Marc Cornellà
e55e3f0f56
fix(systemadmin): handle error for no IPv6 route in `geteip` ( #11458 )
3 years ago
Ben Iofel
4392d3a923
feat(systemadmin): color `ip` if shell is interactive ( #11107 )
3 years ago
George Rodrigues
e0e22d1120
chore(docs): fix some typos ( #11211 )
3 years ago
Marc Cornellà
ac82e156ca
style(systemadmin): use `function` to avoid alias conflicts
4 years ago
Josh Soref
0e41181d54
chore: fix spelling errors across the project ( #10459 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
4 years ago
Kevin Burke
e86c6f5e7f
style: use `-n` flag in `head` and `tail` commands ( #10391 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
4 years ago
Wolfgang Ladermann
1916a31153
feat(systemadmin): add IPv6 info to `geteip` command ( #9856 )
5 years ago
Marc Cornellà
02d07f3e3d
fix: use `$USERNAME` guaranteed to always be defined in zsh
...
Fixes #9701
5 years ago
Joshua Pratt
1744277a68
systemadmin: correct sort order for psmem aliases ( #6253 )
5 years ago
Grégory DAVID
d88fbe625f
systemadmin: fix header line sorting in pscpu ( #6167 )
...
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line.
6 years ago
Patrick Artounian
ad9a8f2d43
systemadmin: fix getip output with ifconfig ( #7306 )
7 years ago
DBX12
0871594f58
systemadmin: refactor plugin and fix README ( #7295 )
8 years ago
Jeffrey Chandler
bbe4d89c25
Added a README file for the systemadmin plugin ( #7279 )
...
* 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
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
Niccolò Maggioni
d923cebdb3
Updated with @mcornella suggestions
11 years ago
Niccolò Maggioni
058bbe4f02
General compatibility
11 years ago
Niccolò Maggioni
a127c4f88e
'ip' command compatibility and much quicker external IP detection
11 years ago
Marc Cornellà
4310a15de5
Change all pwd calls for $PWD variable
...
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
12 years ago
Marc Cornellà
74177c5320
Change all whoami calls for $USER variable
...
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
12 years ago
MrTux
3fac127152
Correct wrong plugin file name
12 years ago
dongweiming
4d6b59f041
Add a plugin for systemadmin ops and developer
13 years ago