mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:13:46 +02:00
linux/*: reduce usage of "command-line" (#16946)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
d1fa35edf6
commit
16b161ccf8
11 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# cloud-init
|
||||
|
||||
> Command line tool for managing cloud instance initialization.
|
||||
> Manage cloud instance initialization.
|
||||
> More information: <https://cloudinit.readthedocs.io/en/latest/reference/cli.html>.
|
||||
|
||||
- Display the status of the most recent cloud-init run:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# http-prompt
|
||||
|
||||
> An interactive command-line HTTP client featuring autocomplete and syntax highlighting.
|
||||
> An interactive HTTP client featuring autocomplete and syntax highlighting.
|
||||
> More information: <https://github.com/httpie/http-prompt>.
|
||||
|
||||
- Launch a session targeting the default URL of <http://localhost:8000> or the previous session:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# imgp
|
||||
|
||||
> Command-line image resizer and rotator for JPEG and PNG images.
|
||||
> Resize and rotate JPEG and PNG images.
|
||||
> More information: <https://github.com/jarun/imgp>.
|
||||
|
||||
- Convert single images and/or whole directories containing valid image formats:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# kscreen-console
|
||||
|
||||
> Command-line tool to query KScreen's status.
|
||||
> Query KScreen's status.
|
||||
> More information: <https://manned.org/kscreen-console>.
|
||||
|
||||
- Show all outputs and configuration files to attach to a bug report:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# macchanger
|
||||
|
||||
> Command-line utility for manipulating network interface MAC addresses.
|
||||
> Manipulate network interface MAC addresses.
|
||||
> More information: <https://manned.org/macchanger>.
|
||||
|
||||
- View the current and permanent MAC addresses of a interface:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# pkcon
|
||||
|
||||
> Command line client for PackageKit console program used by Discover and Gnome software and alternative to 'apt'.
|
||||
> PackageKit client used by Discover and Gnome software and alternative to `apt`.
|
||||
> More information: <https://manned.org/pkcon>.
|
||||
|
||||
- Install a package:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# rspamc
|
||||
|
||||
> Command-line client for rspamd servers.
|
||||
> Client for `rspamd` servers.
|
||||
> More information: <https://manned.org/rspamc>.
|
||||
|
||||
- Train the bayesian filter to recognise an email as spam:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# uvcdynctrl
|
||||
|
||||
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
|
||||
> Manage dynamic controls in uvcvideo.
|
||||
> More information: <https://manned.org/uvcdynctrl>.
|
||||
|
||||
- List all available cameras:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# xdg-desktop-menu
|
||||
|
||||
> Command-line tool for installing or uninstalling desktop menu items.
|
||||
> Install or uninstall desktop menu items.
|
||||
> More information: <https://manned.org/xdg-desktop-menu>.
|
||||
|
||||
- Install an application to the desktop menu system:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# xdotool
|
||||
|
||||
> Command-line automation for X11.
|
||||
> Automate X11 actions.
|
||||
> More information: <https://manned.org/xdotool>.
|
||||
|
||||
- Retrieve the X-Windows window ID of the running Firefox window(s):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# xsetwacom
|
||||
|
||||
> Command-line tool to change settings for Wacom pen tablets at runtime.
|
||||
> Change settings for Wacom pen tablets at runtime.
|
||||
> More information: <https://manned.org/xsetwacom>.
|
||||
|
||||
- List all the available Wacom devices. The device name is in the first column:
|
||||
|
|
Loading…
Add table
Reference in a new issue