mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
*: improve more info links and add option placeholders part 12 (#19683)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> Quickly jump among the directories you visit the most.
|
||||
> Aliases like `j` or `jc` are provided for even less typing.
|
||||
> See also: `bashmarks`.
|
||||
> More information: <https://github.com/wting/autojump>.
|
||||
> More information: <https://github.com/wting/autojump#name>.
|
||||
|
||||
- Add the `autojump` aliases to your shell:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# awslogs
|
||||
|
||||
> Queries groups, streams and events from Amazon CloudWatch logs.
|
||||
> More information: <https://github.com/jorgebastida/awslogs>.
|
||||
> More information: <https://github.com/jorgebastida/awslogs#options>.
|
||||
|
||||
- List log groups:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Save and jump to commonly used directories using 1 character commands.
|
||||
> See also: `autojump`.
|
||||
> More information: <https://github.com/huyng/bashmarks>.
|
||||
> More information: <https://github.com/huyng/bashmarks#shell-commands>.
|
||||
|
||||
- Add the bashmark aliases to your shell:
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> Print and concatenate files.
|
||||
> A `cat` clone with syntax highlighting and Git integration.
|
||||
> More information: <https://github.com/sharkdp/bat>.
|
||||
> More information: <https://manned.org/bat>.
|
||||
|
||||
- Pretty print the contents of one or more files to `stdout`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# binwalk
|
||||
|
||||
> Firmware Analysis Tool.
|
||||
> More information: <https://github.com/ReFirmLabs/binwalk>.
|
||||
> More information: <https://manned.org/binwalk>.
|
||||
|
||||
- Scan a binary file:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A resource monitor that shows information about the CPU, memory, disks, network and processes.
|
||||
> A Python version of `bashtop`.
|
||||
> More information: <https://github.com/aristocratos/bpytop>.
|
||||
> More information: <https://github.com/aristocratos/bpytop#command-line-options>.
|
||||
|
||||
- Start `bpytop`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# buzzphrase
|
||||
|
||||
> Output a random buzzphrase. Written in Node.js.
|
||||
> More information: <https://github.com/atomantic/buzzphrase>.
|
||||
> More information: <https://github.com/atomantic/buzzphrase#usage>.
|
||||
|
||||
- Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# charm
|
||||
|
||||
> Set of tools that makes adding a backend to your terminal-based applications, without worrying about user accounts, data storage and encryption.
|
||||
> More information: <https://github.com/charmbracelet/charm>.
|
||||
> More information: <https://manned.org/charm>.
|
||||
|
||||
- Backup your Charm account keys:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# cheat
|
||||
|
||||
> Create and view interactive cheat sheets.
|
||||
> More information: <https://github.com/cheat/cheat>.
|
||||
> More information: <https://github.com/cheat/cheat/blob/master/doc/cheat.1.md>.
|
||||
|
||||
- Show example usage of a command:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Create TCP/UDP tunnels, transported over HTTP, secured via SSH.
|
||||
> Includes both client and server in the same `chisel` executable.
|
||||
> More information: <https://github.com/jpillora/chisel>.
|
||||
> More information: <https://github.com/jpillora/chisel#usage>.
|
||||
|
||||
- Run a Chisel server:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# circup
|
||||
|
||||
> The CircuitPython library updater.
|
||||
> More information: <https://github.com/adafruit/circup>.
|
||||
> More information: <https://github.com/adafruit/circup#usage>.
|
||||
|
||||
- Interactively update modules on a device:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue add
|
||||
|
||||
> Enqueue a task for execution.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Add any command to the default queue:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue clean
|
||||
|
||||
> Remove all finished tasks from the list and clear logs.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Remove finished tasks and clear logs:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue completions
|
||||
|
||||
> Generate shell completion files for Bash, Elvish, fish, PowerShell, and Zsh.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Generate completions for Bash:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Enqueue stashed tasks.
|
||||
> See also: `pueue stash`.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Enqueue multiple stashed tasks at once:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue group
|
||||
|
||||
> Display, add or remove groups.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Show all groups with their statuses and number of parallel jobs:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue kill
|
||||
|
||||
> Kill running tasks or whole groups.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Kill all tasks in the default group:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Display the log output of 1 or more tasks.
|
||||
> See also: `pueue status`.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Show the last few lines of output from all tasks:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue parallel
|
||||
|
||||
> Set the amount of allowed parallel tasks.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Set the maximum number of tasks allowed to run in parallel, in the default group:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Pause running tasks or groups.
|
||||
> See also: `pueue start`.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Pause all tasks in the default group:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue reset
|
||||
|
||||
> Kill everything and reset.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Kill all tasks and remove everything (logs, status, groups, task IDs):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue restart
|
||||
|
||||
> Restart tasks.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Restart a specific task:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Resume operation of tasks or groups of tasks.
|
||||
> See also: `pueue pause`.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Resume all tasks in the default group:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Stash tasks to prevent them starting automatically.
|
||||
> See also: `pueue start`, `pueue enqueue`.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Stash an enqueued task:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pueue status
|
||||
|
||||
> Display the current status of all tasks.
|
||||
> More information: <https://github.com/Nukesor/pueue>.
|
||||
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
||||
|
||||
- Show the status of all tasks:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# reflac
|
||||
|
||||
> Recompress FLAC files in-place while preserving metadata.
|
||||
> More information: <https://github.com/chungy/reflac>.
|
||||
> More information: <https://github.com/chungy/reflac#running>.
|
||||
|
||||
- Recompress a directory of FLAC files:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# RsaCtfTool.py
|
||||
|
||||
> RSA attack tool for CTF challenges - recover private keys from weak public keys and/or decrypt data.
|
||||
> More information: <https://github.com/RsaCtfTool/RsaCtfTool>.
|
||||
> More information: <https://github.com/RsaCtfTool/RsaCtfTool#usage>.
|
||||
|
||||
- Recover a private key from a public key file:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# scc
|
||||
|
||||
> Count lines of code. Written in Go.
|
||||
> More information: <https://github.com/boyter/scc>.
|
||||
> More information: <https://github.com/boyter/scc#usage>.
|
||||
|
||||
- Print lines of code in the current directory:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# screenfetch
|
||||
|
||||
> Display system information.
|
||||
> More information: <https://github.com/KittyKatt/screenFetch>.
|
||||
> More information: <https://github.com/KittyKatt/screenFetch#running-screenfetch>.
|
||||
|
||||
- Start `screenfetch`:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# sd
|
||||
|
||||
> Intuitive find and replace.
|
||||
> More information: <https://github.com/chmln/sd>.
|
||||
> More information: <https://manned.org/sd>.
|
||||
|
||||
- Trim some whitespace using a `regex` (output stream: `stdout`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user