diff --git a/pages/common/pyflakes.md b/pages/common/pyflakes.md index 2e9dfb9d9..6f7f41c61 100644 --- a/pages/common/pyflakes.md +++ b/pages/common/pyflakes.md @@ -1,7 +1,7 @@ # pyflakes > Checks Python source code files for errors. -> Homepage: . +> More information: . - Check a single Python file: diff --git a/pages/common/python.md b/pages/common/python.md index fa1b8bb33..5823f8512 100644 --- a/pages/common/python.md +++ b/pages/common/python.md @@ -1,7 +1,7 @@ # python > Python language interpreter. -> Homepage: . +> More information: . - Call a Python interactive shell (REPL): diff --git a/pages/common/q.md b/pages/common/q.md index 85dac5aca..3f9b3db4d 100644 --- a/pages/common/q.md +++ b/pages/common/q.md @@ -1,7 +1,7 @@ # q > Execute SQL-like queries on .csv and .tsv files. -> Homepage: . +> More information: . - Query .csv file by specifying the delimiter as ',': diff --git a/pages/common/qpdf.md b/pages/common/qpdf.md index 5848ee393..2f89e73a2 100644 --- a/pages/common/qpdf.md +++ b/pages/common/qpdf.md @@ -1,7 +1,7 @@ # qpdf > Versatile PDF transformation software. -> Homepage: . +> More information: . - Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: diff --git a/pages/common/r.md b/pages/common/r.md index 1191da365..91aab3657 100644 --- a/pages/common/r.md +++ b/pages/common/r.md @@ -1,7 +1,7 @@ # r > R language interpreter. -> Homepage: . +> More information: . - Start an R interactive shell (REPL): diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index 0a46bdf9b..a87e70910 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -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: . +> More information: . - Open rainbowstream: diff --git a/pages/common/rbenv.md b/pages/common/rbenv.md index bd4371086..9fc016f52 100644 --- a/pages/common/rbenv.md +++ b/pages/common/rbenv.md @@ -1,7 +1,7 @@ # rbenv > A tool to easily install Ruby versions and manage application environments. -> Homepage: . +> More information: . - Install one or more space-separated versions of Ruby: diff --git a/pages/common/rclone.md b/pages/common/rclone.md index 923e9ba6b..f8a39b98d 100644 --- a/pages/common/rclone.md +++ b/pages/common/rclone.md @@ -1,7 +1,7 @@ # rclone > CLI program to copy/sync/move files and directories to and from many cloud services. -> Homepage: . +> More information: . - List contents of a directory on an rclone remote: diff --git a/pages/common/rdfind.md b/pages/common/rdfind.md index 5e259e30d..1588b757c 100644 --- a/pages/common/rdfind.md +++ b/pages/common/rdfind.md @@ -1,7 +1,7 @@ # rdfind > Find files with duplicate content and get rid of them. -> Homepage: . +> More information: . - Identify all duplicates in a given directory and output a summary: diff --git a/pages/common/redis-cli.md b/pages/common/redis-cli.md index 311505141..fbbf55cff 100644 --- a/pages/common/redis-cli.md +++ b/pages/common/redis-cli.md @@ -1,7 +1,7 @@ # redis-cli > Opens a connection to a Redis server. -> Homepage: . +> More information: . - Connect to the local server: diff --git a/pages/common/redshift.md b/pages/common/redshift.md index 0026d4012..fde3aeff5 100644 --- a/pages/common/redshift.md +++ b/pages/common/redshift.md @@ -1,7 +1,7 @@ # redshift > Adjust the color temperature of your screen according to your surroundings. -> Homepage: . +> More information: . - Turn on Redshift with 5700K temperature during day and 3600K at night: diff --git a/pages/common/restic.md b/pages/common/restic.md index 71a4f559f..edaf94bb6 100644 --- a/pages/common/restic.md +++ b/pages/common/restic.md @@ -1,7 +1,7 @@ # restic > Fast, secure, efficient backup program. -> Homepage: . +> More information: . - Initialize a backup repository in the specified local directory: diff --git a/pages/common/rg.md b/pages/common/rg.md index bce7430fb..c637b9bf8 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -1,7 +1,7 @@ # ripgrep > A fast command-line search tool. -> Homepage: . +> More information: . - Recursively search the current directory for a regex pattern: diff --git a/pages/common/rsstail.md b/pages/common/rsstail.md index d311b02fa..f31f3d017 100644 --- a/pages/common/rsstail.md +++ b/pages/common/rsstail.md @@ -1,7 +1,7 @@ # rsstail > `tail` for RSS feeds. -> Homepage: . +> More information: . - Show the feed of a given url and wait for new entries appearing at the bottom: diff --git a/pages/common/rtv.md b/pages/common/rtv.md index 6d67f08ae..821481151 100644 --- a/pages/common/rtv.md +++ b/pages/common/rtv.md @@ -2,7 +2,7 @@ > Reddit Terminal Viewer. > Use arrow keys to navigate. Right and Left to view and return from a submission, respectively. -> Homepage: . +> More information: . - Open the front page: diff --git a/pages/common/ruby.md b/pages/common/ruby.md index 0adabc454..e53ca5db4 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -1,7 +1,7 @@ # ruby > Ruby programming language interpreter. -> Homepage: . +> More information: . - Open an Interactive Ruby Shell (REPL): diff --git a/pages/common/rustc.md b/pages/common/rustc.md index a5c30c2b9..83b9c86b9 100644 --- a/pages/common/rustc.md +++ b/pages/common/rustc.md @@ -2,7 +2,7 @@ > The Rust compiler. > Processes, compiles and links Rust language source files. -> Homepage: . +> More information: . - Compile a single file: diff --git a/pages/common/rustfmt.md b/pages/common/rustfmt.md index c7b633785..096615021 100644 --- a/pages/common/rustfmt.md +++ b/pages/common/rustfmt.md @@ -1,7 +1,7 @@ # rustfmt > Tool for formatting Rust source code. -> Homepage: . +> More information: . - Format a file, overwriting the original file in-place: diff --git a/pages/common/rustup.md b/pages/common/rustup.md index 1abdd4dec..fe0cf05bd 100644 --- a/pages/common/rustup.md +++ b/pages/common/rustup.md @@ -2,7 +2,7 @@ > Rust toolchain installer. > Install, manage, and update Rust toolchains. -> Homepage: . +> More information: . - Install the nightly toolchain for your system: diff --git a/pages/common/rvm.md b/pages/common/rvm.md index 5648df551..240ff280b 100644 --- a/pages/common/rvm.md +++ b/pages/common/rvm.md @@ -1,7 +1,7 @@ # rvm > A tool for easily installing, managing, and working with multiple ruby environments. -> Homepage: . +> More information: . - Install one or more space-separated versions of Ruby: diff --git a/pages/common/sails.md b/pages/common/sails.md index 76de23777..b15db6b35 100644 --- a/pages/common/sails.md +++ b/pages/common/sails.md @@ -1,7 +1,7 @@ # sails > Sails.js is a realtime enterprise level MVC framework built on top of Node.js. -> Homepage: . +> More information: . - Start Sails: diff --git a/pages/common/salt-call.md b/pages/common/salt-call.md index a2831d734..674a339bd 100644 --- a/pages/common/salt-call.md +++ b/pages/common/salt-call.md @@ -1,7 +1,7 @@ # salt-call > Invoke salt locally on a salt minion. -> Homepage: . +> More information: . - Perform a highstate on this minion: diff --git a/pages/common/salt-key.md b/pages/common/salt-key.md index 8bcc53e49..b85250204 100644 --- a/pages/common/salt-key.md +++ b/pages/common/salt-key.md @@ -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: . +> More information: . - List all accepted, unaccepted and rejected minion keys: diff --git a/pages/common/salt-run.md b/pages/common/salt-run.md index 5cfa556b4..f11c9765b 100644 --- a/pages/common/salt-run.md +++ b/pages/common/salt-run.md @@ -1,7 +1,7 @@ # salt-run > Frontend for executing salt-runners on minions. -> Homepage: . +> More information: . - Show status of all minions: diff --git a/pages/common/salt.md b/pages/common/salt.md index 1e856c228..0fee17f61 100644 --- a/pages/common/salt.md +++ b/pages/common/salt.md @@ -1,7 +1,7 @@ # salt > Execute commands and assert state on remote salt minions. -> Homepage: . +> More information: . - List connected minions: diff --git a/pages/common/sass.md b/pages/common/sass.md index e939a118c..b264c9597 100644 --- a/pages/common/sass.md +++ b/pages/common/sass.md @@ -1,7 +1,7 @@ # sass > Converts SCSS or Sass files to CSS. -> Homepage: . +> More information: . - Convert a SCSS or Sass file to CSS and print out the result: diff --git a/pages/common/satis.md b/pages/common/satis.md index abdbe69f1..62cadb018 100644 --- a/pages/common/satis.md +++ b/pages/common/satis.md @@ -1,7 +1,7 @@ # satis > The command-line utility for the Satis static Composer repository. -> Homepage: . +> More information: . - Initialise a Satis configuration: diff --git a/pages/common/sc-im.md b/pages/common/sc-im.md index 58813eb4a..ea1635747 100644 --- a/pages/common/sc-im.md +++ b/pages/common/sc-im.md @@ -2,7 +2,7 @@ > A curses based, vim-like spreadsheet calculator. > Use hjkl or arrow keys to navigate. -> Homepage: . +> More information: . - Start SC-IM: diff --git a/pages/common/scala.md b/pages/common/scala.md index ac7013a87..80f053cac 100644 --- a/pages/common/scala.md +++ b/pages/common/scala.md @@ -1,7 +1,7 @@ # scala > Scala application launcher and interactive interpreter. -> Homepage: . +> More information: . - Start a Scala interactive shell (REPL): diff --git a/pages/common/scheme.md b/pages/common/scheme.md index aff08b28f..4c6c7e2db 100644 --- a/pages/common/scheme.md +++ b/pages/common/scheme.md @@ -1,7 +1,7 @@ # scheme > MIT Scheme language interperter and REPL (interactive shell). -> Homepage: . +> More information: . - Open an interactive shell (REPL): diff --git a/pages/common/scrapy.md b/pages/common/scrapy.md index 5d18c4604..cd225b9b9 100644 --- a/pages/common/scrapy.md +++ b/pages/common/scrapy.md @@ -1,7 +1,7 @@ # scrapy > Web-crawling framework. -> Homepage: . +> More information: . - Create a project: diff --git a/pages/common/screenfetch.md b/pages/common/screenfetch.md index 1c51f10f8..cd1aa9ac7 100644 --- a/pages/common/screenfetch.md +++ b/pages/common/screenfetch.md @@ -1,7 +1,7 @@ # screenfetch > Display system information. -> Homepage: . +> More information: . - Start screenfetch: diff --git a/pages/common/sdk.md b/pages/common/sdk.md index ad7150a62..fe9bd7aea 100644 --- a/pages/common/sdk.md +++ b/pages/common/sdk.md @@ -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: . +> More information: . - Install a specific version of Gradle: diff --git a/pages/common/shards.md b/pages/common/shards.md index b648fa151..bc070a8f5 100644 --- a/pages/common/shards.md +++ b/pages/common/shards.md @@ -1,7 +1,7 @@ # shards > Dependency management tool for the Crystal language. -> Homepage: . +> More information: . - Create a skeleton shard.yml file: diff --git a/pages/common/skicka.md b/pages/common/skicka.md index f46efdb23..8c36633ec 100644 --- a/pages/common/skicka.md +++ b/pages/common/skicka.md @@ -1,7 +1,7 @@ # skicka > Manage your Google Drive. -> Homepage: . +> More information: . - Upload a file/folder to Google Drive: diff --git a/pages/common/sl.md b/pages/common/sl.md index e327bfba6..f9ae426b5 100644 --- a/pages/common/sl.md +++ b/pages/common/sl.md @@ -1,7 +1,7 @@ # sl > Steam locomotive running through your terminal. -> Homepage: . +> More information: . - Let a steam locomotive run through your terminal: diff --git a/pages/common/slackcat.md b/pages/common/slackcat.md index 9eb126aa7..7c1149132 100644 --- a/pages/common/slackcat.md +++ b/pages/common/slackcat.md @@ -1,7 +1,7 @@ # slackcat > Utility for passing files and command output to Slack. -> Homepage: . +> More information: . - Post a file to Slack: diff --git a/pages/common/sox.md b/pages/common/sox.md index 1c9ede64e..58094d804 100644 --- a/pages/common/sox.md +++ b/pages/common/sox.md @@ -2,7 +2,7 @@ > Sound eXchange: play, record and convert audio files. > Audio formats are identified by the extension. -> Homepage: . +> More information: . - Merge two audio files into one: diff --git a/pages/common/speedtest-cli.md b/pages/common/speedtest-cli.md index affef6ad0..dad3b3bfc 100644 --- a/pages/common/speedtest-cli.md +++ b/pages/common/speedtest-cli.md @@ -1,7 +1,7 @@ # speedtest-cli > Command line interface for testing internet bandwidth using speedtest.net. -> Homepage: . +> More information: . - Run a speed test: diff --git a/pages/common/spike.md b/pages/common/spike.md index 11d3092ea..13ddfe080 100644 --- a/pages/common/spike.md +++ b/pages/common/spike.md @@ -1,7 +1,7 @@ # spike > A fully featured static website generator written in JavaScript. -> Homepage: . +> More information: . - Create a new project using the default template: diff --git a/pages/common/sqlite3.md b/pages/common/sqlite3.md index 778c7a004..60fcd6c97 100644 --- a/pages/common/sqlite3.md +++ b/pages/common/sqlite3.md @@ -1,7 +1,7 @@ # sqlite3 > The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine. -> Homepage: . +> More information: . - Start an interactive shell with a new database: diff --git a/pages/common/sqlmap.md b/pages/common/sqlmap.md index be0c55fb2..dbdd6e31e 100644 --- a/pages/common/sqlmap.md +++ b/pages/common/sqlmap.md @@ -1,7 +1,7 @@ # sqlmap > Detect and exploit SQL injection flaws. -> Homepage: . +> More information: . - Run sqlmap against a single target URL: diff --git a/pages/common/sqsc.md b/pages/common/sqsc.md index 630bd842b..9dea79d48 100644 --- a/pages/common/sqsc.md +++ b/pages/common/sqsc.md @@ -1,7 +1,7 @@ # sqsc > A command line AWS Simple Queue Service client. -> Homepage: . +> More information: . - List all queues: diff --git a/pages/common/sshfs.md b/pages/common/sshfs.md index 042d80724..d228fb498 100644 --- a/pages/common/sshfs.md +++ b/pages/common/sshfs.md @@ -1,7 +1,7 @@ # sshfs > Filesystem client based on ssh. -> Homepage: . +> More information: . - Mount remote directory: diff --git a/pages/common/st-flash.md b/pages/common/st-flash.md index 7015f6c7e..a1b003972 100644 --- a/pages/common/st-flash.md +++ b/pages/common/st-flash.md @@ -1,7 +1,7 @@ # st-flash > Flash binary files to STM32 ARM Cortex microcontrollers. -> Homepage: . +> More information: . - Read 4096 bytes from the device starting from 0x8000000: diff --git a/pages/common/st-info.md b/pages/common/st-info.md index 4b75c5202..8d717c786 100644 --- a/pages/common/st-info.md +++ b/pages/common/st-info.md @@ -1,7 +1,7 @@ # st-info > Provides information about connected STLink and STM32 devices. -> Homepage: . +> More information: . - Display amount of program memory available: diff --git a/pages/common/stack.md b/pages/common/stack.md index 6962f6eba..af439fa06 100644 --- a/pages/common/stack.md +++ b/pages/common/stack.md @@ -1,7 +1,7 @@ # stack > Tool for managing Haskell projects. -> Homepage: . +> More information: . - Create a new project: diff --git a/pages/common/standard.md b/pages/common/standard.md index e942e4fbf..3b3fd6d04 100644 --- a/pages/common/standard.md +++ b/pages/common/standard.md @@ -1,7 +1,7 @@ # standard > The JavaScript Standard Style tool for linting and fixing JavaScript code. -> Homepage: . +> More information: . - Lint all JavaScript source files in the current directory: diff --git a/pages/common/stolonctl.md b/pages/common/stolonctl.md index 470102162..47579112b 100644 --- a/pages/common/stolonctl.md +++ b/pages/common/stolonctl.md @@ -1,7 +1,7 @@ # Stolon > A cloud native PostgreSQL manager for PostgreSQL high availability. -> Homepage: . +> More information: . - Get cluster status: diff --git a/pages/common/stow.md b/pages/common/stow.md index 3aa79eb38..5360ea94d 100644 --- a/pages/common/stow.md +++ b/pages/common/stow.md @@ -2,7 +2,7 @@ > Symlink manager. > Often used to manage dotfiles. -> Homepage: . +> More information: . - Symlink all files recursively to a given directory: