Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/common/adb-shell-pm-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# adb shell pm list

> List users, packages, permissions, instrumentation, permission groups, features and libraries managed by the package manager.
> List users, packages, permissions, instrumentation, permission groups, features, and libraries managed by the package manager.
> More information: <https://developer.android.com/tools/adb>.

- List all installed packages:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/aireplay-ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
> Part of Aircrack-ng network software suite.
> More information: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.

- Send a specific number of disassociate packets given an access point's MAC address, a client's MAC address and an interface:
- Send a specific number of disassociate packets given an access point's MAC address, a client's MAC address, and an interface:

`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`
2 changes: 1 addition & 1 deletion pages/common/alr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# alr

> Ada package manager.
> Manage Ada toolchains, dependencies, tools and libraries.
> Manage Ada toolchains, dependencies, tools, and libraries.
> More information: <https://alire.ada.dev/docs/#first-steps>.

- Create a binary or library project:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/archwiki-rs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# archwiki-rs

> Read, search and download pages from the ArchWiki.
> Read, search, and download pages from the ArchWiki.
> More information: <https://gitlab.com/lucifayr/archwiki-rs>.

- Read a page from the ArchWiki:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/atoum.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# atoum

> A simple, modern and intuitive unit testing framework for PHP.
> A simple, modern, and intuitive unit testing framework for PHP.
> More information: <https://atoum.readthedocs.io/en/latest/option_cli.html>.

- Initialize a configuration file:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/atuin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

`atuin search {{command}}`

- Register an account on the default sync server using the specified username, email and password:
- Register an account on the default sync server using the specified username, email, and password:

`atuin register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/autossh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# autossh

> Run, monitor and restart SSH connections.
> Run, monitor, and restart SSH connections.
> Auto-reconnects to keep port forwarding tunnels up. Accepts all SSH flags.
> More information: <https://manned.org/autossh>.

Expand All @@ -12,7 +12,7 @@

`autossh -M {{monitor_port}} -L {{local_port}}:localhost:{{remote_port}} {{user}}@{{host}}`

- Fork `autossh` into the background before executing SSH and do [N]ot open a remote shell:

Check failure on line 15 in pages/common/autossh.md

View workflow job for this annotation

GitHub Actions / build

ot ==> to, of, or, not, it

`autossh -f -M {{monitor_port}} -N "{{ssh_command}}"`

Expand Down
4 changes: 2 additions & 2 deletions pages/common/biff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# biff

> A simple utility for doing datetime arithmetic, parsing and formatting.
> A simple utility for doing datetime arithmetic, parsing, and formatting.
> More information: <https://github.com/burntsushi/biff>.

- Print the current time in a format of your choosing:
Expand All @@ -11,7 +11,7 @@

`biff time fmt {{[-f|--format]}} '%c' now -1d 'next sat' 'last monday' '9pm last mon'`

- Print the current time in another time zone, and round it the nearest 15 minute increment:
- Print the current time in another time zone and round it the nearest 15 minute increment:

`biff time in Asia/Bangkok now | biff time round {{[-i|--increment]}} 15 {{[-s|--smallest]}} minute`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/bird.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bird

> BIRD Internet Routing Daemon.
> Routing daemon with support for BGP, OSPF, Babel and others.
> Routing daemon with support for BGP, OSPF, Babel, and others.
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.

- Start Bird with a specific configuration file:
Expand Down
6 changes: 3 additions & 3 deletions pages/common/boxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

`echo "{{string}}" | boxes {{[-s|--size]}} {{10}}x{{5}}`

- Align the box text [h]orizonally (at [l]eft, [c]enter or [r]ight):
- Align the box text [h]orizonally (at [l]eft, [c]enter, or [r]ight):

`echo "{{string}}" | boxes {{[-a|--align]}} h{{l|c|r}}`

- Align the box text [v]ertically (at [t]op, [c]enter or [b]ottom):
- Align the box text [v]ertically (at [t]op, [c]enter, or [b]ottom):

`echo "{{string}}" | boxes {{[-a|--align]}} v{{t|c|b}}`

- [j]ustify the box text (at [l]eft, [c]enter or [r]ight):
- [j]ustify the box text (at [l]eft, [c]enter, or [r]ight):

`echo "{{string}}" | boxes {{[-a|--align]}} j{{l|c|r}}{{vt}}`
2 changes: 1 addition & 1 deletion pages/common/btm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# btm

> Display system information about the CPU, memory, disks, network and processes.
> Display system information about the CPU, memory, disks, network, and processes.
> An enhanced alternative to `top`.
> See also: `btop`, `glances`, `atop`, `htop`, `top`.
> More information: <https://clementtsang.github.io/bottom/nightly/#usage-and-configuration>.
Expand Down
2 changes: 1 addition & 1 deletion pages/common/conan.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# conan

> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
> The open source, decentralized, and cross-platform package manager to create and share all your native binaries.
> Some subcommands such as `frogarian` have their own usage documentation.
> More information: <https://docs.conan.io/2/reference/commands.html>.

Expand Down
2 changes: 1 addition & 1 deletion pages/common/cpan.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cpan

> Query, download and build perl modules from CPAN sites.
> Query, download, and build perl modules from CPAN sites.
> More information: <https://manned.org/cpan>.

- Install a module (`-i` is optional):
Expand Down
2 changes: 1 addition & 1 deletion pages/common/cpdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Manipulate PDF files.
> More information: <https://www.coherentpdf.com/cpdfmanual/cpdfmanual.html>.

- Select pages 1, 2, 3 and 6 from a source document and write those to a destination document:
- Select pages 1, 2, 3, and 6 from a source document and write those to a destination document:

`cpdf {{path/to/source_document.pdf}} {{1-3,6}} -o {{path/to/destination_document.pdf}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/csv-diff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# csv-diff

> View differences between two CSV, TSV or JSON files.
> View differences between two CSV, TSV, or JSON files.
> More information: <https://github.com/simonw/csv-diff>.

- Display a human-readable summary of differences between files using a specific column as a unique identifier:
Expand Down
6 changes: 3 additions & 3 deletions pages/common/ctags.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
> More information: <https://docs.ctags.io/en/latest/man/ctags.1.html>.

- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
- Generate tags for a single file and output them to a file named "tags" in the current directory, overwriting the file if it exists:

`ctags {{path/to/file}}`

- Generate tags for all files in the current directory, and output them to a specific file, overwriting the file if it exists:
- Generate tags for all files in the current directory and output them to a specific file, overwriting the file if it exists:

`ctags -f {{path/to/file}} *`

- Generate tags for all files in the current directory and all subdirectories:

`ctags --recurse`

- Generate tags for a single file, and output them with start line number and end line number in JSON format:
- Generate tags for a single file and output them with start line number and end line number in JSON format:

`ctags --fields=+ne --output-format=json {{path/to/file}}`
2 changes: 1 addition & 1 deletion pages/common/cupstestppd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cupstestppd

> Test conformance of PPD files to the version 4.3 of the specification.
> Error codes (1, 2, 3 and 4, respectively): bad CLI arguments, unable to open file, unskippable format errors and non-conformance with PPD specification.
> Error codes (1, 2, 3, and 4, respectively): bad CLI arguments, unable to open file, unskippable format errors, and non-conformance with PPD specification.
> Note: This command is deprecated.
> See also: `lpadmin`.
> More information: <https://openprinting.github.io/cups/doc/man-cupstestppd.html>.
Expand Down
2 changes: 1 addition & 1 deletion pages/common/dcode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dcode

> Recursively detect and decode strings, supporting hex, decimal, binary, base64, URL, FromChar encodings, Caesar ciphers, and MD5, SHA1, and SHA2 hashes.
> Warning: uses 3rd-party web services for MD5, SHA1 and SHA2 hash lookups. For sensitive data, use `-s` to avoid these services.
> Warning: uses 3rd-party web services for MD5, SHA1, and SHA2 hash lookups. For sensitive data, use `-s` to avoid these services.
> More information: <https://github.com/s0md3v/Decodify>.

- Recursively detect and decode a string:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/devenv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# devenv

> Fast, Declarative, Reproducible and Composable Developer Environments using Nix.
> Fast, declarative, reproducible, and composable developer environments using Nix.
> More information: <https://devenv.sh/getting-started/#commands>.

- Initialize the environment:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/diffstat.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

`diff {{path/to/file1}} {{path/to/file2}} | diffstat`

- Display inserted, deleted and modified changes as a table:
- Display inserted, deleted, and modified changes as a table:

`diff {{path/to/file1}} {{path/to/file2}} | diffstat -t`
2 changes: 1 addition & 1 deletion pages/common/dwebp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dwebp

> `dwebp` decompresses WebP files into PNG, PAM, PPM or PGM images.
> `dwebp` decompresses WebP files into PNG, PAM, PPM, or PGM images.
> Animated WebP files are not supported.
> More information: <https://developers.google.com/speed/webp/docs/dwebp/>.

Expand Down
2 changes: 1 addition & 1 deletion pages/common/ect.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# ect

Check failure on line 1 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc

> Efficient Compression Tool.
> File optimizer written in C++. It supports PNG, JPEG, gzip and Zip files.
> File optimizer written in C++. It supports PNG, JPEG, gzip, and Zip files.
> More information: <https://github.com/fhanau/Efficient-Compression-Tool>.

- Compress a file:

`ect {{path/to/file.png}}`

Check failure on line 9 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc

- Compress a file with specified compression level and multithreading (1=Fastest (Worst), 9=Slowest (Best), default is 3):

`ect -{{9}} --mt-deflate {{path/to/file.zip}}`

Check failure on line 13 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc

- Compress all files in a directory recursively:

`ect -recurse {{path/to/directory}}`

Check failure on line 17 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc

- Compress a file, keeping the original modification time:

`ect -keep {{path/to/file.png}}`

Check failure on line 21 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc

- Compress a file, stripping metadata:

`ect -strip {{path/to/file.png}}`

Check failure on line 25 in pages/common/ect.md

View workflow job for this annotation

GitHub Actions / build

ect ==> etc
2 changes: 1 addition & 1 deletion pages/common/electron-packager.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# electron-packager

> Build Electron app executables for Windows, Linux and macOS.
> Build Electron app executables for Windows, Linux, and macOS.
> Requires a valid package.json in the application directory.
> More information: <https://github.com/electron/electron-packager>.

Expand Down
2 changes: 1 addition & 1 deletion pages/common/exa.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

`exa {{[-a|--all]}}`

- Long format list (permissions, ownership, size and modification date) of all files:
- Long format list (permissions, ownership, size, and modification date) of all files:

`exa {{[-l|--long]}} {{[-a|--all]}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/eyuvtoppm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
> Convert a Berkeley YUV file to PPM.
> More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.

- Read a Berkeley YUV file from the specified input file, convert it to a PPM image and store it in the specified output file:
- Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:

`eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`
2 changes: 1 addition & 1 deletion pages/common/eza.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

`eza {{[-a|--all]}}`

- Long format list (permissions, ownership, size and modification date) of all files:
- Long format list (permissions, ownership, size, and modification date) of all files:

`eza {{[-al|--all --long]}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/fastfetch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fastfetch

> Display information about your operating system, software and hardware.
> Display information about your operating system, software, and hardware.
> More information: <https://manned.org/fastfetch>.

- Display system information:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/feh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

`feh {{[-D|--slideshow-delay]}} {{seconds}} {{path/to/images}}`

- Use a specific wallpaper mode (centered, filled, maximized, scaled or tiled):
- Use a specific wallpaper mode (centered, filled, maximized, scaled, or tiled):

`feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/flask-unsign.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask-unsign

> A tool to brute-force, decode and craft `Flask` session cookies.
> A tool to brute-force, decode, and craft `Flask` session cookies.
> More information: <https://github.com/Paradoxis/Flask-Unsign>.

- Decode a Flask session cookie:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/ghdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

`ghdl -a {{filename.vhdl}}`

- Elaborate a design (where `design` is the name of a configuration unit, entity unit or architecture unit):
- Elaborate a design (where `design` is the name of a configuration unit, entity unit, or architecture unit):

`ghdl -e {{design}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/git-brv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-brv>.

- List each branch showing date, latest commit hash and message:
- List each branch showing date, latest commit hash, and message:

`git brv`
2 changes: 1 addition & 1 deletion pages/common/gleam.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gleam

> The compiler, build tool, package manager and code formatter for Gleam, "a friendly language for building type-safe systems that scale!".
> The compiler, build tool, package manager, and code formatter for Gleam, "a friendly language for building type-safe systems that scale!".
> More information: <https://gleam.run/writing-gleam/command-line-reference/>.

- Create a new gleam project:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/goenv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# goenv

> Install, uninstall or switch between Golang versions.
> Install, uninstall, or switch between Golang versions.
> Supports version numbers like "1.16.15" or "1.22.8" etc.
> More information: <https://github.com/go-nv/goenv>.

Expand Down
2 changes: 1 addition & 1 deletion pages/common/holehe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# holehe

> Check if an email is attached to an account on sites like Twitter, Instagram, Imgur and over 120 others.
> Check if an email is attached to an account on sites like Twitter, Instagram, Imgur, and over 120 others.
> More information: <https://github.com/megadose/holehe#-cli-example>.

- Show status across all supported websites for the specified email address:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/hostess.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Manage the `/etc/hosts` file.
> More information: <https://github.com/cbednarski/hostess>.

- List domains, target IP addresses and on/off status:
- List domains, target IP addresses, and on/off status:

`hostess list`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/huggingface-cli.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# huggingface-cli

> Interact with Hugging Face Hub.
> Login, manage local cache, download or upload files.
> Login, manage local cache, download, or upload files.
> More information: <https://huggingface.co/docs/huggingface_hub/guides/cli>.

- Login to Hugging Face Hub:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/ibmcloud-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

`ibmcloud login -a {{api_endpoint}}`

- Log in by providing username, password and the targeted region as parameters:
- Log in by providing username, password, and the targeted region as parameters:

`ibmcloud login -u {{username}} -p {{password}} -r {{us-south}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/idevicediagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

`idevicediagnostics mobilegestalt {{key1}} {{key2}}`

- Shutdown, restart or sleep the device:
- Shutdown, restart, or sleep the device:

`idevicediagnostics {{shutdown|restart|sleep}}`
4 changes: 2 additions & 2 deletions pages/common/img2pdf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# img2pdf

> Losslessly convert raster images to a PDF file.
> Some supported image formats are: GIF, JPEG, JPEG2000, PNG, GIF and TIFF.
> Some supported image formats are: GIF, JPEG, JPEG2000, PNG, GIF, and TIFF.
> More information: <https://gitlab.mister-muffin.de/josch/img2pdf>.

- Convert one or more images to a single PDF, each image being on its own page:
Expand All @@ -20,6 +20,6 @@

`img2pdf {{path/to/image.ext}} --pagesize {{30cm}}x{{20cm}} --imgsize {{10cm}}x{{15cm}} --fit {{shrink}} --output {{path/to/file.pdf}}`

- Convert an image to PDF, and specify metadata for the resulting file:
- Convert an image to PDF and specify metadata for the resulting file:

`img2pdf {{path/to/image.ext}} --title {{title}} --author {{author}} --creationdate {{1970-01-31}} --keywords {{keyword1 keyword2}} --subject {{subject}} --output {{path/to/file.pdf}}`
2 changes: 1 addition & 1 deletion pages/common/incus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# incus

> Modern, secure and powerful system container and virtual machine manager.
> Modern, secure, and powerful system container and virtual machine manager.
> More information: <https://linuxcontainers.org/incus/docs/main>.

- List all containers and virtual machines (both running and stopped):
Expand Down
2 changes: 1 addition & 1 deletion pages/common/whisper.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# whisper

> Convert audio files to `txt`, `vtt`, `srt`, `tsv` and `json`.
> Convert audio files to `txt`, `vtt`, `srt`, `tsv`, and `json`.
> More information: <https://github.com/openai/whisper>.

- Convert a specific audio file to all of the given file formats:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/pkgctl-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pkgctl release

> Release step to commit, tag and upload build artifacts.
> Release step to commit, tag, and upload build artifacts.
> More information: <https://manned.org/pkgctl-release>.

- Release a build artifact:
Expand Down
2 changes: 1 addition & 1 deletion pages/osx/mysides.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mysides

> Add, list and remove finder favorites.
> Add, list, and remove finder favorites.
> More information: <https://github.com/mosen/mysides#usage>.

- List sidebar favorites:
Expand Down
Loading
Loading