brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link (#7831)

This commit is contained in:
git-em
2022-03-01 10:21:17 -03:00
committed by GitHub
parent 80ddce96fe
commit 2ce63b334e
19 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# n
> Tool to manage multiple node versions.
> More information: <https://github.com/tj/n>.
- Install a given version of node. If the version is already installed, it will be activated:

View File

@@ -2,6 +2,7 @@
> Reports all known instances of a command.
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
- Find all instances of a command:

View File

@@ -1,6 +1,7 @@
# while
> Simple shell loop.
> More information: <https://manned.org/while>.
- Read stdin and perform an action on every line: