mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Fix syntax of "More information" links (#5050)
This commit is contained in:
parent
8b80cf08b8
commit
5430739f1d
16 changed files with 17 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
# arc
|
||||
|
||||
> Arcanist: A CLI for Phabricator.
|
||||
> More information <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
|
||||
> More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
|
||||
|
||||
- Send the changes to Differential for review:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> A barebone deezer downloader library built from the ashes of Deezloader Remix.
|
||||
> It can be used as a standalone CLI app or implemented in an UI using the API.
|
||||
> More Information: <https://deemix.app>.
|
||||
> More information: <https://deemix.app>.
|
||||
|
||||
- Download a track or playlist:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# eva
|
||||
|
||||
> Simple calculator REPL, similar to `bc`, with syntax highlighting and persistent history.
|
||||
> More information <https://github.com/NerdyPepper/eva>.
|
||||
> More information: <https://github.com/NerdyPepper/eva>.
|
||||
|
||||
- Run the calculator in interactive mode:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Fast Node.js version manager.
|
||||
> Install, uninstall or switch between Node.js versions.
|
||||
> More info: <https://github.com/Schniz/fnm>.
|
||||
> More information: <https://github.com/Schniz/fnm>.
|
||||
|
||||
- Install a specific version of Node.js:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# glow
|
||||
|
||||
> Render Markdown in the terminal.
|
||||
> More infomration: <https://github.com/charmbracelet/glow>.
|
||||
> More information: <https://github.com/charmbracelet/glow>.
|
||||
|
||||
- Run glow and select a file to view:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# IPython
|
||||
|
||||
> A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more.
|
||||
> More information: https://ipython.org/documentation.html.
|
||||
> More information: <https://ipython.org/documentation.html>.
|
||||
|
||||
- Start an interactive IPython session:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# kotlin
|
||||
|
||||
> Kotlin Application Launcher.
|
||||
> More information <https://kotlinlang.org>.
|
||||
> More information: <https://kotlinlang.org>.
|
||||
|
||||
- Run a jar file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nativefier
|
||||
|
||||
> Command-line tool to create a desktop app for any web site with minimal configuration.
|
||||
> More information <https://github.com/jiahaog/nativefier>.
|
||||
> More information: <https://github.com/jiahaog/nativefier>.
|
||||
|
||||
- Make a desktop app for a website:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# notmuch
|
||||
|
||||
> Command-line based program for indexing, searching, reading, and tagging large collections of email messages.
|
||||
> More Information: <https://notmuchmail.org/manpages/>.
|
||||
> More information: <https://notmuchmail.org/manpages/>.
|
||||
|
||||
- Configure for first use:
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# virsh
|
||||
|
||||
> Manage virsh guest domains.
|
||||
> More information: <https://libvirt.org/virshcmdref.html>.
|
||||
> NOTE: 'guest_id' can be the id, name or UUID of the guest.
|
||||
> More information: <https://libvirt.org/virshcmdref.html>.
|
||||
|
||||
- Connect to a hypervisor session:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# efibootmgr
|
||||
|
||||
> Manipulate the UEFI Boot Manager (the Bootoptions).
|
||||
> More information: https://linux.die.net/man/8/efibootmgr.
|
||||
> More information: <https://linux.die.net/man/8/efibootmgr>.
|
||||
|
||||
- List the current settings / bootnums:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Homeshick
|
||||
# homeshick
|
||||
|
||||
> Synchronize Git dotfiles.
|
||||
> More information <https://github.com/andsens/homeshick/wiki>.
|
||||
> More information: <https://github.com/andsens/homeshick/wiki>.
|
||||
|
||||
- Create a new castle:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# netselect
|
||||
|
||||
> Speed test for choosing a fast network server.
|
||||
> More information: <https://github.com/apenwarr/netselect> .
|
||||
> More information: <https://github.com/apenwarr/netselect>.
|
||||
|
||||
- Choose the server with the lowest latency:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rofi
|
||||
|
||||
> An application launcher and window switcher.
|
||||
> More Information: <https://github.com/davatorium/rofi>.
|
||||
> More information: <https://github.com/davatorium/rofi>.
|
||||
|
||||
- Show the list of apps:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# vgs
|
||||
|
||||
> Display information about LVM volume groups.
|
||||
> More information: https://man7.org/linux/man-pages/man8/vgs.8.html .
|
||||
> More information: <https://man7.org/linux/man-pages/man8/vgs.8.html>.
|
||||
|
||||
- Display information about volume groups:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Prompts the user to select one item from a list of single-character choices in a batch program, and then returns the index of the selected choice.
|
||||
> If used without parameters, choice displays the default choices Y and N.
|
||||
> More Information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/choice>.
|
||||
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/choice>.
|
||||
|
||||
- A,B and C as list of choices to be used:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue