mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
multiple pages: update the web link descriptions
This commit is contained in:
parent
39dc2a1f47
commit
f2b1446e62
50 changed files with 50 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
|||
# pyflakes
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# python
|
||||
|
||||
> Python language interpreter.
|
||||
> Homepage: <https://www.python.org>.
|
||||
> More information: <https://www.python.org>.
|
||||
|
||||
- Call a Python interactive shell (REPL):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# q
|
||||
|
||||
> 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 ',':
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# qpdf
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# r
|
||||
|
||||
> R language interpreter.
|
||||
> Homepage: <https://www.r-project.org>.
|
||||
> More information: <https://www.r-project.org>.
|
||||
|
||||
- Start an R interactive shell (REPL):
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 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.
|
||||
> Homepage: <https://github.com/orakaro/rainbowstream>.
|
||||
> More information: <https://github.com/orakaro/rainbowstream>.
|
||||
|
||||
- Open rainbowstream:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rbenv
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rclone
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rdfind
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# redis-cli
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# redshift
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# restic
|
||||
|
||||
> Fast, secure, efficient backup program.
|
||||
> Homepage: <https://restic.net>.
|
||||
> More information: <https://restic.net>.
|
||||
|
||||
- Initialize a backup repository in the specified local directory:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ripgrep
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rsstail
|
||||
|
||||
> `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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Reddit Terminal Viewer.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ruby
|
||||
|
||||
> Ruby programming language interpreter.
|
||||
> Homepage: <https://www.ruby-lang.org>.
|
||||
> More information: <https://www.ruby-lang.org>.
|
||||
|
||||
- Open an Interactive Ruby Shell (REPL):
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> The Rust compiler.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rustfmt
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Rust toolchain installer.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rvm
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sails
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# salt-call
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Manages salt minion keys on the salt master.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# salt-run
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# salt
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sass
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# satis
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> A curses based, vim-like spreadsheet calculator.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# scala
|
||||
|
||||
> Scala application launcher and interactive interpreter.
|
||||
> Homepage: <https://scala-lang.org>.
|
||||
> More information: <https://scala-lang.org>.
|
||||
|
||||
- Start a Scala interactive shell (REPL):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# scheme
|
||||
|
||||
> 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):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# scrapy
|
||||
|
||||
> Web-crawling framework.
|
||||
> Homepage: <https://scrapy.org>.
|
||||
> More information: <https://scrapy.org>.
|
||||
|
||||
- Create a project:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# screenfetch
|
||||
|
||||
> Display system information.
|
||||
> Homepage: <https://github.com/KittyKatt/screenFetch>.
|
||||
> More information: <https://github.com/KittyKatt/screenFetch>.
|
||||
|
||||
- Start screenfetch:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Tool for managing parallel versions of multiple Software Development Kits.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# shards
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# skicka
|
||||
|
||||
> Manage your Google Drive.
|
||||
> Homepage: <https://github.com/google/skicka>.
|
||||
> More information: <https://github.com/google/skicka>.
|
||||
|
||||
- Upload a file/folder to Google Drive:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sl
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# slackcat
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Sound eXchange: play, record and convert audio files.
|
||||
> Audio formats are identified by the extension.
|
||||
> Homepage: <http://sox.sourceforge.net>.
|
||||
> More information: <http://sox.sourceforge.net>.
|
||||
|
||||
- Merge two audio files into one:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# speedtest-cli
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# spike
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sqlite3
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sqlmap
|
||||
|
||||
> Detect and exploit SQL injection flaws.
|
||||
> Homepage: <https://sqlmap.org>.
|
||||
> More information: <https://sqlmap.org>.
|
||||
|
||||
- Run sqlmap against a single target URL:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sqsc
|
||||
|
||||
> A command line AWS Simple Queue Service client.
|
||||
> Homepage: <https://github.com/yongfei25/sqsc>.
|
||||
> More information: <https://github.com/yongfei25/sqsc>.
|
||||
|
||||
- List all queues:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sshfs
|
||||
|
||||
> Filesystem client based on ssh.
|
||||
> Homepage: <https://github.com/libfuse/sshfs>.
|
||||
> More information: <https://github.com/libfuse/sshfs>.
|
||||
|
||||
- Mount remote directory:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# st-flash
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# st-info
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# stack
|
||||
|
||||
> Tool for managing Haskell projects.
|
||||
> Homepage: <https://github.com/commercialhaskell/stack>.
|
||||
> More information: <https://github.com/commercialhaskell/stack>.
|
||||
|
||||
- Create a new project:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# standard
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Stolon
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Symlink manager.
|
||||
> 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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue