Skip to content

Commit 82016e4

Browse files
Managorivanbaluta
andauthored
*: improve more info links and add option placeholders part 13 (#19684)
Co-authored-by: Ivan Baluta <[email protected]>
1 parent bd0513e commit 82016e4

24 files changed

+38
-38
lines changed

pages/common/jenv.md

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

3-
> Manage the "JAVA_HOME" environment variable.
3+
> Manage the `$JAVA_HOME` environment variable.
44
> More information: <https://github.com/jenv/jenv>.
55
66
- Add a Java version to jEnv:

pages/common/mods.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mods
22

33
> AI for the command-line, built for pipelines.
4-
> More information: <https://github.com/charmbracelet/mods>.
4+
> More information: <https://github.com/charmbracelet/mods#usage>.
55
66
- Ask a generic question:
77

@@ -13,19 +13,19 @@
1313

1414
- Ask for comments on your code, in markdown format:
1515

16-
`mods < {{path/to/file}} --format "{{what are your thoughts on improving this code?}}"`
16+
`mods < {{path/to/file}} {{[-f|--format]}} "{{what are your thoughts on improving this code?}}"`
1717

1818
- Ask for help with your documentation, in markdown format:
1919

20-
`mods < {{README.md}} --format "{{write a new section to this readme for a feature that sends you a free rabbit if you hit r}}"`
20+
`mods < {{README.md}} {{[-f|--format]}} "{{write a new section to this readme for a feature that sends you a free rabbit if you hit r}}"`
2121

2222
- Organize your videos, in markdown format:
2323

24-
`ls {{path/to/videos}} | mods --format "{{organize these by decade and summarize}}"`
24+
`ls {{path/to/videos}} | mods {{[-f|--format]}} "{{organize these by decade and summarize}}"`
2525

2626
- Read through raw HTML and summarize the contents, in markdown format:
2727

28-
`curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00&current_weather=true&hourly=temperature_2m,relativehumidity_2m,windspeed_10m}}" | mods --format "{{summarize this weather data for a human}}"`
28+
`curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00&current_weather=true&hourly=temperature_2m,relativehumidity_2m,windspeed_10m}}" | mods {{[-f|--format]}} "{{summarize this weather data for a human}}"`
2929

3030
- Display help:
3131

pages/common/mtm.md

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

33
> Minimal terminal multiplexer.
44
> See also: `tmux`, `screen`.
5-
> More information: <https://github.com/deadpixi/mtm>.
5+
> More information: <https://manned.org/mtm>.
66
77
- Start the program with default command chord (`<Ctrl g>`):
88

pages/common/ncc.md

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

33
> Compile a Node.js application into a single file.
44
> Supports TypeScript, binary addons and dynamic requires.
5-
> More information: <https://github.com/vercel/ncc>.
5+
> More information: <https://github.com/vercel/ncc#usage>.
66
77
- Bundle a Node.js application:
88

pages/common/neofetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Display information about the operating system, software and hardware.
44
> Note: `neofetch` is no longer maintained.
55
> See also: `fastfetch`.
6-
> More information: <https://github.com/dylanaraps/neofetch>.
6+
> More information: <https://manned.org/neofetch>.
77
88
- Return the default config, and create it if it's the first time the program runs:
99

pages/common/nload.md

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

33
> Visualize network usage in the terminal.
4-
> More information: <https://github.com/rolandriegel/nload>.
4+
> More information: <https://manned.org/nload>.
55
66
- View all network traffic (use the `<ArrowKeys>` to switch interfaces):
77

pages/common/noti.md

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

33
> Monitor a process and trigger a banner notification.
4-
> More information: <https://github.com/variadico/noti>.
4+
> More information: <https://github.com/variadico/noti/blob/main/docs/noti.md>.
55
66
- Display a notification when tar finishes compressing files:
77

pages/common/onionsearch.md

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

33
> Scrape URLs on different `.onion` search engines.
44
> Note: `onionsearch` requires a Tor proxy running on `localhost:9050`; a Tor enabled browser is needed to visit the `.onion` websites.
5-
> More information: <https://github.com/megadose/OnionSearch>.
5+
> More information: <https://github.com/megadose/OnionSearch#--usage>.
66
77
- Request results from all the search engines:
88

pages/common/pastel.md

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

33
> Generate, analyze, convert and manipulate colors.
4-
> More information: <https://github.com/sharkdp/pastel>.
4+
> More information: <https://manned.org/pastel>.
55
66
- Convert colors from one format to another. Here from RGB to HSL:
77

pages/common/picotool.md

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

33
> Manage Raspberry Pi Pico boards.
4-
> More information: <https://github.com/raspberrypi/picotool>.
4+
> More information: <https://github.com/raspberrypi/picotool#overview>.
55
66
- Display information about the currently loaded program on a Pico:
77

0 commit comments

Comments
 (0)