Skip to content

Commit bd0513e

Browse files
authored
*: improve more info links and add option placeholders part 12 (#19683)
1 parent b0e45ca commit bd0513e

30 files changed

+30
-30
lines changed

pages/common/autojump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Quickly jump among the directories you visit the most.
44
> Aliases like `j` or `jc` are provided for even less typing.
55
> See also: `bashmarks`.
6-
> More information: <https://github.com/wting/autojump>.
6+
> More information: <https://github.com/wting/autojump#name>.
77
88
- Add the `autojump` aliases to your shell:
99

pages/common/awslogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# awslogs
22

33
> Queries groups, streams and events from Amazon CloudWatch logs.
4-
> More information: <https://github.com/jorgebastida/awslogs>.
4+
> More information: <https://github.com/jorgebastida/awslogs#options>.
55
66
- List log groups:
77

pages/common/bashmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Save and jump to commonly used directories using 1 character commands.
44
> See also: `autojump`.
5-
> More information: <https://github.com/huyng/bashmarks>.
5+
> More information: <https://github.com/huyng/bashmarks#shell-commands>.
66
77
- Add the bashmark aliases to your shell:
88

pages/common/bat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Print and concatenate files.
44
> A `cat` clone with syntax highlighting and Git integration.
5-
> More information: <https://github.com/sharkdp/bat>.
5+
> More information: <https://manned.org/bat>.
66
77
- Pretty print the contents of one or more files to `stdout`:
88

pages/common/binwalk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# binwalk
22

33
> Firmware Analysis Tool.
4-
> More information: <https://github.com/ReFirmLabs/binwalk>.
4+
> More information: <https://manned.org/binwalk>.
55
66
- Scan a binary file:
77

pages/common/bpytop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A resource monitor that shows information about the CPU, memory, disks, network and processes.
44
> A Python version of `bashtop`.
5-
> More information: <https://github.com/aristocratos/bpytop>.
5+
> More information: <https://github.com/aristocratos/bpytop#command-line-options>.
66
77
- Start `bpytop`:
88

pages/common/buzzphrase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# buzzphrase
22

33
> Output a random buzzphrase. Written in Node.js.
4-
> More information: <https://github.com/atomantic/buzzphrase>.
4+
> More information: <https://github.com/atomantic/buzzphrase#usage>.
55
66
- Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun:
77

pages/common/charm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# charm
22

33
> Set of tools that makes adding a backend to your terminal-based applications, without worrying about user accounts, data storage and encryption.
4-
> More information: <https://github.com/charmbracelet/charm>.
4+
> More information: <https://manned.org/charm>.
55
66
- Backup your Charm account keys:
77

pages/common/cheat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cheat
22

33
> Create and view interactive cheat sheets.
4-
> More information: <https://github.com/cheat/cheat>.
4+
> More information: <https://github.com/cheat/cheat/blob/master/doc/cheat.1.md>.
55
66
- Show example usage of a command:
77

pages/common/chisel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Create TCP/UDP tunnels, transported over HTTP, secured via SSH.
44
> Includes both client and server in the same `chisel` executable.
5-
> More information: <https://github.com/jpillora/chisel>.
5+
> More information: <https://github.com/jpillora/chisel#usage>.
66
77
- Run a Chisel server:
88

0 commit comments

Comments
 (0)