*: add oxford comma and minor fixes part 4 (#20139)

Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
Managor
2025-12-21 08:24:50 +02:00
committed by GitHub
parent 441d9afd32
commit 78951c649c
101 changed files with 114 additions and 114 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# age
> A simple, modern and secure file encryption tool.
> A simple, modern, and secure file encryption tool.
> See also: `age-keygen` for generating key pairs.
> More information: <https://github.com/FiloSottile/age#usage>.
+3 -3
View File
@@ -11,14 +11,14 @@
`astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}`
- Use unicode characters instead of the basic ASCII characters, and only render stars brighter than the given magnitude:
- Use unicode characters instead of the basic ASCII characters and only render stars brighter than the given magnitude:
`astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}`
- Use a given latitude, longitude and datetime:
- Use a given latitude, longitude, and datetime:
`astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}`
- Use the longitude and latitude of a given city, and set the speed of the simulation to a given factor:
- Use the longitude and latitude of a given city and set the speed of the simulation to a given factor:
`astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# bandwhich
> Display the current network utilization by process, connection or remote IP/hostname.
> Display the current network utilization by process, connection, or remote IP/hostname.
> More information: <https://github.com/imsnif/bandwhich#usage>.
- Show the remote addresses table only:
+1 -1
View File
@@ -1,7 +1,7 @@
# bedtools
> A swiss-army knife of tools for genomic-analysis tasks.
> Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format.
> Used to intersect, group, convert, and count data in BAM, BED, GFF/GTF, VCF format.
> More information: <https://bedtools.readthedocs.io/en/latest/content/overview.html#summary-of-available-tools>.
- Intersect file [a] and file(s) [b] regarding the sequences' [s]trand and save the result to a specific file:
+1 -1
View File
@@ -1,6 +1,6 @@
# btop
> A resource monitor that shows information about the CPU, memory, disks, network and processes.
> A resource monitor that shows information about the CPU, memory, disks, network, and processes.
> A C++ version of `bpytop`.
> See also: `btm`, `glances`, `atop`, `htop`, `top`.
> More information: <https://github.com/aristocratos/btop#command-line-options>.
+1 -1
View File
@@ -1,6 +1,6 @@
# code2prompt
> Generate AI-ready prompts from a codebase (extracts, filters and formats code for LLMs).
> Generate AI-ready prompts from a codebase (extract, filter, and format code for LLMs).
> More information: <https://code2prompt.dev/docs/how_to/filter_files/>.
- Generate a prompt for the current project and copy it to the clipboard (default behavior):
+1 -1
View File
@@ -5,7 +5,7 @@
> See also: `complete`, `compopt`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-compgen>.
- List all shell built-ins, aliases, functions and executables that you could run:
- List all shell built-ins, aliases, functions, and executables that you could run:
`compgen -c`
+1 -1
View File
@@ -1,6 +1,6 @@
# conda
> Package, dependency and environment management for any programming language.
> Package, dependency, and environment management for any programming language.
> Some subcommands such as `create` have their own usage documentation.
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/index.html>.
+1 -1
View File
@@ -27,6 +27,6 @@
`fdroidcl repo add {{repo_name}} {{url}}`
- Remove, enable or disable a repository:
- Remove, enable, or disable a repository:
`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`
+1 -1
View File
@@ -7,6 +7,6 @@
`fkill`
- Kill the process by PID, name or port:
- Kill the process by PID, name, or port:
`fkill {{pid|name|:port}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# flac
> Encodes, decodes and tests FLAC files.
> Encode, decode, and test FLAC files.
> More information: <https://xiph.org/flac/>.
- Encode a WAV file to FLAC (this will create a FLAC file in the same location as the WAV file):
+1 -1
View File
@@ -3,7 +3,7 @@
> A cross-platform file change monitor.
> More information: <https://emcrisostomo.github.io/fswatch/>.
- Run a Bash command on file creation, update or deletion:
- Run a Bash command on file creation, update, or deletion:
`fswatch {{path/to/file}} | xargs {{[-n|--max-args]}} 1 {{bash_command}}`
+1 -1
View File
@@ -19,6 +19,6 @@
`gcal --starting-day=1`
- Display the previous, current and next month surrounding today:
- Display the previous, current, and next month surrounding today:
`gcal .`
+1 -1
View File
@@ -1,7 +1,7 @@
# gcrane ls
> List the tags in a repository.
> More complex form than `crane ls`, which allows for listing tags, manifest and sub-repositories.
> More complex form than `crane ls`, which allows for listing tags, manifest, and sub-repositories.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>.
- List the tags:
+1 -1
View File
@@ -15,7 +15,7 @@
`gh issue {{[new|create]}} {{[-a|--assignee]}} {{user1,user2,...}}`
- Create a new issue with a title, body and assign it to the current user:
- Create a new issue with a title and body, and assign it to the current user:
`gh issue {{[new|create]}} {{[-t|--title]}} "{{title}}" {{[-b|--body]}} "{{body}}" {{[-a|--assignee]}} "@me"`
+1 -1
View File
@@ -11,7 +11,7 @@
`gh label {{[ls|list]}} {{[-w|--web]}}`
- Create a label with a specific name, description and color in hexadecimal format for the repository in the current directory:
- Create a label with a specific name, description, and color in hexadecimal format for the repository in the current directory:
`gh label create {{name}} {{[-d|--description]}} "{{description}}" {{[-c|--color]}} {{color_hex}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# gh run
> View, run and watch recent GitHub Actions workflow runs.
> View, run, and watch recent GitHub Actions workflow runs.
> More information: <https://cli.github.com/manual/gh_run>.
- Interactively select a run to see information about the jobs:
+1 -1
View File
@@ -8,7 +8,7 @@
`git config --global {{user.name|user.email}} "{{Your Name|email@example.com}}"`
- List local, global or system configuration entries and show their file location:
- List local, global, or system configuration entries and show their file location:
`git config {{[-l|--list]}} --{{local|global|system}} --show-origin`
+1 -1
View File
@@ -23,7 +23,7 @@
`git diff --stat {{commit}}`
- Output a summary of file creations, renames and mode changes since a given commit:
- Output a summary of file creations, renames, and mode changes since a given commit:
`git diff --summary {{commit}}`
+2 -2
View File
@@ -4,10 +4,10 @@
> Part of `git-extras`.
> More information: <https://manned.org/git-info>.
- Display remote locations, remote and local branches, most recent commit data and `.git/config` settings:
- Display remote locations, remote and local branches, most recent commit data, and `.git/config` settings:
`git info`
- Display remote locations, remote and local branches and most recent commit data:
- Display remote locations, remote and local branches, and most recent commit data:
`git info --no-config`
+1 -1
View File
@@ -19,7 +19,7 @@
`git log --oneline --graph`
- Show a graph of all commits, tags and branches in the entire repo:
- Show a graph of all commits, tags, and branches in the entire repo:
`git log --oneline --decorate --all --graph`
+2 -2
View File
@@ -8,7 +8,7 @@
`git rebase {{new_base_branch}}`
- Start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified:
- Start an interactive rebase, which allows the commits to be reordered, omitted, combined, or modified:
`git rebase {{[-i|--interactive]}} {{target_base_branch_or_commit_hash}}`
@@ -28,7 +28,7 @@
`git rebase --onto {{new_base}} {{old_base}}`
- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined or modified:
- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined, or modified:
`git rebase {{[-i|--interactive]}} {{HEAD~5}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# git reflog
> Show a log of changes to local references like HEAD, branches or tags.
> Show a log of changes to local references like HEAD, branches, or tags.
> More information: <https://git-scm.com/docs/git-reflog>.
- Show the reflog for `HEAD`:
+2 -2
View File
@@ -1,6 +1,6 @@
# git reset
> Undo commits or unstage changes, by resetting the current Git HEAD to the specified state.
> Undo commits or unstage changes by resetting the current Git HEAD to the specified state.
> If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit".
> More information: <https://git-scm.com/docs/git-reset>.
@@ -28,6 +28,6 @@
`git reset --hard`
- Reset the repository to a given commit, discarding committed, staged and uncommitted changes since then:
- Reset the repository to a given commit, discarding committed, staged, and uncommitted changes since then:
`git reset --hard {{commit}}`
+2 -2
View File
@@ -19,10 +19,10 @@
`git shortlog HEAD~5..HEAD`
- View all users, emails and the number of commits in the current branch:
- View all users, emails, and the number of commits in the current branch:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
- View all users, emails and the number of commits in all branches:
- View all users, emails, and the number of commits in all branches:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
+2 -2
View File
@@ -11,7 +11,7 @@
`git show {{commit|tag|branch}}`
- Show only the list of added, renamed or deleted files:
- Show only the list of added, renamed, or deleted files:
`git show --summary {{commit}}`
@@ -31,6 +31,6 @@
`git show --name-only {{commit}}`
- Show the contents of a file as it was at a given revision (e.g. branch, tag or commit):
- Show the contents of a file as it was at a given revision (e.g. branch, tag, or commit):
`git show {{revision}}:{{path/to/file}}`
+1 -1
View File
@@ -1,7 +1,7 @@
# git status
> Show the changes to files in a Git repository.
> List changed, added and deleted files compared to the currently checked-out commit.
> List changed, added, and deleted files compared to the currently checked-out commit.
> More information: <https://git-scm.com/docs/git-status>.
- Show changed files which are not yet added for commit:
+2 -2
View File
@@ -1,9 +1,9 @@
# git submodule
> Inspects, updates and manages submodules.
> Inspect, update, and manage submodules.
> More information: <https://git-scm.com/docs/git-submodule>.
- View existing submodules, and the checked-out commit for each one:
- View existing submodules and the checked-out commit for each one:
`git submodule`
+1 -1
View File
@@ -1,6 +1,6 @@
# git tag
> Create, list, delete or verify tags.
> Create, list, delete, or verify tags.
> A tag is a static reference to a commit.
> More information: <https://git-scm.com/docs/git-tag>.
+1 -1
View File
@@ -1,6 +1,6 @@
# golangci-lint
> Parallelized, smart and fast Go linters runner that integrates with all major IDEs and supports YAML configuration.
> Parallelized, smart, and fast Go linters runner that integrates with all major IDEs and supports YAML configuration.
> More information: <https://golangci-lint.run/welcome/quick-start/>.
- Run linters in the current folder:
+1 -1
View File
@@ -1,6 +1,6 @@
# hello
> Print "Hello, world!", "hello, world" or a customizable text.
> Print "Hello, world!", "hello, world", or a customizable text.
> More information: <https://www.gnu.org/software/hello/manual/hello.html#Invoking-hello>.
- Print "Hello, world!":
+1 -1
View File
@@ -15,7 +15,7 @@
`hg clone {{[-U|--noupdate]}} {{remote_repository_source}}`
- Clone a repository to a specific revision, tag or branch, keeping the entire history:
- Clone a repository to a specific revision, tag, or branch, keeping the entire history:
`hg clone {{[-u|--updaterev]}} {{revision}} {{remote_repository_source}}`
+1 -1
View File
@@ -11,7 +11,7 @@
`ionic serve`
- Generate new app component, directive, page, pipe, provider or tabs:
- Generate new app component, directive, page, pipe, provider, or tabs:
`ionic g {{page}}`
+1 -1
View File
@@ -19,7 +19,7 @@
`java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -jar {{filename.jar}}`
- Display JDK, JRE and HotSpot versions:
- Display JDK, JRE, and HotSpot versions:
`java -version`
+1 -1
View File
@@ -1,6 +1,6 @@
# jbang
> Easily create, edit and run self-contained source-only Java programs.
> Easily create, edit, and run self-contained source-only Java programs.
> See also: `java`.
> More information: <https://www.jbang.dev/documentation/jbang/latest/cli/jbang.html>.
+1 -1
View File
@@ -23,6 +23,6 @@
`jj {{[op|operation]}} show {{operation}}`
- Show stat, summary and patch of modifications of an operation:
- Show stat, summary, and patch of modifications of an operation:
`jj {{[op|operation]}} show {{--stat}} {{[-s|--summary]}} {{[-p|--patch]}} {{operation}}`
+2 -2
View File
@@ -1,7 +1,7 @@
# jupyter
> Web application to create and share documents that contain code, visualizations and notes.
> Primarily used for data analysis, scientific computing and machine learning.
> Web application to create and share documents that contain code, visualizations, and notes.
> Primarily used for data analysis, scientific computing, and machine learning.
> More information: <https://docs.jupyter.org/en/latest/>.
- Start a Jupyter notebook server in the current directory:
+1 -1
View File
@@ -16,7 +16,7 @@
`lebab {{path/to/input_file}} --out-file {{path/to/output_file}}`
- Replace all `.js` files in-place in the specified directory, glob or file:
- Replace all `.js` files in-place in the specified directory, glob, or file:
`lebab --replace {{directory|glob|file}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# logstash
> An Elasticsearch ETL (extract, transform and load) tool.
> An Elasticsearch ETL (extract, transform, and load) tool.
> Commonly used to load data from various sources (such as databases and log files) into Elasticsearch.
> More information: <https://www.elastic.co/logstash>.
+1 -1
View File
@@ -11,7 +11,7 @@
`macchina --config {{path/to/configuration_file}}`
- List system information, but lengthen uptime, shell and kernel output:
- List system information, but lengthen uptime, shell, and kernel output:
`macchina --long-uptime --long-shell --long-kernel`
+1 -1
View File
@@ -15,7 +15,7 @@
`medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}`
- Execute a login attempt against an HTTP server using the username, password and user-agent specified:
- Execute a login attempt against an HTTP server using the username, password, and user-agent specified:
`medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:"{{Agent}}"`
+2 -2
View File
@@ -19,7 +19,7 @@
`mongodump {{[-c|--collection]}} {{collection_name}} {{[-d|--db]}} {{database_name}}`
- Connect to a given host running on a given port, and create a dump:
- Connect to a given host running on a given port and create a dump:
`mongodump {{[-h|--host]}} {{host}} --port {{port}}`
@@ -27,6 +27,6 @@
`mongodump {{[-u|--username]}} {{username}} {{database}} {{[-p|--password]}}`
- Create a dump from a specific instance; host, user, password and database will be defined in the connection string:
- Create a dump from a specific instance; host, user, password, and database will be defined in the connection string:
`mongodump --uri {{connection_string}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# monodevelop
> Cross platform IDE for C#, F# and more.
> Cross platform IDE for C#, F#, and more.
> More information: <https://www.monodevelop.com/documentation/>.
- Start MonoDevelop:
+2 -2
View File
@@ -1,6 +1,6 @@
# mutool
> Convert, query information and extract data from PDF files.
> Convert, query information, and extract data from PDF files.
> More information: <https://mupdf.readthedocs.io/en/latest/tools/mutool.html>.
- Convert a range of pages to PNGs (Note: `%nd` in the output placeholder must be replaced with a print modifier like `%d` or `%2d`):
@@ -19,7 +19,7 @@
`mutool info {{path/to/input.pdf}}`
- Extract all images, fonts and resources embedded in a PDF to the current directory:
- Extract all images, fonts, and resources embedded in a PDF to the current directory:
`mutool extract {{path/to/input.pdf}}`
+1 -1
View File
@@ -20,7 +20,7 @@
`naabu {{[-tp|-top-ports]}} 1000 -host {{host}}`
- Scan TCP ports 80, 443 and UDP port 53 of the remote host:
- Scan TCP ports 80, 443, and UDP port 53 of the remote host:
`naabu {{[-p|-port]}} 80,443,u:53 -host {{host}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# nf-core
> The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow.
> The nf-core framework tools to create, check, and develop best-practice guidelines for Nextflow.
> More information: <https://nf-co.re/docs/nf-core-tools>.
- List existing pipelines on nf-core:
+1 -1
View File
@@ -1,7 +1,7 @@
# nim
> The Nim compiler.
> Processes, compiles and links Nim language source files.
> Process, compile, and link Nim language source files.
> More information: <https://nim-lang.org/docs/nimc.html>.
- Compile a source file:
+1 -1
View File
@@ -1,6 +1,6 @@
# nokogiri
> An HTML, XML, SAX and Reader parser.
> An HTML, XML, SAX, and Reader parser.
> More information: <https://manned.org/nokogiri>.
- Parse the contents of a URL or file:
+1 -1
View File
@@ -7,7 +7,7 @@
`ntfy pub security "{{Front door has been opened.}}"`
- Send with a title, priority and tags:
- Send with a title, priority, and tags:
`ntfy publish --title="{{Someone bought your item}}" --priority={{high}} --tags={{duck}} {{ebay}} "{{Someone just bought your item: Platypus Sculpture}}"`
+1 -1
View File
@@ -1,6 +1,6 @@
# nvm
> Install, uninstall or switch between Node.js versions.
> Install, uninstall, or switch between Node.js versions.
> Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.
> See also: `asdf`.
> More information: <https://github.com/nvm-sh/nvm#usage>.
+1 -1
View File
@@ -1,6 +1,6 @@
# od
> Display file contents in octal, decimal or hexadecimal format.
> Display file contents in octal, decimal, or hexadecimal format.
> Optionally display the byte offsets and/or printable representation for each line.
> See also: `hexyl`, `xxd`, `hexdump`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/od-invocation.html>.
+1 -1
View File
@@ -1,7 +1,7 @@
# opam
> OCaml Package Manager.
> Manage OCaml compilers, tools and libraries.
> Manage OCaml compilers, tools, and libraries.
> More information: <https://opam.ocaml.org/doc/Usage.html>.
- Initialize opam for first use:
+1 -1
View File
@@ -3,7 +3,7 @@
> PDF toolkit.
> More information: <https://www.pdflabs.com/docs/pdftk-man-page/>.
- Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one:
- Extract pages 1-3, 5, and 6-10 from a PDF file and save them as another one:
`pdftk {{input.pdf}} cat {{1-3 5 6-10}} output {{output.pdf}}`
+1 -1
View File
@@ -1,7 +1,7 @@
# peerindex
> Inspect MRT TABLE_DUMPV2 Peer Index Table.
> Can read files compressed with `gzip`, `bzip2` and `xz`.
> Can read files compressed with `gzip`, `bzip2`, and `xz`.
> More information: <https://codeberg.org/1414codeforge/ubgpsuite>.
- List all peers:
+1 -1
View File
@@ -1,6 +1,6 @@
# phpcs
> Tokenize PHP, JavaScript and CSS files to detect violations of a defined set of coding standards.
> Tokenize PHP, JavaScript, and CSS files to detect violations of a defined set of coding standards.
> More information: <https://github.com/squizlabs/PHP_CodeSniffer>.
- Sniff the specified directory for issues (defaults to the PEAR standard):
+1 -1
View File
@@ -19,7 +19,7 @@
`Projucer --create-project-from-pip {{path/to/PIP}} {{path/to/output}}`
- Remove all JUCE-style comments (`//=====`, `//-----` or `///////`):
- Remove all JUCE-style comments (`//=====`, `//-----`, or `///////`):
`Projucer --tidy-divider-comments {{path/to/target_folder}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# prowler
> Performs security best practices assessments, audits and compliance checks across AWS, Azure, Google Cloud, and Kubernetes.
> Perform security best practices assessments, audits, and compliance checks across AWS, Azure, Google Cloud, and Kubernetes.
> See also: `prowler-aws`, `prowler-azure`, `prowler-gcp`, `prowler-kubernetes`, `prowler-m365`, `prowler-github`.
> More information: <https://docs.prowler.com/user-guide/cli/tutorials/misc>.
+1 -1
View File
@@ -3,7 +3,7 @@
> Versatile PDF transformation software.
> More information: <https://manned.org/qpdf>.
- Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one:
- Extract pages 1-3, 5, and 6-10 from a PDF file and save them as another one:
`qpdf --empty --pages {{path/to/input.pdf}} {{1-3,5,6-10}} -- {{path/to/output.pdf}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# rainbowstream
> Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management.
> Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites, and user management.
> Online help with `<h>`, `<ArrowUp>` and `<ArrowDown>` for history, `<Tab>` to auto-complete and 2-`<Tab>` for suggestion.
> More information: <https://github.com/orakaro/rainbowstream>.
+1 -1
View File
@@ -1,6 +1,6 @@
# rarcrack
> Password cracker for RAR, Zip and 7z archives.
> Password cracker for RAR, Zip, and 7z archives.
- Brute force the password for an archive (tries to guess the archive type):
+1 -1
View File
@@ -7,7 +7,7 @@
`rdiff-backup backup {{path/to/source}} {{path/to/backup}}`
- List incremental backups in repository (location path, local or remote):
- List incremental backups in repository (location path, local, or remote):
`rdiff-backup list increments {{repository}}`
+1 -1
View File
@@ -17,7 +17,7 @@
`resolvconf -u`
- Set the flag indicating whether `resolvconf` should run update scripts when invoked with `-a`, `-d` or `-u`:
- Set the flag indicating whether `resolvconf` should run update scripts when invoked with `-a`, `-d`, or `-u`:
`resolvconf --enable-updates`
+1 -1
View File
@@ -3,7 +3,7 @@
> Find space waste and other broken things on your filesystem.
> More information: <https://rmlint.readthedocs.io/en/latest/rmlint.1.html>.
- Check directories for duplicated, empty and broken files:
- Check directories for duplicated, empty, and broken files:
`rmlint {{path/to/directory1 path/to/directory2 ...}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# rpk
> Manage Redpanda topics, clusters, groups, security and more via a single binary.
> Manage Redpanda topics, clusters, groups, security, and more via a single binary.
> More information: <https://docs.redpanda.com/current/reference/rpk/>.
- Create a new topic:
+1 -1
View File
@@ -4,7 +4,7 @@
> Needs to be run on the salt master, likely as root or with sudo.
> More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-key.html>.
- List all accepted, unaccepted and rejected minion keys:
- List all accepted, unaccepted, and rejected minion keys:
`salt-key {{[-L|--list-all]}}`
+1 -1
View File
@@ -1,7 +1,7 @@
# sc_warts2pcap
> Write packets included in `.warts` files to a PCAP file.
> This is only possible for packets of type `tbit`, `sting` or `sniff`.
> This is only possible for packets of type `tbit`, `sting`, or `sniff`.
> More information: <https://www.caida.org/catalog/software/scamper/>.
- Convert the data from several `.warts` files into one PCAP file:
+1 -1
View File
@@ -1,6 +1,6 @@
# sequelize
> Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server.
> Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite, and Microsoft SQL Server.
> More information: <https://sequelize.org/docs/v7/cli/>.
- Create a model with 3 fields and a migration file:
+1 -1
View File
@@ -1,6 +1,6 @@
# serverless
> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure, and IBM OpenWhisk.
> Commands can be run either using the `serverless` command or its alias, `sls`.
> More information: <https://www.serverless.com/framework/docs/providers/aws/cli-reference>.
+1 -1
View File
@@ -1,6 +1,6 @@
# shfmt
> Shell parser, formatter and interpreter.
> Shell parser, formatter, and interpreter.
> More information: <https://pkg.go.dev/mvdan.cc/sh>.
- Print a formatted version of a shell script:
+1 -1
View File
@@ -4,7 +4,7 @@
> See also: `file`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stat-invocation.html>.
- Display properties about a specific file such as size, permissions, creation and access dates among others:
- Display properties about a specific file such as size, permissions, creation date, and access date among others:
`stat {{path/to/file}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# sysbench
> Benchmark a System's CPU, IO and memory.
> Benchmark a System's CPU, IO, and memory.
> More information: <https://github.com/akopytov/sysbench#usage>.
- Run a CPU benchmark with 1 thread for 10 seconds:
+1 -1
View File
@@ -19,7 +19,7 @@
`sudo tcpdump host {{www.example.com}}`
- Capture the traffic from a specific interface, source, destination and destination port:
- Capture the traffic from a specific interface, source, destination, and destination port:
`sudo tcpdump {{[-i|--interface]}} {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# telegram-desktop
> Instant messenger with open source clients, chats and stickers.
> Instant messenger with open source clients, chats, and stickers.
> More information: <https://manned.org/telegram-desktop>.
- Start GUI:
+1 -1
View File
@@ -19,7 +19,7 @@
`trivy fs --security-checks {{vuln,config}} {{path/to/project_directory}}`
- Scan a IaC (Terraform, CloudFormation, ARM, Helm and Dockerfile) directory for misconfigurations:
- Scan a IaC (Terraform, CloudFormation, ARM, Helm, and Dockerfile) directory for misconfigurations:
`trivy config {{path/to/iac_directory}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# upt
> Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD and even Haiku.
> Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD, and even Haiku.
> It requires the native OS package manager to be installed.
> See also: `flatpak`, `brew`, `scoop`, `apt`, `dnf`.
> More information: <https://github.com/sigoden/upt>.
+1 -1
View File
@@ -1,6 +1,6 @@
# valgrind
> Wrapper for a set of expert tools for profiling, optimizing and debugging programs.
> Wrapper for a set of expert tools for profiling, optimizing, and debugging programs.
> Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`.
> More information: <https://valgrind.org/docs/manual/manual-core.html#manual-core.options>.
+1 -1
View File
@@ -3,7 +3,7 @@
> Tools for the Vela pipeline.
> More information: <https://go-vela.github.io/docs/reference/cli>.
- Trigger a pipeline to run from a Git branch, commit or tag:
- Trigger a pipeline to run from a Git branch, commit, or tag:
`vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"`
+1 -1
View File
@@ -7,7 +7,7 @@
`vsce list {{publisher}}`
- Publish an extension as major, minor or patch version:
- Publish an extension as major, minor, or patch version:
`vsce publish {{major|minor|patch}}`
+1 -1
View File
@@ -7,7 +7,7 @@
`watchexec {{ls -la}}`
- Run `make` when any JavaScript, CSS and HTML file in the current directory changes:
- Run `make` when any JavaScript, CSS, and HTML file in the current directory changes:
`watchexec {{[-e|--exts]}} {{js,css,html}} make`
+1 -1
View File
@@ -19,7 +19,7 @@
`wc {{[-m|--chars]}} {{path/to/file}}`
- Count all lines, words and bytes from `stdin`:
- Count all lines, words, and bytes from `stdin`:
`{{find .}} | wc`
+1 -1
View File
@@ -11,6 +11,6 @@
`wdiff {{[-i|--ignore-case]}} {{path/to/file1}} {{path/to/file2}}`
- Display how many words are deleted, inserted or replaced:
- Display how many words are deleted, inserted, or replaced:
`wdiff {{[-s|--statistics]}} {{path/to/file1}} {{path/to/file2}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# zed
> Text editor designed to be fast, efficient and convenient.
> Text editor designed to be fast, efficient, and convenient.
> More information: <https://zed.dev/docs/#cli>.
- Open specific paths in Zed:
+1 -1
View File
@@ -23,7 +23,7 @@
`zgrep {{[-e|--regexp]}} "{{pattern_1}}" {{[-e|--regexp]}} "{{pattern_2}}" {{path/to/compressed_file}}`
- Use extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`):
- Use extended `regex` (supporting `?`, `+`, `{}`, `()`, and `|`):
`zgrep {{[-E|--extended-regexp]}} {{regex}} {{path/to/file}}`
+1 -1
View File
@@ -19,7 +19,7 @@
`zig test {{path/to/file.zig}}`
- Cross compile, build and run a project for `x86_64` architecture and `windows` operating system:
- Cross compile, build, and run a project for `x86_64` architecture and `windows` operating system:
`zig build run -fwine -Dtarget=x86_64-windows`
+1 -1
View File
@@ -1,7 +1,7 @@
# zsteg
> Steganography detection tool for PNG and BMP file formats.
> It detects LSB steganography, ZLIB-compressed data, OpenStego, Camouflage and LSB with the Eratosthenes set.
> It detects LSB steganography, ZLIB-compressed data, OpenStego, Camouflage, and LSB with the Eratosthenes set.
> More information: <https://github.com/zed-0xff/zsteg>.
- Detect embedded data in a PNG:
+2 -2
View File
@@ -1,7 +1,7 @@
# systemd-tmpfiles
> Create, delete and clean up volatile and temporary files and directories.
> This command is automatically invoked on boot by systemd services, and running it manually is usually not needed.
> Create, delete, and clean up volatile and temporary files and directories.
> This command is automatically invoked on boot by systemd services and running it manually is usually not needed.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tmpfiles.html>.
- Create files and directories as specified in the configuration:
+1 -1
View File
@@ -1,6 +1,6 @@
# userdbctl
> Inspect users, groups and group memberships on the system.
> Inspect users, groups, and group memberships on the system.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/userdbctl.html>.
- List all known user records:
+1 -1
View File
@@ -5,7 +5,7 @@
> See also: `netstat`.
> More information: <https://man.netbsd.org/sockstat.1>.
- Show information for IPv4, IPv6 and Unix sockets for both listening and connected sockets:
- Show information for IPv4, IPv6, and Unix sockets for both listening and connected sockets:
`sockstat`
+1 -1
View File
@@ -1,6 +1,6 @@
# aiac
> Use OpenAI to generate IaC configurations, utilities, queries and more.
> Use OpenAI to generate IaC configurations, utilities, queries, and more.
> More information: <https://github.com/gofireflyio/aiac>.
- Generate Terraform for Azure storage account:
+1 -1
View File
@@ -7,7 +7,7 @@
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}} status=progress`
- Clone a drive to another drive with 4 MB block, ignore error and show the progress:
- Clone a drive to another drive with 4 MB block, ignore errors, and show the progress:
`dd bs=4m conv=noerror if={{/dev/source_drive}} of={{/dev/dest_drive}} status=progress`
+1 -1
View File
@@ -4,7 +4,7 @@
> Some subcommands such as `partitiondisk` have their own usage documentation.
> More information: <https://keith.github.io/xcode-man-pages/diskutil.8.html>.
- List all currently available disks, partitions and mounted volumes:
- List all currently available disks, partitions, and mounted volumes:
`diskutil list`
+2 -2
View File
@@ -1,6 +1,6 @@
# dtrace
> A simple interface to invoke the D language compiler, retrieve buffered trace, and print traced data from the DTrace kernel facility.
> A simple interface to invoke the D language compiler, retrieve buffered trace and print traced data from the DTrace kernel facility.
> Generic front-end to DTrace facility, requiring root privileges.
> More information: <https://keith.github.io/xcode-man-pages/dtrace.1.html>.
@@ -24,7 +24,7 @@
`dtrace -c {{command}}`
- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function` or `function`:
- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function`, or `function`:
`dtrace -f {{function}}`
+1 -1
View File
@@ -3,7 +3,7 @@
> Display file status.
> More information: <https://keith.github.io/xcode-man-pages/stat.1.html>.
- Show file properties such as size, permissions, creation and access dates among others:
- Show file properties such as size, permissions, creation date, and access date among others:
`stat {{path/to/file}}`
+1 -1
View File
@@ -3,7 +3,7 @@
> Report system hardware and software configuration.
> More information: <https://keith.github.io/xcode-man-pages/system_profiler.8.html>.
- Display a report with specific details level (mini [no personal information], basic or full):
- Display a report with specific details level (mini [no personal information], basic, or full):
`system_profiler -detailLevel {{level}}`
+1 -1
View File
@@ -12,7 +12,7 @@
`uname -mp`
- Print kernel name, kernel release and kernel version:
- Print kernel name, kernel release, and kernel version:
`uname -srv`
+1 -1
View File
@@ -11,6 +11,6 @@
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build`
- Clean, build and execute all the tests:
- Clean, build, and execute all the tests:
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
+1 -1
View File
@@ -1,6 +1,6 @@
# diskpart
> Disk, volume and partition manager.
> Disk, volume, and partition manager.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/diskpart>.
- Run diskpart by itself in an administrative command prompt to enter its command-line:
+1 -1
View File
@@ -1,6 +1,6 @@
# psping
> A ping tool that includes TCP ping, latency and bandwidth measurement.
> A ping tool that includes TCP ping, latency, and bandwidth measurement.
> More information: <https://learn.microsoft.com/sysinternals/downloads/psping>.
- Ping a host using ICMP:
+1 -1
View File
@@ -24,7 +24,7 @@
`tldr reg {{export|import}}`
- View documentation for saving, restoring registry and unloading keys preserving the key ownerships and ACLs:
- View documentation for saving, restoring registry and unloading keys preserving the key ownerships, and ACLs:
`tldr reg {{save|restore|load|unload}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# shutdown
> A tool for shutting down, restarting or logging off a machine.
> A tool for shutting down, restarting, or logging off a machine.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/shutdown>.
- Shutdown the current machine:

Some files were not shown because too many files have changed in this diff Show More