|
Android activity manager. |
|
More information: <https://developer.android.com/studio/command-line/adb |
|
Start a specific activity |
|
Start an activity and pass [d]ata to it |
|
Start an activity matching a specific action and [c]ategory |
|
Convert an intent to a URI |
|
Show an Android bug report. This command can only be used through `adb shell`. |
|
More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreport>. |
|
Display a complete bug report of an Android device |
|
Generate a zipped Android bug report. This command can only be used through `adb shell`. |
|
More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>. |
|
Generate a complete zipped bug report of an Android device |
|
Show the progress of a running `bugreportz` operation |
|
Show the version of `bugreportz` |
|
Display help |
|
Android service manager. |
|
More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>. |
|
[l]ist all running services |
|
Call a specific service |
|
Call a service with specific arguments |
|
Android Java virtual machine. |
|
More information: <https://source.android.com/devices/tech/dalvik>. |
|
Start a specific Java program |
|
Provide information about Android system services. This command can only be used through `adb shell`. |
|
More information: <https://developer.android.com/studio/command-line/dumpsys>. |
|
Get diagnostic output for all system services |
|
Get diagnostic output for a specific system service |
|
List all services `dumpsys` can give information about |
|
List service-specific arguments for a service |
|
Exclude a specific service from the diagnostic output |
|
Specify a timeout period in seconds (defaults to 10s) |
|
Show information about Android system properties. |
|
More information: <https://manned.org/getprop>. |
|
Display information about Android system properties |
|
Send event codes or touchscreen gestures to an Android device. This command can only be used through `adb shell`. |
|
More information: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>. |
|
Send an event code for a single character to an Android device |
|
Send a text to an Android device (`%s` represents spaces) |
|
Send a single tap to an Android device |
|
Dump a log of system messages, including stack traces when an error occurred, and information messages logged by applications. |
|
More information: <https://developer.android.com/studio/command-line/logcat>. |
|
Display system logs |
|
Write system logs to a file |
|
Display lines that match a regular expression |
|
Display logs for a specific PID |
|
Display logs for the process of a specific package |
|
Package management utility for Termux. |
|
More information: <https://wiki.termux.com/wiki/Package_Management>. |
|
Upgrade all installed packages |
|
Install a package |
|
Uninstall a package |
|
Reinstall a package |
|
Search for a package |
|
Display information about apps on an Android device. |
|
More information: <https://developer.android.com/studio/command-line/adb |
|
List all installed apps |
|
List all installed system apps |
|
List all installed 3rd-Party apps |
|
List apps matching specific keywords |
|
Display a path of the APK of a specific app |
|
Take a screenshot of a mobile display. This command can only be used through `adb shell`. |
|
More information: <https://developer.android.com/studio/command-line/adb |
|
Take a screenshot |
|
Get information about the Android OS. |
|
More information: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>. |
|
Display a list of settings in the `global` namespace |
|
Get a value of a specific setting |
|
Set a specific value of a setting |
|
Delete a specific setting |
|
Show information about the screen of an Android device. This command can only be used through `adb shell`. |
|
More information: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>. |
|
Check file types and compare values. |
|
Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false.<https://www.gnu.org/software/bash/manual/bash.html#index-test>. |
|
Automated Python 2 to 3 code conversion. |
|
More information: <https://docs.python.org/3/library/2to3.html>. |
|
Display the changes that would be performed without performing them (dry-run) |
|
Convert a Python 2 file to Python 3 |
|
Convert specific Python 2 language features to Python 3 |
|
Convert all Python 2 language features except the specified ones to Python 3 |
|
Display a list of all available language features that can be converted from Python 2 to Python 3 |
|
Convert all Python 2 files in a directory to Python 3 |
|
Run 2to3 with multiple threads |
|
File archiver with a high compression ratio. |
|
More information: <https://manned.org/7z>. |
|
[a]dd a file or directory to a new or existing archive |
|
Encrypt an existing archive (including filenames) |
|
E[x]tract an archive preserving the original directory structure |
|
E[x]tract an archive to a specific directory |
|
E[x]tract an archive to `stdout` |
|
[a]rchive using a specific archive type |
|
[l]ist the contents of an archive |
|
List available archive types |
|
File archiver with a high compression ratio. Similar to `7z` except that it supports fewer file types but is cross-platform. |
|
More information: <https://manned.org/7za>. |
|
[a]rchive a file or directory |
|
E[x]tract an archive preserving the original directory structure |
|
E[x]tract an archive to a specific directory |
|
E[x]tract an archive to `stdout` |
|
[a]rchive using a specific archive type |
|
[l]ist the contents of an archive |
|
List available archive types |
|
File archiver with a high compression ratio. Similar to `7z` except that it only supports `.7z` files. |
|
More information: <https://manned.org/7zr>. |
|
[a]rchive a file or directory |
|
Encrypt an existing archive (including file names) |
|
E[x]tract an archive preserving the original directory structure |
|
E[x]tract an archive to a specific directory |
|
E[x]tract an archive to `stdout` |
|
[l]ist the contents of an archive |
|
List available archive types |
|
Android Asset Packaging Tool. |
|
Compile and package an Android app's resources.<https://elinux.org/Android_aapt>. |
|
List files contained in an APK archive |
|
Display an app's metadata (version, permissions, etc.) |
|
Create a new APK archive with files from the specified directory |
|
Android Debug Bridge Install: Push packages to an Android emulator instance or connected Android devices. |
|
More information: <https://developer.android.com/studio/command-line/adb>. |
|
Push an Android application to an emulator/device |
|
Reinstall an existing app, keeping its data |
|
Grant all permissions listed in the app manifest |
|
Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices. |
|
More information: <https://developer.android.com/studio/command-line/adb>. |
|
List all reverse socket connections from emulators and devices |
|
Reverse a TCP port from an emulator or device to localhost |
|
Remove a reverse socket connections from an emulator or device |
|
Remove all reverse socket connections from all emulators and devices |
|
Android Debug Bridge Shell: Run remote shell commands on an Android emulator instance or connected Android devices. |
|
More information: <https://developer.android.com/studio/command-line/adb>. |
|
Start a remote interactive shell on the emulator or device |
|
Get all the properties from emulator or device |
|
Revert all runtime permissions to their default |
|
Revoke a dangerous permission for an application |
|
Trigger a key event |
|
Clear the data of an application on an emulator or device |
|
Start an activity on emulator or device |
|
Start the home activity on an emulator or device |
|
Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. Some subcommands such as `adb shell` have their own usage documentation. |
|
More information: <https://developer.android.com/studio/command-line/adb>. |
|
Check whether the adb server process is running and start it |
|
Terminate the adb server process |
|
Start a remote shell in the target emulator/device instance |
|
Push an Android application to an emulator/device |
|
Copy a file/directory from the target device |
|
Copy a file/directory to the target device |
|
Get a list of connected devices |
|
Cross-platform, GPU-accelerated terminal emulator. |
|
More information: <https://github.com/alacritty/alacritty>. |
|
Open a new Alacritty window |
|
Run in a specific directory |
|
Run a command in a new Alacritty window |
|
Specify alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`) |
|
Run with live config reload enabled (can also be enabled by default in `alacritty.yml`) |
|
Creates aliases -- words that are replaced by a command string. Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc`. |
|
More information: <https://tldp.org/LDP/abs/html/aliases.html>. |
|
List all aliases |
|
View the command associated to a given alias |
|
Remove an aliased command |
|
Reverse engineer APK files. |
|
More information: <https://ibotpeaches.github.io/Apktool/>. |
|
Decode an APK file |
|
Build an APK file from a directory |
|
Install and store a framework |
|
Fast download utility. |
|
Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink.<https://aria2.github.io>. |
|
Download the URIs listed in a file with a specific number of parallel downloads |
|
A file archiver for the Electron platform. |
|
More information: <https://github.com/electron/asar>. |
|
Archive a file or directory |
|
Extract an archive |
|
List the contents of an archive file |
|
Quickly jump among the directories you visit the most. |
|
Aliases like j or jc are provided for even less typing.<https://github.com/wting/autojump>. |
|
Jump to a directory that contains the given pattern |
|
Jump to a sub-directory (child) of the current directory that contains the given pattern |
|
Open a directory that contains the given pattern in the operating system file manager |
|
Remove non-existing directories from the autojump database |
|
Show the entries in the autojump database |
|
Print and concatenate files. A `cat` clone with syntax highlighting and Git integration. |
|
More information: <https://github.com/sharkdp/bat>. |
|
Print the contents of a file to `stdout` |
|
Concatenate several files into the target file |
|
Append several files into the target file |
|
Display all supported languages |
|
Dependency manager for the Ruby programming language. `bundler` is a common name for the command `bundle`, but not a command itself. |
|
More information: <https://bundler.io/man/bundle.1.html>. |
|
View documentation for the original command |
|
An interactive arbitrary-precision calculator in the terminal. |
|
More information: <https://github.com/lcn2/calc>. |
|
Start `calc` in interactive mode |
|
Perform a calculation in non-interactive mode |
|
Perform a calculation without any output formatting (for use with pipes) |
|
Perform a calculation and then switch to [i]nteractive mode |
|
Start `calc` in a specific permission [m]ode (0 to 7, defaults to 7) |
|
View an introduction to `calc` |
|
View an overview of `calc` |
|
Open the `calc` manual |
|
Print and concatenate files. |
|
More information: <https://www.gnu.org/software/coreutils/cat>. |
|
Print the contents of a file to `stdout` |
|
Change the current working directory. |
|
More information: <https://manned.org/cd>. |
|
Go to the specified directory |
|
Go to the home directory of the current user |
|
Go up to the parent of the current directory |
|
Go to the previously chosen directory |
|
Change the access permissions of a file or directory. |
|
More information: <https://www.gnu.org/software/coreutils/chmod>. |
|
Give the [u]ser who owns a file the right to e[x]ecute it |
|
Give the [u]ser rights to [r]ead and [w]rite to a file/directory |
|
Remove e[x]ecutable rights from the [g]roup |
|
Give [a]ll users rights to [r]ead and e[x]ecute |
|
Give [o]thers (not in the file owner's group) the same rights as the [g]roup |
|
Remove all rights from [o]thers |
|
Change permissions recursively giving [g]roup and [o]thers the ability to [w]rite |
|
Recursively give [a]ll users [r]ead permissions to files and e[X]ecute permissions to sub-directories within a directory |
|
Open-source anti-virus program. |
|
ClamAV isn't a command, but a set of commands.<https://www.clamav.net>. |
|
Show the tldr page for scan files using the `clamd` daemon |
|
Show the tldr page for scan files without the `clamd` daemon running |
|
Show the tldr page for update the virus definitions |
|
A command-line virus scanner using the ClamAV Daemon. |
|
More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamdscan>. |
|
Scan a file or directory for vulnerabilities |
|
Scan data from `stdin` |
|
Scan the current directory and output only infected files |
|
Output the scan report to a log file |
|
Move infected files to a specific directory |
|
Remove infected files |
|
Use multiple threads to scan a directory |
|
Pass the file descriptor instead of streaming the file to the daemon |
|
A command-line virus scanner. |
|
More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamscan>. |
|
Scan a file for vulnerabilities |
|
Scan all files recursively in a specific directory |
|
Scan data from `stdin` |
|
Specify a virus database file or directory of files |
|
Scan the current directory and output only infected files |
|
Output the scan report to a log file |
|
Move infected files to a specific directory |
|
This command is an alias of `clang++`. |
|
View documentation for the original command |
|
This command is an alias of `clj`. |
|
View documentation for the original command |
|
This command is an alias of `git-cola`. |
|
View documentation for the original command |
|
A package-based dependency manager for PHP projects. |
|
More information: <https://getcomposer.org/>. |
|
Interactively create a `composer.json` file |
|
Add a package as a dependency for this project, adding it to `composer.json` |
|
Install all the dependencies in this project's `composer.json` and create `composer.lock` |
|
Uninstall a package from this project, removing it as a dependency from `composer.json` |
|
Update all the dependencies in this project's `composer.json` and note versions in `composer.lock` file |
|
Update composer lock only after updating `composer.json` manually |
|
Learn more about why a dependency can't be installed |
|
Update composer to its latest version |
|
Copy files and directories. |
|
More information: <https://www.gnu.org/software/coreutils/cp>. |
|
Recursively copy a directory's contents to another location (if the destination exists, the directory is copied inside it) |
|
Copy a directory recursively, in verbose mode (shows files as they are copied) |
|
Copy text files to another location, in interactive mode (prompts user before overwriting) |
|
Follow symbolic links before copying |
|
`cron` is a system scheduler for running jobs or tasks unattended. The command to submit, edit or delete entries to `cron` is called `crontab`. |
|
View documentation for the original command |
|
Transfers data from or to a server. |
|
Supports most protocols, including HTTP, FTP, and POP3.<https://curl.se/docs/manpage.html>. |
|
Download the contents of a URL to a file |
|
Download a file, saving the output under the filename indicated by the URL |
|
Send form-encoded data (POST request of type `application/x-www-form-urlencoded`). Use `--data @file_name` or `--data @'-'` to read from STDIN |
|
Send a request with an extra header, using a custom HTTP method |
|
Send data in JSON format, specifying the appropriate content-type header |
|
Pass a username and password for server authentication |
|
Pass client certificate and key for a resource, skipping certificate validation |
|
A secure runtime for JavaScript and TypeScript. |
|
More information: <https://deno.land>. |
|
Start a REPL (interactive shell) |
|
Run a file with network access enabled |
|
Install an executable script from a URL |
|
Manage Docker containers and images. Some subcommands such as `docker run` have their own usage documentation. |
|
More information: <https://docs.docker.com/engine/reference/commandline/cli/>. |
|
Start a container from an image, with a custom name |
|
Start or stop an existing container |
|
Pull an image from a docker registry |
|
Open a shell inside a running container |
|
Remove a stopped container |
|
Fetch and follow the logs of a container |
|
This command is an alias of `fossil commit`. |
|
More information: <https://fossil-scm.org/home/help/commit>. |
|
View documentation for the original command |
|
This command is an alias of `fossil rm`. |
|
More information: <https://fossil-scm.org/home/help/delete>. |
|
View documentation for the original command |
|
This command is an alias of `fossil rm`, with the exception that it never removes files from the disk. |
|
More information: <https://fossil-scm.org/home/help/forget>. |
|
View documentation for the original command |
|
This command is an alias of `fossil init`. |
|
More information: <https://fossil-scm.org/home/help/new>. |
|
View documentation for the original command |
|
Update virus definitions for ClamAV antivirus program. |
|
More information: <https://www.clamav.net>. |
|
Update virus definitions |
|
Corrects your previous console command. |
|
More information: <https://github.com/nvbn/thefuck>. |
|
Set the `fuck` alias to `thefuck` tool |
|
Try to match a rule for the previous command |
|
Confirm the first choice immediately (correct argument depends on level of annoyance) |
|
Compiles C++ source files. |
|
Part of GCC (GNU Compiler Collection).<https://gcc.gnu.org>. |
|
Compile a source code file into an executable binary |
|
Display common warnings |
|
Choose a language standard to compile for (C++98/C++11/C++14/C++17) |
|
Include libraries located at a different path than the source file |
|
Preprocess and compile C and C++ source files, then assemble and link them together. |
|
More information: <https://gcc.gnu.org>. |
|
Compile source code into Assembler instructions |
|
Compile source code into an object file without linking |
|
The GNU Debugger. |
|
More information: <https://www.gnu.org/software/gdb>. |
|
Debug an executable |
|
Attach a process to gdb |
|
Debug with a core file |
|
Execute given GDB commands upon start |
|
Start `gdb` and pass arguments to the executable |
|
This command is an alias of `gh codespace`. |
|
More information: <https://cli.github.com/manual/gh_codespace>. |
|
View documentation for the original command |
|
Work seamlessly with GitHub. Some subcommands such as `gh config` have their own usage documentation. |
|
More information: <https://cli.github.com/>. |
|
Clone a GitHub repository locally |
|
Create a new issue |
|
View and filter the open issues of the current repository |
|
View an issue in the default web browser |
|
Create a pull request |
|
View a pull request in the default web browser |
|
Check out a specific pull request locally |
|
Check the status of a repository's pull requests |
|
Adds changed files to the index. |
|
More information: <https://git-scm.com/docs/git-add>. |
|
Add a file to the index |
|
Add all files (tracked and untracked) |
|
Only add already tracked files |
|
Also add ignored files |
|
Interactively stage parts of files |
|
Interactively stage parts of a given file |
|
Interactively stage a file |
|
Main Git command for working with branches. |
|
More information: <https://git-scm.com/docs/git-branch>. |
|
List all branches (local and remote; the current branch is highlighted by `*`) |
|
List which branches include a specific Git commit in their history |
|
Show the name of the current branch |
|
Create new branch based on the current commit |
|
Create new branch based on a specific commit |
|
Rename a branch (must not have it checked out to do this) |
|
Delete a local branch (must not have it checked out to do this) |
|
Delete a remote branch |
|
Checkout a branch or paths to the working tree. |
|
More information: <https://git-scm.com/docs/git-checkout>. |
|
Create and switch to a new branch |
|
Create and switch to a new branch based on a specific reference (branch, remote/branch, tag are examples of valid references) |
|
Switch to the previously checked out branch |
|
Switch to an existing remote branch |
|
Discard all unstaged changes in the current directory (see `git reset` for more undo-like commands) |
|
Replace a file in the current directory with the version of it committed in a given branch |
|
Clone an existing repository. |
|
More information: <https://git-scm.com/docs/git-clone>. |
|
Clone an existing repository into a new directory (the default directory is the repository name) |
|
Clone an existing repository and its submodules |
|
Clone an existing repository only fetching the 10 most recent commits on the default branch (useful to save time) |
|
Clone an existing repository only fetching a specific branch |
|
Clone an existing repository using a specific SSH command |
|
Commit files to the repository. |
|
More information: <https://git-scm.com/docs/git-commit>. |
|
Update the last commit by adding the currently staged changes, changing the commit's hash |
|
Commit only specific (already staged) files |
|
Fetch branch from a remote repository and merge it to local repository. |
|
More information: <https://git-scm.com/docs/git-pull>. |
|
Download changes from default remote repository and merge it |
|
Download changes from default remote repository and use fast-forward |
|
Download changes from given remote repository and branch, then merge them into HEAD |
|
Manage set of tracked repositories ("remotes"). |
|
More information: <https://git-scm.com/docs/git-remote>. |
|
Show a list of existing remotes, their names and URL |
|
Show information about a remote |
|
Add a remote |
|
Change the URL of a remote (use `--add` to keep the existing URL) |
|
Remove a remote |
|
Rename a remote |
|
Show the changes to files in a Git repository. |
|
Lists changed, added and deleted files compared to the currently checked-out commit.<https://git-scm.com/docs/git-status>. |
|
Show changed files which are not yet added for commit |
|
Give output in [s]hort format |
|
Don't show untracked files in the output |
|
Show output in [s]hort format along with [b]ranch info |
|
Distributed version control system. Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation, accessible via `tldr git subcommand`. |
|
More information: <https://git-scm.com/>. |
|
Check the Git version |
|
Show general help |
|
Show help on a Git subcommand (like `clone`, `add`, `push`, `log`, etc.) |
|
Execute a Git subcommand |
|
Execute a Git subcommand on a custom repository root path |
|
Execute a Git subcommand with a given configuration set |
|
This command is an alias of `gnmic subscribe`. |
|
More information: <https://gnmic.kmrd.dev/cmd/subscribe>. |
|
View documentation for the original command |
|
This command is an alias of `chromium`. |
|
More information: <https://chrome.google.com>. |
|
View documentation for the original command |
|
Command-line history. |
|
More information: <https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html>. |
|
Display the commands history list with line numbers |
|
Display the last 20 commands (in `zsh` it displays all commands starting from the 20th) |
|
Clear the commands history list (only for current `bash` shell) |
|
Overwrite history file with history of current `bash` shell (often combined with `history -c` to purge history) |
|
Delete the history entry at the specified offset |
|
Display dynamic real-time information about running processes. An enhanced version of `top`. |
|
More information: <https://htop.dev/>. |
|
Start `htop` |
|
Start `htop` displaying processes owned by a specific user |
|
Sort processes by a specified `sort_item` (use `htop --sort help` for available options) |
|
See interactive commands while running htop |
|
Switch to a different tab |
|
Display help |
|
Template-based static site generator. Uses modules, components, and themes. |
|
More information: <https://gohugo.io>. |
|
Create a new Hugo site |
|
Create a new Hugo theme (themes may also be downloaded from https://themes.gohugo.io/) |
|
Create a new page |
|
Build a site to the `./public/` directory |
|
Build a site including pages that are marked as a "draft" |
|
Build a site to a given directory |
|
Build a site, start up a webserver to serve it, and automatically reload when pages are edited |
|
This command is an alias of `helix`. |
|
View documentation for the original command |
|
Java application launcher. |
|
More information: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html>. |
|
Execute a java `.class` file that contains a main method by using just the class name |
|
Execute a java program and use additional third-party or user-defined classes |
|
Execute a `.jar` program |
|
Execute a `.jar` program with debug waiting to connect on port 5005 |
|
Display JDK, JRE and HotSpot versions |
|
Display usage information for the java command |
|
This command is an alias of `kcat`. |
|
View documentation for the original command |
|
A command-line installer for the Laravel Zero framework. |
|
More information: <https://laravel-zero.com>. |
|
Create a new Laravel Zero application |
|
Update the installer to the latest version |
|
List the available installer commands |
|
A command-line installer for the Laravel framework. |
|
More information: <https://laravel.com>. |
|
Create a new Laravel application |
|
Use the latest development release |
|
Overwrite if the directory already exists |
|
Install the Laravel Jetstream scaffolding |
|
Install the Laravel Jetstream scaffolding with a specific stack |
|
Install the Laravel Jetstream scaffolding with support for teams |
|
List the available installer commands |
|
Link object files together. |
|
More information: <https://sourceware.org/binutils/docs-2.38/ld.html>. |
|
Link a specific object file with no dependencies into an executable |
|
Link two object files together |
|
Dynamically link an x86_64 program to glibc (file paths change depending on the system) |
|
This command is an alias of `ar`. |
|
View documentation for the original command |
|
This command is an alias of `clang++`. |
|
View documentation for the original command |
|
This command is an alias of `clang`. |
|
View documentation for the original command |
|
This command is an alias of `nm`. |
|
View documentation for the original command |
|
This command is an alias of `objdump`. |
|
View documentation for the original command |
|
This command is an alias of `strings`. |
|
View documentation for the original command |
|
List directory contents. |
|
More information: <https://www.gnu.org/software/coreutils/ls>. |
|
List files one per line |
|
List all files, including hidden files |
|
List all files, with trailing `/` added to directory names |
|
Long format list (permissions, ownership, size, and modification date) of all files |
|
Long format list with size displayed using human-readable units (KiB, MiB, GiB) |
|
Long format list sorted by size (descending) |
|
Long format list of all files, sorted by modification date (oldest first) |
|
This command is an alias of `xz --format=lzma --decompress --stdout`. |
|
More information: <https://manned.org/lzcat>. |
|
View documentation for the original command |
|
This command is an alias of `xz --format=lzma`. |
|
More information: <https://manned.org/lzma>. |
|
View documentation for the original command |
|
Create directories and set their permissions. |
|
More information: <https://www.gnu.org/software/coreutils/mkdir>. |
|
Create specific directories |
|
Create specific directories and their [p]arents if needed |
|
The MongoDB database server. |
|
More information: <https://docs.mongodb.com/manual/reference/program/mongod>. |
|
Specify a config file |
|
Specify the port to listen on (default: 27017) |
|
Specify the database profiling level. 0 is off, 1 is only slow operations, 2 is all (default: 0) |
|
This command is an alias of `musescore`. |
|
More information: <https://musescore.org/handbook/command-line-options>. |
|
View documentation for the original command |
|
Move or rename files and directories. |
|
More information: <https://www.gnu.org/software/coreutils/mv>. |
|
Do not prompt for confirmation before overwriting existing files |
|
Prompt for confirmation before overwriting existing files, regardless of file permissions |
|
Do not overwrite existing files at the target |
|
Move files in verbose mode, showing files after they are moved |
|
This command is an alias of `nm`. |
|
View documentation for the original command |
|
Server-side JavaScript platform (Node.js). |
|
More information: <https://nodejs.org>. |
|
Run a JavaScript file |
|
Start a REPL (interactive shell) |
|
Evaluate JavaScript code by passing it as an argument |
|
Activate inspector, pausing execution until a debugger is connected once source code is fully parsed |
|
JavaScript and Node.js package manager. |
|
Manage Node.js projects and their module dependencies.<https://www.npmjs.com>. |
|
Interactively create a `package.json` file |
|
Download all the packages listed as dependencies in package.json |
|
Download a specific version of a package and add it to the list of dependencies in `package.json` |
|
Download a package and add it to the list of dev dependencies in `package.json` |
|
Download a package and install it globally |
|
Uninstall a package and remove it from the list of dependencies in `package.json` |
|
Print a tree of locally installed dependencies |
|
List top-level globally installed modules |
|
This command is an alias of `netlify`. |
|
More information: <https://cli.netlify.com>. |
|
View documentation for the original command |
|
Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. Pressing `i` in normal mode enters insert mode. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion. See also `vim`, `vimtutor`, `vimdiff`. |
|
More information: <https://neovim.io>. |
|
Open a file |
|
Enter text editing mode (insert mode) |
|
Copy ("yank") or cut ("delete") the current line (paste it with `P`) |
|
Enter normal mode and undo the last operation |
|
Search for a pattern in the file (press `n`/`N` to go to next/previous match) |
|
Perform a regular expression substitution in the whole file |
|
Enter normal mode and save (write) the file, and quit |
|
Quit without saving |
|
Install, uninstall, or switch between Node.js versions under the `fish` shell. |
|
Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.<https://github.com/jorgebucaran/nvm.fish>. |
|
Install a specific version of Node.js |
|
Use a specific version of Node.js in the current shell |
|
List all available Node.js versions and highlight the default one |
|
Uninstall a given Node.js version |
|
Install, uninstall or switch between Node.js versions. |
|
Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.<https://github.com/creationix/nvm>. |
|
Install a specific version of Node.js |
|
Use a specific version of Node.js in the current shell |
|
Set the default Node.js version |
|
List all available Node.js versions and highlight the default one |
|
Uninstall a given Node.js version |
|
Launch the REPL of a specific version of Node.js |
|
Execute a script in a specific version of Node.js |
|
Send ICMP ECHO_REQUEST packets to network hosts. |
|
More information: <https://manned.org/ping>. |
|
Ping host |
|
Ping a host only a specific number of times |
|
Ping host, specifying the interval in seconds between requests (default is 1 second) |
|
Ping host without trying to lookup symbolic names for addresses |
|
Ping host and ring the bell when a packet is received (if your terminal supports it) |
|
Also display a message if no response was received |
|
This command is an alias of `pio project init`. |
|
View documentation for the original command |
|
This command is an alias of `pio debug --interface=gdb`. |
|
View documentation for the original command |
|
Python package manager. Some subcommands such as `pip install` have their own usage documentation. |
|
More information: <https://pip.pypa.io>. |
|
Install a package (see `pip install` for more install examples) |
|
Install a package to the user's directory instead of the system-wide default location |
|
Upgrade a package |
|
Uninstall a package |
|
Save installed packages to file |
|
Install packages from a file |
|
Show installed package info |
|
Python package manager. |
|
More information: <https://pip.pypa.io>. |
|
Install a package |
|
Install a specific version of a package |
|
Upgrade a package |
|
Uninstall a package |
|
Save the list of installed packages to a file |
|
Install packages from a file |
|
Show installed package info |
|
This command is an alias of `pio`. |
|
More information: <https://docs.platformio.org/en/latest/core/userguide/>. |
|
View documentation for the original command |
|
Process manager for Node.js. |
|
Used for log management, monitoring and configuring processes.<https://pm2.keymetrics.io>. |
|
Start a process with a name that can be used for later operations |
|
List processes |
|
Monitor all processes |
|
Stop a process |
|
Restart a process |
|
Dump all processes for resurrecting them later |
|
Resurrect previously dumped processes |
|
Fast, disk space efficient package manager for Node.js. |
|
Manage Node.js projects and their module dependencies.<https://pnpm.io>. |
|
Create a `package.json` file |
|
Download all the packages listed as dependencies in `package.json` |
|
Download a specific version of a package and add it to the list of dependencies in `package.json` |
|
Download a package and add it to the list of [D]ev dependencies in `package.json` |
|
Download a package and install it [g]lobally |
|
Uninstall a package and remove it from the list of dependencies in `package.json` |
|
Print a tree of locally installed modules |
|
List top-level [g]lobally installed modules |
|
Information about running processes. |
|
More information: <https://manned.org/ps>. |
|
List all running processes |
|
List all running processes including the full command string |
|
Search for a process that matches a string |
|
List all processes of the current user in extra full format |
|
List all processes of the current user as a tree |
|
Get the parent PID of a process |
|
Sort processes by memory consumption |
|
This command is an alias of `ptpython`. |
|
View documentation for the original command |
|
Print name of current/working directory. |
|
More information: <https://www.gnu.org/software/coreutils/pwd>. |
|
Print the current directory |
|
Print the current directory, and resolve all symlinks (i.e. show the "physical" path) |
|
Python language interpreter. |
|
More information: <https://www.python.org>. |
|
Start a REPL (interactive shell) |
|
Execute a specific Python file |
|
Execute a specific Python file and start a REPL |
|
Execute a Python expression |
|
This command is an alias of `python`. |
|
View documentation for the original command |
|
This command is an alias of `radare2`. |
|
View documentation for the original command |
|
Various database-related subcommands for Ruby on Rails. |
|
More information: <https://guides.rubyonrails.org/command_line.html>. |
|
Create databases, load the schema, and initialize with seed data |
|
Access the database console |
|
Create the databases defined in the current environment |
|
Destroy the databases defined in the current environment |
|
Run pending migrations |
|
View the status of each migration file |
|
Rollback the last migration |
|
Fill the current database with data defined in `db/seeds.rb` |
|
Destroy Rails resources. |
|
More information: <https://guides.rubyonrails.org/command_line.html#bin-rails-destroy>. |
|
List all available generators to destroy |
|
Destroy a model named Post |
|
Destroy a controller named Posts |
|
Destroy a migration that creates Posts |
|
Destroy a scaffold for a model named Post |
|
Generate new Rails templates in an existing project. |
|
More information: <https://guides.rubyonrails.org/command_line.html#bin-rails-generate>. |
|
List all available generators |
|
Generate a new model named Post with attributes title and body |
|
Generate a new controller named Posts with actions index, show, new and create |
|
Generate a new migration that adds a category attribute to an existing model called Post |
|
Generate a scaffold for a model named Post, predefining the attributes title and body |
|
List routes in a Rails application. |
|
More information: <https://guides.rubyonrails.org/routing.html>. |
|
List all routes |
|
List all routes in an expanded format |
|
List routes partially matching URL helper method name, HTTP verb, or URL path |
|
List routes that map to a specified controller |
|
A server-side MVC framework written in Ruby. Some subcommands such as `rails generate` have their own usage documentation. |
|
More information: <https://guides.rubyonrails.org/command_line.html>. |
|
Create a new rails project |
|
Start local server for current project on port 3000 |
|
Start local server for current project on a specified port |
|
Open console to interact with application from command-line |
|
Check current version of rails |
|
A tool to easily install Ruby versions and manage application environments. |
|
More information: <https://github.com/rbenv/rbenv>. |
|
Install a Ruby version |
|
Display a list of the latest stable versions for each Ruby |
|
Display a list of installed Ruby versions |
|
Use a specific Ruby version across the whole system |
|
Use a specific Ruby version for an application/project directory |
|
Display the currently selected Ruby version |
|
Uninstall a Ruby version |
|
Display all Ruby versions that contain the specified executable |
|
This command is an alias of `rc`. |
|
View documentation for the original command |
|
`ripgrep` is the common name for the command `rg`. |
|
View documentation for the original command |
|
Remove files or directories. See also: `rmdir`. |
|
More information: <https://www.gnu.org/software/coreutils/rm>. |
|
Remove specific files and directories [r]ecursively |
|
Remove specific files [i]nteractively prompting before each removal |
|
Remove specific files printing info about each removal |
|
Behavior-driven development testing framework written in Ruby to test Ruby code. |
|
More information: <https://rspec.info>. |
|
Initialize an .rspec config and a spec helper file |
|
Run all tests |
|
Run multiple test files |
|
Run a specific test in a file (e.g. the test starts on line 83) |
|
Run specs with a specific seed |
|
Transfer files either to or from a remote host (but not between two remote hosts), by default using SSH. To specify a remote path, use `host:path/to/file_or_directory`. |
|
More information: <https://download.samba.org/pub/rsync/rsync.1>. |
|
Lint Ruby files. |
|
More information: <https://docs.rubocop.org/rubocop/usage/basic_usage.html>. |
|
Check all files in the current directory (including subdirectories) |
|
Check one or more specific files or directories |
|
Write output to file |
|
View list of cops (linter rules) |
|
Exclude a cop |
|
Run only specified cops |
|
Auto-correct files (experimental) |
|
Ruby programming language interpreter. See also: `gem`, `bundler`, `rake`, `irb`. |
|
More information: <https://www.ruby-lang.org>. |
|
Execute a Ruby script |
|
Execute a single Ruby command in the command-line |
|
Check for syntax errors on a given Ruby script |
|
Show the version of Ruby you are using |
|
A tool for easily installing, managing, and working with multiple ruby environments. |
|
More information: <https://rvm.io>. |
|
Install one or more space-separated versions of Ruby |
|
Display a list of installed versions |
|
Use a specific version of Ruby |
|
Set the default Ruby version |
|
Upgrade a version of Ruby to a new version |
|
Uninstall a version of Ruby and keep its sources |
|
Remove a version of Ruby and its sources |
|
Show specific dependencies for your OS |
|
Display and control your Android device on a desktop. |
|
More information: <https://github.com/Genymobile/scrcpy>. |
|
Display a mirror of a connected device |
|
Display a mirror of a specific device based on its ID or IP address (find it under the `adb devices` command) |
|
Start display in fullscreen mode |
|
Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation |
|
Show touches on physical device |
|
Record display screen |
|
Set target directory for pushing files to device by drag and drop (non-APK) |
|
Execute commands from a file in the current shell. |
|
More information: <https://manned.org/source>. |
|
Evaluate contents of a given file |
|
Evaluate contents of a given file (alternatively replacing `source` with `.`) |
|
Split a file into pieces. |
|
More information: <https://www.gnu.org/software/coreutils/split>. |
|
Split a file, each split having 10 lines (except the last split) |
|
Split a file into 5 files. File is split such that each split has same size (except the last split) |
|
Split a file with 512 bytes in each split (except the last split; use 512k for kilobytes and 512m for megabytes) |
|
Split a file with at most 512 bytes in each split without breaking lines |
|
Sublime Text editor. |
|
More information: <https://www.sublimetext.com>. |
|
Open a file and jump to a specific line number |
|
Open a file or directory in the currently open window |
|
Open a file or directory in a new window |
|
This command is an alias of `tldr-lint`. |
|
More information: <https://github.com/tldr-pages/tldr-lint>. |
|
View documentation for the original command |
|
This command is an alias of `tlmgr platform`. |
|
More information: <https://www.tug.org/texlive/tlmgr.html>. |
|
View documentation for the original command |
|
A simple, standards-based, cli todo manager. `todoman` is a common name for the command `todo`, but not a command itself. |
|
More information: <https://todoman.readthedocs.io/>. |
|
View documentation for the original command |
|
Create files and set access/modification times. |
|
More information: <https://manned.org/man/freebsd-13.1/touch>. |
|
Create specific files |
|
Transmission is a simple torrent client. |
|
Transmission isn't a command, but a set of commands. See the pages below.<https://transmissionbt.com/>. |
|
Show the tldr page for running Transmission's daemon |
|
This command is an alias of `xz --format=lzma --decompress`. |
|
More information: <https://manned.org/unlzma>. |
|
View documentation for the original command |
|
This command is an alias of `xz --decompress`. |
|
More information: <https://manned.org/unxz>. |
|
View documentation for the original command |
|
This command is an alias of `vim`. |
|
View documentation for the original command |
|
A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. |
|
More information: <https://cli.vuejs.org/guide/prototyping.html>. |
|
Build a `.js` or `.vue` file in production mode with zero config |
|
Legacy project initialization subcommand of the Vue.js framework. |
|
More information: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>. |
|
Create a new project using a template from GitHub |
|
A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. |
|
More information: <https://cli.vuejs.org/guide/prototyping.html>. |
|
Serve a `.js` or `.vue` file in development mode with zero config |
|
Multi-purpose CLI for Vue.js. Some subcommands such as `vue build` have their own usage documentation. |
|
More information: <https://cli.vuejs.org>. |
|
Create a new Vue project interactively |
|
Create a new project with web UI |
|
Official command-line client for Cloudflare's WARP service. |
|
More information: <https://developers.cloudflare.com/warp-client/>. |
|
Register the current device to WARP (must be run before first connection) |
|
Connect to WARP |
|
Disconnect from WARP |
|
Display the WARP connection status |
|
Display help |
|
Display help for a subcommand |
|
Diagnostic and feedback tool for Cloudflare's WARP service. See also: `warp-cli`. |
|
More information: <https://developers.cloudflare.com/warp-client/>. |
|
Generate a zip file with information about the system configuration and the WARP connection |
|
Generate a zip file with debug information including a timestamp to the output filename |
|
Save the output file under a specific directory |
|
Submit a new feedback to Cloudflare's WARP interactively |
|
This command is an alias of `xz --decompress --stdout`. |
|
More information: <https://manned.org/xzcat>. |
|
View documentation for the original command |
|
JavaScript and Node.js package manager alternative. |
|
More information: <https://yarnpkg.com>. |
|
Install a module globally |
|
Install all dependencies referenced in the `package.json` file (the `install` is optional) |
|
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency) |
|
Uninstall a module and remove it from the `package.json` file |
|
Interactively create a `package.json` file |
|
Identify whether a module is a dependency and list other modules that depend upon it |
|
Download videos from YouTube and other websites. |
|
More information: <http://rg3.github.io/youtube-dl/>. |
|
Download a video or playlist |
|
List all formats that a video or playlist is available in |
|
Download a video or playlist at a specific quality |
|
Download the audio from a video and convert it to an MP3 |
|
Download the best quality audio and video and merge them |
|
Download video(s) as MP4 files with custom filenames |
|
Download a particular language's subtitles along with the video |
|
Download a playlist and extract MP3s from it |
|
This command is an alias of `update-alternatives`. |
|
More information: <https://manned.org/alternatives>. |
|
View documentation for the original command |
|
Package management utility for Debian based distributions. Recommended replacement for `apt-get` when used interactively in Ubuntu versions 16.04 and later. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. |
|
More information: <https://manpages.debian.org/latest/apt/apt.8.html>. |
|
Update the list of available packages and versions (it's recommended to run this before other `apt` commands) |
|
Search for a given package |
|
Show information for a package |
|
Install a package, or update it to the latest available version |
|
Remove a package (using `purge` instead also removes its configuration files) |
|
Upgrade all installed packages to their newest available versions |
|
List all packages |
|
List installed packages |
|
This command is an alias of `bat`. |
|
More information: <https://github.com/sharkdp/bat>. |
|
View documentation for the original command |
|
A tiling window manager based on binary space partitioning. |
|
More information: <https://github.com/baskerville/bspwm>. |
|
View documentation for `bspc` |
|
This command is an alias of `gcc`. |
|
More information: <https://gcc.gnu.org>. |
|
View documentation for the original command |
|
Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controlling resource usage by processes. |
|
Cgroups however is not a command, but rather a collection of commands, see the relevant pages below.<https://www.kernel.org/doc/Documentation/cgroup-v2.txt>. |
|
Show the tldr page for `cgclassify` |
|
Create a basic Debian system. |
|
More information: <https://wiki.debian.org/Debootstrap>. |
|
Create a Debian stable release system inside the `debian-root` directory |
|
Create a minimal system including only required packages |
|
Create an Ubuntu 20.04 system inside the `focal-root` directory with a local mirror |
|
Switch to a bootstrapped system |
|
List available releases |
|
Package management utility for RHEL, Fedora, and CentOS (replaces yum). For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. |
|
More information: <https://dnf.readthedocs.io>. |
|
Upgrade installed packages to the newest available versions |
|
Search packages via keywords |
|
Display details about a package |
|
Install a new package (use `-y` to confirm all prompts automatically) |
|
Remove a package |
|
List installed packages |
|
Find which packages provide a given command |
|
Debian package manager. Some subcommands such as `dpkg deb` have their own usage documentation. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. |
|
More information: <https://manpages.debian.org/latest/dpkg/dpkg.html>. |
|
Install a package |
|
Remove a package |
|
List installed packages |
|
List a package's contents |
|
List contents of a local package file |
|
Find out which package owns a file |
|
Halt the system. |
|
More information: <https://www.man7.org/linux/man-pages/man8/halt.8.html>. |
|
Halt the system |
|
Power off the system (same as `poweroff`) |
|
Reboot the system (same as `reboot`) |
|
Halt immediately without contacting the system manager |
|
Write the wtmp shutdown entry without halting the system |
|
This command is an alias of `ip route show`. |
|
View documentation for the original command |
|
This command is an alias of `megatools-dl`. |
|
More information: <https://megatools.megous.com/man/megatools-dl.html>. |
|
View documentation for the original command |
|
Create a btrfs filesystem. Defaults to `raid1`, which specifies 2 copies of a given data block spread across 2 different devices. |
|
More information: <https://btrfs.readthedocs.io/en/latest/mkfs.btrfs.html>. |
|
Create a btrfs filesystem on a single device |
|
Create a btrfs filesystem on multiple devices with raid1 |
|
Set a label for the filesystem |
|
Creates a ROM filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.cramfs>. |
|
Creates an exfat filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.exfat>. |
|
Creates an ext4 filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.ext4>. |
|
Creates an MS-DOS filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.fat>. |
|
Build a Linux filesystem on a hard disk partition. This command is deprecated in favor of filesystem specific mkfs.<type> utils. |
|
More information: <https://manned.org/mkfs>. |
|
Creates a Minix filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.minix>. |
|
Creates a NTFS filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.ntfs>. |
|
Creates an MS-DOS filesystem inside a partition. |
|
More information: <https://manned.org/mkfs.vfat>. |
|
This command is an alias of `cal`. |
|
More information: <https://manned.org/ncal>. |
|
View documentation for the original command |
|
Arch Linux package manager utility. See also: `pacman`. |
|
More information: <https://man.archlinux.org/man/pacman.8>. |
|
List installed packages and versions |
|
List only packages and versions that were explicitly installed |
|
Find which package owns a file |
|
Display information about an installed package |
|
List files owned by a package |
|
List orphan packages (installed as dependencies but not required by any package) |
|
List installed packages not found in the repositories |
|
List outdated packages |
|
Arch Linux package manager utility. See also: `pacman`. |
|
More information: <https://man.archlinux.org/man/pacman.8>. |
|
Remove a package and its dependencies |
|
Remove a package and both its dependencies and configuration files |
|
Remove a package without prompting |
|
Remove orphan packages (installed as dependencies but not required by any package) |
|
Remove a package and all packages that depend on it |
|
List packages that would be affected (does not remove any packages) |
|
Display help for this subcommand |
|
Arch Linux package manager utility. See also: `pacman`. |
|
More information: <https://man.archlinux.org/man/pacman.8>. |
|
Install a new package |
|
Synchronize and update all packages (add `--downloadonly` to download the packages and not update them) |
|
Update all packages and install a new one without prompting |
|
Search the package database for a regular expression or keyword |
|
Display information about a package |
|
Overwrite conflicting files during a package update |
|
Synchronize and update all packages, but ignore a specific package (can be used more than once) |
|
Remove not installed packages and unused repositories from the cache (use two `--clean` flags to clean all packages) |
|
Arch Linux package manager utility. See also: `pacman`. |
|
More information: <https://man.archlinux.org/man/pacman.8>. |
|
Install one or more packages from files |
|
Install a package without prompting |
|
Overwrite conflicting files during a package installation |
|
Install a package, skipping the dependency version checks |
|
List packages that would be affected (does not install any packages) |
|
Display help |
|
Arch Linux package manager utility. See also: `pacman-database`, `pacman-deptest`, `pacman-files`, `pacman-key`, `pacman-mirrors`, `pacman-query`, `pacman-remove`, `pacman-sync`, `pacman-upgrade`. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. |
|
More information: <https://man.archlinux.org/man/pacman.8>. |
|
Synchronize and update all packages |
|
Install a new package |
|
Remove a package and its dependencies |
|
List installed packages and versions |
|
List only the explicitly installed packages and versions |
|
List orphan packages (installed as dependencies but not actually required by any package) |
|
Empty the entire pacman cache |
|
Power off the system. |
|
More information: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>. |
|
Power off the system |
|
Halt the system (same as `halt`) |
|
Reboot the system (same as `reboot`) |
|
Shut down immediately without contacting the system manager |
|
Write the wtmp shutdown entry without shutting down the system |
|
Reboot the system. |
|
More information: <https://manned.org/reboot.8>. |
|
Reboot the system |
|
Power off the system (same as `poweroff`) |
|
Halt the system (same as `halt`) |
|
Write the wtmp shutdown entry without rebooting the system |
|
Alternative to wget written in Rust. |
|
More information: <https://github.com/ksk001100/ruget>. |
|
Download the contents of a URL to a file |
|
Download the contents of a URL to a specified [o]utput file |
|
A simple terminal emulator for the X Window System. |
|
More information: <https://st.suckless.org>. |
|
Open a terminal |
|
Open a terminal with a specific title |
|
Open a terminal, execute a given command, and write the output to a file |
|
This command is an alias of `apport-bug`. |
|
More information: <https://manned.org/ubuntu-bug>. |
|
View documentation for the original command |
|
The XFCE4 terminal emulator. |
|
More information: <https://docs.xfce.org/apps/xfce4-terminal/start>. |
|
Open a new terminal window |
|
Set the initial title |
|
Open a new tab in the current terminal window |
|
Execute a command in a new terminal window |
|
Keep the terminal around after the executed command finishes executing |
|
Open multiple new tabs, executing a command in each |
|
A terminal emulator for the X Window System. |
|
More information: <https://manned.org/xterm>. |
|
Open the terminal with a title of `Example` |
|
Open the terminal in fullscreen mode |
|
Open the terminal with a dark blue background and yellow foreground (font color) |
|
Open the terminal with 100 characters per line and 35 lines, in screen position x=200px, y=20px |
|
Open the terminal using a Serif font and a font size equal to 20 |
|
This command is an alias of `yaa`. |
|
View documentation for the original command |
|
Get and set the brightness level of all internal and certain external displays. |
|
More information: <https://github.com/nriley/brightness>. |
|
Show current brightness |
|
Prevent macOS from sleeping. |
|
More information: <https://ss64.com/osx/caffeinate.html>. |
|
Prevent from sleeping for 1 hour (3600 seconds) |
|
Prevent from sleeping (use `Ctrl + C` to exit) |
|
Prints calendar information. |
|
More information: <https://ss64.com/osx/cal.html>. |
|
Display a calendar for the current month |
|
Display previous, current and next month |
|
Display a calendar for a specific month (1-12 or name) |
|
Display a calendar for the current year |
|
Display a calendar for a specific year (4 digits) |
|
Display a calendar for a specific month and year |
|
Display date of Easter (Western Christian churches) in a given year |
|
Set or display the system date. |
|
More information: <https://ss64.com/osx/date.html>. |
|
Display the current date as a Unix timestamp (seconds since the Unix epoch) |
|
Display a specific date (represented as a Unix timestamp) using the default format |
|
This command is an alias of GNU `[`. |
|
View documentation for the original command |
|
This command is an alias of GNU `awk`. |
|
View documentation for the original command |
|
This command is an alias of GNU `b2sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `base32`. |
|
View documentation for the original command |
|
This command is an alias of GNU `base64`. |
|
View documentation for the original command |
|
This command is an alias of GNU `basename`. |
|
View documentation for the original command |
|
This command is an alias of GNU `basenc`. |
|
View documentation for the original command |
|
This command is an alias of GNU `cat`. |
|
View documentation for the original command |
|
This command is an alias of GNU `chcon`. |
|
View documentation for the original command |
|
This command is an alias of GNU `chgrp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `chmod`. |
|
View documentation for the original command |
|
This command is an alias of GNU `chown`. |
|
View documentation for the original command |
|
This command is an alias of GNU `chroot`. |
|
View documentation for the original command |
|
This command is an alias of GNU `cksum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `comm`. |
|
View documentation for the original command |
|
This command is an alias of GNU `cp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `csplit`. |
|
View documentation for the original command |
|
This command is an alias of GNU `cut`. |
|
View documentation for the original command |
|
This command is an alias of GNU `date`. |
|
View documentation for the original command |
|
This command is an alias of GNU `dd`. |
|
View documentation for the original command |
|
This command is an alias of GNU `df`. |
|
View documentation for the original command |
|
This command is an alias of GNU `dir`. |
|
View documentation for the original command |
|
This command is an alias of GNU `dircolors`. |
|
View documentation for the original command |
|
This command is an alias of GNU `dirname`. |
|
View documentation for the original command |
|
This command is an alias of GNU `dnsdomainname`. |
|
View documentation for the original command |
|
This command is an alias of GNU `echo`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ed`. |
|
View documentation for the original command |
|
This command is an alias of GNU `egrep`. |
|
View documentation for the original command |
|
This command is an alias of GNU `env`. |
|
View documentation for the original command |
|
This command is an alias of GNU `expand`. |
|
View documentation for the original command |
|
This command is an alias of GNU `expr`. |
|
View documentation for the original command |
|
This command is an alias of GNU `factor`. |
|
View documentation for the original command |
|
This command is an alias of GNU `false`. |
|
View documentation for the original command |
|
This command is an alias of GNU `fgrep`. |
|
View documentation for the original command |
|
This command is an alias of GNU `find`. |
|
View documentation for the original command |
|
This command is an alias of GNU `fmt`. |
|
View documentation for the original command |
|
This command is an alias of GNU `fold`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ftp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `grep`. |
|
View documentation for the original command |
|
This command is an alias of GNU `groups`. |
|
View documentation for the original command |
|
This command is an alias of GNU `head`. |
|
View documentation for the original command |
|
This command is an alias of GNU `hostid`. |
|
View documentation for the original command |
|
This command is an alias of GNU `hostname`. |
|
View documentation for the original command |
|
This command is an alias of GNU `id`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ifconfig`. |
|
View documentation for the original command |
|
This command is an alias of GNU `indent`. |
|
View documentation for the original command |
|
This command is an alias of GNU `install`. |
|
View documentation for the original command |
|
This command is an alias of GNU `join`. |
|
View documentation for the original command |
|
This command is an alias of GNU `kill`. |
|
View documentation for the original command |
|
This command is an alias of GNU `libtool`. |
|
View documentation for the original command |
|
This command is an alias of GNU `libtoolize`. |
|
View documentation for the original command |
|
This command is an alias of GNU `link`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ln`. |
|
View documentation for the original command |
|
This command is an alias of GNU `locate`. |
|
View documentation for the original command |
|
This command is an alias of GNU `logger`. |
|
View documentation for the original command |
|
This command is an alias of GNU `logname`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ls`. |
|
View documentation for the original command |
|
This command is an alias of GNU `make`. |
|
View documentation for the original command |
|
This command is an alias of GNU `md5sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `mkdir`. |
|
View documentation for the original command |
|
This command is an alias of GNU `mkfifo`. |
|
View documentation for the original command |
|
This command is an alias of GNU `mknod`. |
|
View documentation for the original command |
|
This command is an alias of GNU `mktemp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `mv`. |
|
View documentation for the original command |
|
This command is an alias of GNU `nice`. |
|
View documentation for the original command |
|
This command is an alias of GNU `nl`. |
|
View documentation for the original command |
|
This command is an alias of GNU `nohup`. |
|
View documentation for the original command |
|
This command is an alias of GNU `nproc`. |
|
View documentation for the original command |
|
This command is an alias of GNU `numfmt`. |
|
View documentation for the original command |
|
This command is an alias of GNU `od`. |
|
View documentation for the original command |
|
This command is an alias of GNU `paste`. |
|
View documentation for the original command |
|
This command is an alias of GNU `pathchk`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ping`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ping6`. |
|
View documentation for the original command |
|
This command is an alias of GNU `pinky`. |
|
View documentation for the original command |
|
This command is an alias of GNU `pr`. |
|
View documentation for the original command |
|
This command is an alias of GNU `printenv`. |
|
View documentation for the original command |
|
This command is an alias of GNU `printf`. |
|
View documentation for the original command |
|
This command is an alias of GNU `ptx`. |
|
View documentation for the original command |
|
This command is an alias of GNU `pwd`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rcp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `readlink`. |
|
View documentation for the original command |
|
This command is an alias of GNU `realpath`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rexec`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rlogin`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rm`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rmdir`. |
|
View documentation for the original command |
|
This command is an alias of GNU `rsh`. |
|
View documentation for the original command |
|
This command is an alias of GNU `runcon`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sed`. |
|
View documentation for the original command |
|
This command is an alias of GNU `seq`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sha1sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sha224sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sha256sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sha384sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sha512sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `shred`. |
|
View documentation for the original command |
|
This command is an alias of GNU `shuf`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sleep`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sort`. |
|
View documentation for the original command |
|
This command is an alias of GNU `split`. |
|
View documentation for the original command |
|
This command is an alias of GNU `stat`. |
|
View documentation for the original command |
|
This command is an alias of GNU `stdbuf`. |
|
View documentation for the original command |
|
This command is an alias of GNU `stty`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sum`. |
|
View documentation for the original command |
|
This command is an alias of GNU `sync`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tac`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tail`. |
|
View documentation for the original command |
|
This command is an alias of GNU `talk`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tar`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tee`. |
|
View documentation for the original command |
|
This command is an alias of GNU `telnet`. |
|
View documentation for the original command |
|
This command is an alias of GNU `test`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tftp`. |
|
View documentation for the original command |
|
This command is an alias of GNU `time`. |
|
View documentation for the original command |
|
This command is an alias of GNU `timeout`. |
|
View documentation for the original command |
|
This command is an alias of GNU `touch`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tr`. |
|
View documentation for the original command |
|
This command is an alias of GNU `traceroute`. |
|
View documentation for the original command |
|
This command is an alias of GNU `true`. |
|
View documentation for the original command |
|
This command is an alias of GNU `truncate`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tsort`. |
|
View documentation for the original command |
|
This command is an alias of GNU `tty`. |
|
View documentation for the original command |
|
This command is an alias of GNU `uname`. |
|
View documentation for the original command |
|
This command is an alias of GNU `unexpand`. |
|
View documentation for the original command |
|
This command is an alias of GNU `uniq`. |
|
View documentation for the original command |
|
This command is an alias of GNU `units`. |
|
View documentation for the original command |
|
This command is an alias of GNU `unlink`. |
|
View documentation for the original command |
|
This command is an alias of GNU `updatedb`. |
|
View documentation for the original command |
|
This command is an alias of GNU `uptime`. |
|
View documentation for the original command |
|
This command is an alias of GNU `users`. |
|
View documentation for the original command |
|
This command is an alias of GNU `vdir`. |
|
View documentation for the original command |
|
This command is an alias of GNU `wc`. |
|
View documentation for the original command |
|
This command is an alias of GNU `which`. |
|
View documentation for the original command |
|
This command is an alias of GNU `who`. |
|
View documentation for the original command |
|
This command is an alias of GNU `whoami`. |
|
View documentation for the original command |
|
This command is an alias of GNU `whois`. |
|
View documentation for the original command |
|
This command is an alias of GNU `xargs`. |
|
View documentation for the original command |
|
This command is an alias of GNU `yes`. |
|
View documentation for the original command |
|
This manages processes, both for the system and users. |
|
You cannot invoke launchd manually, use launchctl to interact with it.<https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>. |
|
View documentation for interacting with launchd using launchctl |
|
Opens files, directories and applications. |
|
More information: <https://ss64.com/osx/open.html>. |
|
Run a graphical macOS [a]pplication |
|
Run a graphical macOS app based on the [b]undle identifier (refer to `osascript` for an easy way to get this) |
|
Open the current directory in Finder |
|
[R]eveal a file in Finder |
|
Run AppleScript or JavaScript for Automation (JXA). |
|
More information: <https://ss64.com/osx/osascript.html>. |
|
Run an AppleScript command |
|
Run multiple AppleScript commands |
|
Run a compiled (`*.scpt`), bundled (`*.scptd`), or plaintext (`*.applescript`) AppleScript file |
|
Get the bundle identifier of an application (useful for `open -b`) |
|
Run a JavaScript command |
|
Run a JavaScript file |
|
Copy data from `stdin` to the clipboard. |
|
Comparable to pressing Cmd + C on the keyboard.<https://ss64.com/osx/pbcopy.html>. |
|
Place the contents of a specific file in the clipboard |
|
Place the results of a specific command in the clipboard |
|
Send the contents of the clipboard to `stdout`. |
|
Comparable to pressing Cmd + V on the keyboard.<https://ss64.com/osx/pbpaste.html>. |
|
Write the contents of the clipboard to a file |
|
Use the contents of the clipboard as input to a command |
|
Generate random permutations. |
|
More information: <https://www.unix.com/man-page/linux/1/shuf/>. |
|
Randomize the order of lines in a file and output the result |
|
Display the current working directory or move to a different directory. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>. |
|
Go to a specific directory in the same drive |
|
Display the path of the current directory |
|
Go up to the parent of the current directory |
|
Check file system and volume metadata for errors. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/chkdsk>. |
|
Specify the drive letter (followed by a colon), mount point, or volume name to check |
|
Fix errors on a specific volume |
|
Dismount a specific volume before checking |
|
Change the log file size to the specified size (only for NTFS) |
|
Install one or more packages with Chocolatey. |
|
More information: <https://chocolatey.org/docs/commands-install>. |
|
Install a specific version of a package |
|
Allow installing multiple versions of a package |
|
Confirm all prompts automatically |
|
Specify a custom source to receive packages from |
|
Provide a username and password for authentication |
|
This command is an alias of `chromium`. |
|
More information: <https://chrome.google.com>. |
|
View documentation for the original command |
|
This command is an alias of `choco install`. |
|
More information: <https://docs.chocolatey.org/en-us/choco/commands/install>. |
|
View documentation for the original command |
|
This command is an alias of `choco list`. |
|
More information: <https://docs.chocolatey.org/en-us/choco/commands/list>. |
|
View documentation for the original command |
|
Clears the screen. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>. |
|
Clear the screen |
|
This command is an alias of `choco push`. |
|
More information: <https://docs.chocolatey.org/en-us/create/commands/push>. |
|
See documentation for the original command |
|
This command is an alias of `choco uninstall`. |
|
More information: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>. |
|
View documentation for the original command |
|
In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `curl` program ( |
|
undefined<https://curl.se>) is not properly installed. |
|
Check whether `curl` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest` |
|
View documentation for the original `curl` command |
|
View documentation for the original `curl` command in older versions of `tldr` command-line client |
|
View documentation for PowerShell's `Invoke-WebRequest` command |
|
List directory contents. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>. |
|
Show the contents of the current directory |
|
Show the contents of a given directory |
|
Show the contents of the current directory, including hidden ones |
|
Show the contents of a given directory, including hidden ones |
|
The Windows File Explorer. |
|
More information: <https://ss64.com/nt/explorer.html>. |
|
Open Windows Explorer |
|
Open Windows Explorer in the current directory |
|
Open Windows Explorer in a specific directory |
|
Find a specified string in one or more files. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>. |
|
Performs a HTTP/HTTPS request to the Web. |
|
This command can only be used through PowerShell.<https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>. |
|
Download the contents of a URL to a file |
|
Send form-encoded data (POST request of type `application/x-www-form-urlencoded`) |
|
Send a request with an extra header, using a custom HTTP method |
|
Pass a username and password for server authentication |
|
Display and manage the network configuration of Windows. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/ipconfig>. |
|
Show a list of network adapters |
|
Show a detailed list of network adapters |
|
Renew the IP addresses for a network adapter |
|
Free up the IP addresses for a network adapter |
|
Remove all data from the local DNS cache |
|
This command is an alias of `Invoke-WebRequest` in PowerShell. |
|
View documentation for the original command |
|
Install, update, repair, or uninstall Windows programs using MSI and MSP package files. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/msiexec>. |
|
Install a MSP patch file |
|
Uninstall a program or patch using their respective MSI or MSP file |
|
Print a text file to a printer. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>. |
|
Print a text file to the default printer |
|
Print a text file to a specific printer |
|
This command is an alias of `Where-Object`. |
|
More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>. |
|
View documentation for the original command |
|
This command is an alias of `rmdir`. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>. |
|
View documentation for the original command |
|
Manage buckets: Git repositories containing files which describe how scoop installs applications. |
|
If Scoop doesn't know where the bucket is located its repository location must be specified.<https://github.com/lukesampson/scoop/wiki/Buckets>. |
|
List all buckets currently in use |
|
List all known buckets |
|
Add a known bucket by its name |
|
Add an unknown bucket by its name and Git repository URL |
|
Remove a bucket by its name |
|
The Scoop package manager. |
|
More information: <https://scoop.sh>. |
|
Install a package |
|
Remove a package |
|
List installed packages |
|
Display information about a package |
|
Search for a package |
|
This command is an alias of `Select-String`. |
|
More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>. |
|
View documentation for the original command |
|
Display a graphical tree of the directory structure for a path. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/tree>. |
|
Display the tree for the current directory |
|
Display the tree for a specific directory |
|
Display the tree for a directory including files |
|
Display the tree using ASCII characters instead of extended characters |
|
Display the current Windows or MS-DOS version number. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/ver>. |
|
Display the current version number |
|
In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `wget` program ( |
|
undefined<https://www.gnu.org/software/wget>) is not properly installed. |
|
Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest` |
|
View documentation for the original `wget` command |
|
View documentation for the original `wget` command in older versions of `tldr` command-line client |
|
View documentation for PowerShell's `Invoke-WebRequest` command |
|
Display details about the current user. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/whoami>. |
|
Display the username of the current user |
|
Display the groups that the current user is a member of |
|
Display the privileges of the current user |
|
Display the user principal name (UPN) of the current user |
|
Display the logon ID of the current user |
|
Windows Package Manager. |
|
More information: <https://learn.microsoft.com/windows/package-manager/winget>. |
|
Install a package |
|
Display information about a package |
|
Search for a package |
|
Remove a package (Note: `remove` can also be used instead of `uninstall`) |
|
Copy files and directory trees. |
|
More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/xcopy>. |
|
Copy the file(s) to the specified destination |
|
List files that will be copied before copying |
|
Copy the directory structure only, excluding files |
|
Include empty directories when copying |
|
Keep the source ACL in the destination |
|
Allow resuming when network connection is lost |
|
Disable the prompt when the file exists in the destination |
|
Display detailed usage information |
|
|
|
|