1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 07:46:02 +02:00

multiple pages: update the web link descriptions

This commit is contained in:
pxgamer 2019-05-23 11:56:50 +01:00 committed by Starbeamrainbowlabs
parent 39dc2a1f47
commit f2b1446e62
50 changed files with 50 additions and 50 deletions

View file

@ -1,7 +1,7 @@
# pyflakes # pyflakes
> Checks Python source code files for errors. > Checks Python source code files for errors.
> Homepage: <https://pypi.org/project/pyflakes>. > More information: <https://pypi.org/project/pyflakes>.
- Check a single Python file: - Check a single Python file:

View file

@ -1,7 +1,7 @@
# python # python
> Python language interpreter. > Python language interpreter.
> Homepage: <https://www.python.org>. > More information: <https://www.python.org>.
- Call a Python interactive shell (REPL): - Call a Python interactive shell (REPL):

View file

@ -1,7 +1,7 @@
# q # q
> Execute SQL-like queries on .csv and .tsv files. > Execute SQL-like queries on .csv and .tsv files.
> Homepage: <https://harelba.github.io/q>. > More information: <https://harelba.github.io/q>.
- Query .csv file by specifying the delimiter as ',': - Query .csv file by specifying the delimiter as ',':

View file

@ -1,7 +1,7 @@
# qpdf # qpdf
> Versatile PDF transformation software. > Versatile PDF transformation software.
> Homepage: <https://github.com/qpdf/qpdf>. > More information: <https://github.com/qpdf/qpdf>.
- Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: - Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one:

View file

@ -1,7 +1,7 @@
# r # r
> R language interpreter. > R language interpreter.
> Homepage: <https://www.r-project.org>. > More information: <https://www.r-project.org>.
- Start an R interactive shell (REPL): - Start an R interactive shell (REPL):

View file

@ -2,7 +2,7 @@
> Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. > Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management.
> Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion. > Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion.
> Homepage: <https://github.com/orakaro/rainbowstream>. > More information: <https://github.com/orakaro/rainbowstream>.
- Open rainbowstream: - Open rainbowstream:

View file

@ -1,7 +1,7 @@
# rbenv # rbenv
> A tool to easily install Ruby versions and manage application environments. > A tool to easily install Ruby versions and manage application environments.
> Homepage: <https://github.com/rbenv/rbenv>. > More information: <https://github.com/rbenv/rbenv>.
- Install one or more space-separated versions of Ruby: - Install one or more space-separated versions of Ruby:

View file

@ -1,7 +1,7 @@
# rclone # rclone
> CLI program to copy/sync/move files and directories to and from many cloud services. > CLI program to copy/sync/move files and directories to and from many cloud services.
> Homepage: <https://rclone.org>. > More information: <https://rclone.org>.
- List contents of a directory on an rclone remote: - List contents of a directory on an rclone remote:

View file

@ -1,7 +1,7 @@
# rdfind # rdfind
> Find files with duplicate content and get rid of them. > Find files with duplicate content and get rid of them.
> Homepage: <https://rdfind.pauldreik.se>. > More information: <https://rdfind.pauldreik.se>.
- Identify all duplicates in a given directory and output a summary: - Identify all duplicates in a given directory and output a summary:

View file

@ -1,7 +1,7 @@
# redis-cli # redis-cli
> Opens a connection to a Redis server. > Opens a connection to a Redis server.
> Homepage: <https://redis.io/topics/rediscli>. > More information: <https://redis.io/topics/rediscli>.
- Connect to the local server: - Connect to the local server:

View file

@ -1,7 +1,7 @@
# redshift # redshift
> Adjust the color temperature of your screen according to your surroundings. > Adjust the color temperature of your screen according to your surroundings.
> Homepage: <https://jonls.dk/redshift>. > More information: <https://jonls.dk/redshift>.
- Turn on Redshift with 5700K temperature during day and 3600K at night: - Turn on Redshift with 5700K temperature during day and 3600K at night:

View file

@ -1,7 +1,7 @@
# restic # restic
> Fast, secure, efficient backup program. > Fast, secure, efficient backup program.
> Homepage: <https://restic.net>. > More information: <https://restic.net>.
- Initialize a backup repository in the specified local directory: - Initialize a backup repository in the specified local directory:

View file

@ -1,7 +1,7 @@
# ripgrep # ripgrep
> A fast command-line search tool. > A fast command-line search tool.
> Homepage: <https://github.com/BurntSushi/ripgrep>. > More information: <https://github.com/BurntSushi/ripgrep>.
- Recursively search the current directory for a regex pattern: - Recursively search the current directory for a regex pattern:

View file

@ -1,7 +1,7 @@
# rsstail # rsstail
> `tail` for RSS feeds. > `tail` for RSS feeds.
> Homepage: <https://github.com/gvalkov/rsstail.py>. > More information: <https://github.com/gvalkov/rsstail.py>.
- Show the feed of a given url and wait for new entries appearing at the bottom: - Show the feed of a given url and wait for new entries appearing at the bottom:

View file

@ -2,7 +2,7 @@
> Reddit Terminal Viewer. > Reddit Terminal Viewer.
> Use arrow keys to navigate. Right and Left to view and return from a submission, respectively. > Use arrow keys to navigate. Right and Left to view and return from a submission, respectively.
> Homepage: <https://github.com/michael-lazar/rtv>. > More information: <https://github.com/michael-lazar/rtv>.
- Open the front page: - Open the front page:

View file

@ -1,7 +1,7 @@
# ruby # ruby
> Ruby programming language interpreter. > Ruby programming language interpreter.
> Homepage: <https://www.ruby-lang.org>. > More information: <https://www.ruby-lang.org>.
- Open an Interactive Ruby Shell (REPL): - Open an Interactive Ruby Shell (REPL):

View file

@ -2,7 +2,7 @@
> The Rust compiler. > The Rust compiler.
> Processes, compiles and links Rust language source files. > Processes, compiles and links Rust language source files.
> Homepage: <https://doc.rust-lang.org/rustc>. > More information: <https://doc.rust-lang.org/rustc>.
- Compile a single file: - Compile a single file:

View file

@ -1,7 +1,7 @@
# rustfmt # rustfmt
> Tool for formatting Rust source code. > Tool for formatting Rust source code.
> Homepage: <https://github.com/rust-lang/rustfmt>. > More information: <https://github.com/rust-lang/rustfmt>.
- Format a file, overwriting the original file in-place: - Format a file, overwriting the original file in-place:

View file

@ -2,7 +2,7 @@
> Rust toolchain installer. > Rust toolchain installer.
> Install, manage, and update Rust toolchains. > Install, manage, and update Rust toolchains.
> Homepage: <https://github.com/rust-lang/rustup.rs>. > More information: <https://github.com/rust-lang/rustup.rs>.
- Install the nightly toolchain for your system: - Install the nightly toolchain for your system:

View file

@ -1,7 +1,7 @@
# rvm # rvm
> A tool for easily installing, managing, and working with multiple ruby environments. > A tool for easily installing, managing, and working with multiple ruby environments.
> Homepage: <https://rvm.io>. > More information: <https://rvm.io>.
- Install one or more space-separated versions of Ruby: - Install one or more space-separated versions of Ruby:

View file

@ -1,7 +1,7 @@
# sails # sails
> Sails.js is a realtime enterprise level MVC framework built on top of Node.js. > Sails.js is a realtime enterprise level MVC framework built on top of Node.js.
> Homepage: <https://sailsjs.com>. > More information: <https://sailsjs.com>.
- Start Sails: - Start Sails:

View file

@ -1,7 +1,7 @@
# salt-call # salt-call
> Invoke salt locally on a salt minion. > Invoke salt locally on a salt minion.
> Homepage: <https://docs.saltstack.com/ref/cli/salt-call.html>. > More information: <https://docs.saltstack.com/ref/cli/salt-call.html>.
- Perform a highstate on this minion: - Perform a highstate on this minion:

View file

@ -2,7 +2,7 @@
> Manages salt minion keys on the salt master. > Manages salt minion keys on the salt master.
> Needs to be run on the salt master, likely as root or with sudo. > Needs to be run on the salt master, likely as root or with sudo.
> Homepage: <https://docs.saltstack.com/ref/cli/salt-key.html>. > More information: <https://docs.saltstack.com/ref/cli/salt-key.html>.
- List all accepted, unaccepted and rejected minion keys: - List all accepted, unaccepted and rejected minion keys:

View file

@ -1,7 +1,7 @@
# salt-run # salt-run
> Frontend for executing salt-runners on minions. > Frontend for executing salt-runners on minions.
> Homepage: <https://docs.saltstack.com/ref/cli/salt-run.html>. > More information: <https://docs.saltstack.com/ref/cli/salt-run.html>.
- Show status of all minions: - Show status of all minions:

View file

@ -1,7 +1,7 @@
# salt # salt
> Execute commands and assert state on remote salt minions. > Execute commands and assert state on remote salt minions.
> Homepage: <https://docs.saltstack.com/ref/cli/salt.html>. > More information: <https://docs.saltstack.com/ref/cli/salt.html>.
- List connected minions: - List connected minions:

View file

@ -1,7 +1,7 @@
# sass # sass
> Converts SCSS or Sass files to CSS. > Converts SCSS or Sass files to CSS.
> Homepage: <https://sass-lang.com/documentation/cli/dart-sass>. > More information: <https://sass-lang.com/documentation/cli/dart-sass>.
- Convert a SCSS or Sass file to CSS and print out the result: - Convert a SCSS or Sass file to CSS and print out the result:

View file

@ -1,7 +1,7 @@
# satis # satis
> The command-line utility for the Satis static Composer repository. > The command-line utility for the Satis static Composer repository.
> Homepage: <https://github.com/composer/satis>. > More information: <https://github.com/composer/satis>.
- Initialise a Satis configuration: - Initialise a Satis configuration:

View file

@ -2,7 +2,7 @@
> A curses based, vim-like spreadsheet calculator. > A curses based, vim-like spreadsheet calculator.
> Use hjkl or arrow keys to navigate. > Use hjkl or arrow keys to navigate.
> Homepage: <https://github.com/andmarti1424/sc-im>. > More information: <https://github.com/andmarti1424/sc-im>.
- Start SC-IM: - Start SC-IM:

View file

@ -1,7 +1,7 @@
# scala # scala
> Scala application launcher and interactive interpreter. > Scala application launcher and interactive interpreter.
> Homepage: <https://scala-lang.org>. > More information: <https://scala-lang.org>.
- Start a Scala interactive shell (REPL): - Start a Scala interactive shell (REPL):

View file

@ -1,7 +1,7 @@
# scheme # scheme
> MIT Scheme language interperter and REPL (interactive shell). > MIT Scheme language interperter and REPL (interactive shell).
> Homepage: <https://www.gnu.org/software/mit-scheme>. > More information: <https://www.gnu.org/software/mit-scheme>.
- Open an interactive shell (REPL): - Open an interactive shell (REPL):

View file

@ -1,7 +1,7 @@
# scrapy # scrapy
> Web-crawling framework. > Web-crawling framework.
> Homepage: <https://scrapy.org>. > More information: <https://scrapy.org>.
- Create a project: - Create a project:

View file

@ -1,7 +1,7 @@
# screenfetch # screenfetch
> Display system information. > Display system information.
> Homepage: <https://github.com/KittyKatt/screenFetch>. > More information: <https://github.com/KittyKatt/screenFetch>.
- Start screenfetch: - Start screenfetch:

View file

@ -2,7 +2,7 @@
> Tool for managing parallel versions of multiple Software Development Kits. > Tool for managing parallel versions of multiple Software Development Kits.
> Supports Java, Groovy, Scala, Kotlin, Gradle, Maven, Vert.x and many others. > Supports Java, Groovy, Scala, Kotlin, Gradle, Maven, Vert.x and many others.
> Homepage: <https://developer.android.com/studio/command-line/sdkmanager>. > More information: <https://developer.android.com/studio/command-line/sdkmanager>.
- Install a specific version of Gradle: - Install a specific version of Gradle:

View file

@ -1,7 +1,7 @@
# shards # shards
> Dependency management tool for the Crystal language. > Dependency management tool for the Crystal language.
> Homepage: <https://crystal-lang.org/reference/the_shards_command>. > More information: <https://crystal-lang.org/reference/the_shards_command>.
- Create a skeleton shard.yml file: - Create a skeleton shard.yml file:

View file

@ -1,7 +1,7 @@
# skicka # skicka
> Manage your Google Drive. > Manage your Google Drive.
> Homepage: <https://github.com/google/skicka>. > More information: <https://github.com/google/skicka>.
- Upload a file/folder to Google Drive: - Upload a file/folder to Google Drive:

View file

@ -1,7 +1,7 @@
# sl # sl
> Steam locomotive running through your terminal. > Steam locomotive running through your terminal.
> Homepage: <https://github.com/mtoyoda/sl>. > More information: <https://github.com/mtoyoda/sl>.
- Let a steam locomotive run through your terminal: - Let a steam locomotive run through your terminal:

View file

@ -1,7 +1,7 @@
# slackcat # slackcat
> Utility for passing files and command output to Slack. > Utility for passing files and command output to Slack.
> Homepage: <https://github.com/bcicen/slackcat>. > More information: <https://github.com/bcicen/slackcat>.
- Post a file to Slack: - Post a file to Slack:

View file

@ -2,7 +2,7 @@
> Sound eXchange: play, record and convert audio files. > Sound eXchange: play, record and convert audio files.
> Audio formats are identified by the extension. > Audio formats are identified by the extension.
> Homepage: <http://sox.sourceforge.net>. > More information: <http://sox.sourceforge.net>.
- Merge two audio files into one: - Merge two audio files into one:

View file

@ -1,7 +1,7 @@
# speedtest-cli # speedtest-cli
> Command line interface for testing internet bandwidth using speedtest.net. > Command line interface for testing internet bandwidth using speedtest.net.
> Homepage: <https://github.com/sivel/speedtest-cli>. > More information: <https://github.com/sivel/speedtest-cli>.
- Run a speed test: - Run a speed test:

View file

@ -1,7 +1,7 @@
# spike # spike
> A fully featured static website generator written in JavaScript. > A fully featured static website generator written in JavaScript.
> Homepage: <https://spike.js.org>. > More information: <https://spike.js.org>.
- Create a new project using the default template: - Create a new project using the default template:

View file

@ -1,7 +1,7 @@
# sqlite3 # sqlite3
> The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine. > The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine.
> Homepage: <https://sqlite.org>. > More information: <https://sqlite.org>.
- Start an interactive shell with a new database: - Start an interactive shell with a new database:

View file

@ -1,7 +1,7 @@
# sqlmap # sqlmap
> Detect and exploit SQL injection flaws. > Detect and exploit SQL injection flaws.
> Homepage: <https://sqlmap.org>. > More information: <https://sqlmap.org>.
- Run sqlmap against a single target URL: - Run sqlmap against a single target URL:

View file

@ -1,7 +1,7 @@
# sqsc # sqsc
> A command line AWS Simple Queue Service client. > A command line AWS Simple Queue Service client.
> Homepage: <https://github.com/yongfei25/sqsc>. > More information: <https://github.com/yongfei25/sqsc>.
- List all queues: - List all queues:

View file

@ -1,7 +1,7 @@
# sshfs # sshfs
> Filesystem client based on ssh. > Filesystem client based on ssh.
> Homepage: <https://github.com/libfuse/sshfs>. > More information: <https://github.com/libfuse/sshfs>.
- Mount remote directory: - Mount remote directory:

View file

@ -1,7 +1,7 @@
# st-flash # st-flash
> Flash binary files to STM32 ARM Cortex microcontrollers. > Flash binary files to STM32 ARM Cortex microcontrollers.
> Homepage: <https://github.com/texane/stlink>. > More information: <https://github.com/texane/stlink>.
- Read 4096 bytes from the device starting from 0x8000000: - Read 4096 bytes from the device starting from 0x8000000:

View file

@ -1,7 +1,7 @@
# st-info # st-info
> Provides information about connected STLink and STM32 devices. > Provides information about connected STLink and STM32 devices.
> Homepage: <https://github.com/texane/stlink>. > More information: <https://github.com/texane/stlink>.
- Display amount of program memory available: - Display amount of program memory available:

View file

@ -1,7 +1,7 @@
# stack # stack
> Tool for managing Haskell projects. > Tool for managing Haskell projects.
> Homepage: <https://github.com/commercialhaskell/stack>. > More information: <https://github.com/commercialhaskell/stack>.
- Create a new project: - Create a new project:

View file

@ -1,7 +1,7 @@
# standard # standard
> The JavaScript Standard Style tool for linting and fixing JavaScript code. > The JavaScript Standard Style tool for linting and fixing JavaScript code.
> Homepage: <https://standardjs.com>. > More information: <https://standardjs.com>.
- Lint all JavaScript source files in the current directory: - Lint all JavaScript source files in the current directory:

View file

@ -1,7 +1,7 @@
# Stolon # Stolon
> A cloud native PostgreSQL manager for PostgreSQL high availability. > A cloud native PostgreSQL manager for PostgreSQL high availability.
> Homepage: <https://github.com/sorintlab/stolon>. > More information: <https://github.com/sorintlab/stolon>.
- Get cluster status: - Get cluster status:

View file

@ -2,7 +2,7 @@
> Symlink manager. > Symlink manager.
> Often used to manage dotfiles. > Often used to manage dotfiles.
> Homepage: <https://www.gnu.org/software/stow>. > More information: <https://www.gnu.org/software/stow>.
- Symlink all files recursively to a given directory: - Symlink all files recursively to a given directory: