Skip to content

Commit 82b661b

Browse files
committed
Improve commands
1 parent 5f830de commit 82b661b

49 files changed

Lines changed: 367 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/commands/cargo-tree.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,11 @@ Use --invert to trace where a dependency comes from. Combine with --edges featur
9494
# SEE ALSO
9595

9696
[cargo](/man/cargo)(1), [cargo-metadata](/man/cargo-metadata)(1)
97+
98+
# RESOURCES
99+
100+
```[Source code](https://github.com/rust-lang/cargo)```
101+
102+
```[Documentation](https://doc.rust-lang.org/cargo/commands/cargo-tree.html)```
103+
104+
<!-- verified: 2026-06-22 -->

assets/commands/cargo-update.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ Cargo.lock is auto-maintained. Update when you want newer compatible versions. L
8585
# SEE ALSO
8686

8787
[cargo](/man/cargo)(1), [cargo-generate-lockfile](/man/cargo-generate-lockfile)(1)
88+
89+
# RESOURCES
90+
91+
```[Source code](https://github.com/rust-lang/cargo)```
92+
93+
```[Documentation](https://doc.rust-lang.org/cargo/commands/cargo-update.html)```
94+
95+
<!-- verified: 2026-06-22 -->

assets/commands/cargo-vendor.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@ Vendored sources are read-only. Use [patch] for modifications. Resolution may di
7676
# SEE ALSO
7777

7878
[cargo](/man/cargo)(1), [cargo-fetch](/man/cargo-fetch)(1)
79+
80+
# RESOURCES
81+
82+
```[Source code](https://github.com/rust-lang/cargo)```
83+
84+
```[Documentation](https://doc.rust-lang.org/cargo/commands/cargo-vendor.html)```
85+
86+
<!-- verified: 2026-06-22 -->

assets/commands/cargo-version.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Display version information for Cargo
2323
# SYNOPSIS
2424

2525
**cargo version** [_options_]
26-
**cargo** -V [v]
26+
27+
**cargo** [_-V_ | _--version_]
2728

2829
# DESCRIPTION
2930

@@ -74,3 +75,11 @@ Operates offline with no side effects. Useful for CI/CD and build script checks.
7475
# SEE ALSO
7576

7677
[cargo](/man/cargo)(1), [rustc](/man/rustc)(1), [rustup](/man/rustup)(1)
78+
79+
# RESOURCES
80+
81+
```[Source code](https://github.com/rust-lang/cargo)```
82+
83+
```[Documentation](https://doc.rust-lang.org/cargo/commands/cargo-version.html)```
84+
85+
<!-- verified: 2026-06-22 -->

assets/commands/cariddi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,9 @@ For authorized security testing only. Integrates well with subdomain discovery t
100100
# SEE ALSO
101101

102102
[subfinder](/man/subfinder)(1), [httpx](/man/httpx)(1), [nuclei](/man/nuclei)(1)
103+
104+
# RESOURCES
105+
106+
```[Source code](https://github.com/edoardottt/cariddi)```
107+
108+
<!-- verified: 2026-06-22 -->

assets/commands/castxml.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,11 @@ Output format depends on selected option. GCCXML format provided for legacy comp
8989
# SEE ALSO
9090

9191
[clang](/man/clang)(1), [g++](/man/g++)(1)
92+
93+
# RESOURCES
94+
95+
```[Source code](https://github.com/CastXML/CastXML)```
96+
97+
```[Documentation](https://github.com/CastXML/CastXML/blob/master/doc/manual/castxml.1.rst)```
98+
99+
<!-- verified: 2026-06-22 -->

assets/commands/cat.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ Part of **GNU Coreutils**. Originated in **1971** for first Edition Unix by Ken
7878
# SEE ALSO
7979

8080
[less](/man/less)(1), [more](/man/more)(1), [head](/man/head)(1), [tail](/man/tail)(1), [tac](/man/tac)(1)
81+
82+
# RESOURCES
83+
84+
```[Source code](https://github.com/coreutils/coreutils)```
85+
86+
```[Documentation](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html)```
87+
88+
<!-- verified: 2026-06-22 -->

assets/commands/catimg.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@ Uses Unicode block characters for rendering. Quality depends on terminal font an
7676

7777
# SEE ALSO
7878

79-
[chafa](/man/chafa)(1), [timg](/man/timg)(1)
79+
[chafa](/man/chafa)(1), [timg](/man/timg)(1), [tiv](/man/tiv)(1)
80+
81+
# RESOURCES
82+
83+
```[Source code](https://github.com/posva/catimg)```
84+
85+
<!-- verified: 2026-06-22 -->

assets/commands/cava.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ Requires audio capture permissions. Different audio backends need corresponding
6969
# SEE ALSO
7070

7171
[alsamixer](/man/alsamixer)(1), [pavucontrol](/man/pavucontrol)(1)
72+
73+
# RESOURCES
74+
75+
```[Source code](https://github.com/karlstav/cava)```
76+
77+
<!-- verified: 2026-06-22 -->

assets/commands/cbindgen.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ Only generates headers for pub extern "C" functions and #[repr(C)] types. Requir
8383
# SEE ALSO
8484

8585
[cargo](/man/cargo)(1), [bindgen](/man/bindgen)(1), [rustc](/man/rustc)(1)
86+
87+
# RESOURCES
88+
89+
```[Source code](https://github.com/mozilla/cbindgen)```
90+
91+
```[Documentation](https://github.com/mozilla/cbindgen/blob/master/docs.md)```
92+
93+
<!-- verified: 2026-06-22 -->

0 commit comments

Comments
 (0)