1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 03:15:28 +02:00

pages*: connect several pages through "See also" (#12582)

This commit is contained in:
Vítor Henrique 2024-04-04 01:34:14 -03:00 committed by GitHub
parent 08c5e05c75
commit c0ff7eadde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 40 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# audacious
> An open-source audio player. Indirectly based on XMMS.
> See also: `clementine`, `mpc`, `ncmpcpp`.
> More information: <https://audacious-media-player.org>.
- Launch the GUI:

View file

@ -1,6 +1,7 @@
# cal
> Display a calendar with the current day highlighted.
> See also: `gcal`.
> More information: <https://manned.org/cal.1p>.
- Display a calendar for the current month:

View file

@ -1,6 +1,7 @@
# Chezmoi
> A multi-machine dotfile manager, written in Go.
> See also: `stow`, `tuckr`, `vcsh`, `homeshick`.
> More information: <https://chezmoi.io>.
- Setup up `chezmoi`, creating a Git repository in `~/.local/share/chezmoi`:

View file

@ -1,6 +1,7 @@
# clementine
> A modern music player and library organizer.
> See also: `audacious`, `qmmp`, `cmus`, `mpv`.
> More information: <https://github.com/clementine-player/Clementine/wiki>.
- Start the GUI or bring it to front:

View file

@ -1,6 +1,7 @@
# clifm
> The command-line file manager.
> See also: `vifm`, `ranger`, `mc`, `nautilus`.
> More information: <https://github.com/leo-arch/clifm>.
- Start CliFM:

View file

@ -1,6 +1,7 @@
# gitk
> A graphical Git repository browser.
> See also: `git-gui`, `git-cola`, `tig`.
> More information: <https://git-scm.com/docs/gitk>.
- Show the repository browser for the current Git repository:

View file

@ -1,6 +1,7 @@
# lilypond
> Typeset music and/or produce MIDI from file.
> See also: `musescore`.
> More information: <https://lilypond.org>.
- Compile a lilypond file into a PDF:

View file

@ -2,6 +2,7 @@
> Free, open source, cross-platform digital audio workstation.
> Render a `.mmp` or `.mmpz` project file, dump a `.mmpz` as XML, or start the GUI.
> See also: `mixxx`.
> More information: <https://lmms.io>.
- Start the GUI:

View file

@ -1,7 +1,8 @@
# mc
> Midnight Commander, a terminal based file manager.
> Midnight Commander, a TUI file manager.
> Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal.
> See also: `ranger`, `clifm`, `vifm`, `nautilus`.
> More information: <https://midnight-commander.org>.
- Start Midnight Commander:

View file

@ -1,6 +1,7 @@
# mixxx
> Free and open source cross-platform DJ software.
> See also: `lmms`.
> More information: <https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options>.
- Start the Mixxx GUI in fullscreen:

View file

@ -1,7 +1,7 @@
# mpc
> Music Player Client.
> Control the Music Player Daemon (MPD).
> Music Player Client: control the Music Player Daemon (MPD).
> See also: `mpd`, `ncmpcpp`, `cmus`.
> More information: <https://www.musicpd.org/doc/mpc/html>.
- Toggle play/pause:

View file

@ -1,6 +1,7 @@
# mpd
> Music Player Daemon.
> See also: `mpc`, `ncmpcpp`.
> More information: <https://www.musicpd.org/>.
- Start MPD:

View file

@ -1,6 +1,7 @@
# mpv
> A audio/video player based on MPlayer.
> See also: `mplayer`, `vlc`.
> More information: <https://mpv.io>.
- Play a video or audio from a URL or file:

View file

@ -1,6 +1,7 @@
# musescore
> MuseScore 3 sheet music editor.
> See also: `lilypond`.
> More information: <https://musescore.org/en/handbook/3/command-line-options>.
- Use a specific audio driver:

View file

@ -1,6 +1,7 @@
# ncmpcpp
> A music player client for the Music Player Daemon.
> See also: `mpd`, `mpc`, `qmmp`, `termusic`.
> More information: <https://rybczak.net/ncmpcpp>.
- Connect to a music player daemon on a given host and port:

View file

@ -1,6 +1,7 @@
# qmmp
> An audio player with an interface similar to Winamp or XMMS.
> See also: `clementine`, `ncmpcpp`, `cmus`.
> More information: <http://qmmp.ylsoftware.com>.
- Launch the GUI:

View file

@ -1,6 +1,7 @@
# ranger
> Console file manager with VI key bindings.
> See also: `clifm`, `vifm`, `mc`, `dolphin`.
> More information: <https://github.com/ranger/ranger>.
- Launch ranger:

View file

@ -2,6 +2,7 @@
> Symlink manager.
> Often used to manage dotfiles.
> See also: `chezmoi`, `tuckr`, `vcsh`, `homeshick`.
> More information: <https://www.gnu.org/software/stow>.
- Symlink all files recursively to a given directory:

View file

@ -1,6 +1,7 @@
# tuckr
> Dotfile manager written in Rust.
> See also: `chezmoi`, `vcsh`, `homeshick`, `stow`.
> More information: <https://github.com/RaphGL/Tuckr>.
- Check dotfile status:

View file

@ -1,6 +1,7 @@
# vcsh
> Version Control System for the home directory using Git repositories.
> See also: `chezmoi`, `stow`, `tuckr`, `homeshick`.
> More information: <https://github.com/RichiH/vcsh>.
- Initialize an (empty) repository:

View file

@ -1,6 +1,7 @@
# vifm
> VI File Manager is a command-line file manager.
> VI File Manager is a TUI file manager.
> See also: `clifm`, `vifm`, `mc`, `caja`.
> More information: <https://github.com/vifm/vifm>.
- Open the current directory:

View file

@ -1,6 +1,7 @@
# vlc
> Cross-platform multimedia player.
> See also: `mpv`, `mplayer`, `ytfzf`.
> More information: <https://wiki.videolan.org/Documentation:Command_line/>.
- Play a file:

View file

@ -1,6 +1,7 @@
# you-get
> Download media contents (videos, audios, images) from the Web.
> See also: `yt-dlp`, `youtube-viewer`, `instaloader`.
> More information: <https://you-get.org>.
- Print media information about a specific media on the web:

View file

@ -1,6 +1,7 @@
# youtube-dl
> Download videos from YouTube and other websites.
> See also: `yt-dlp`, `ytfzf`, `you-get`.
> More information: <http://rg3.github.io/youtube-dl/>.
- Download a video or playlist:

View file

@ -1,6 +1,7 @@
# youtube-viewer
> Search and play videos from YouTube.
> See also: `you-get`, `ytfzf`, `yt-dlp`.
> More information: <https://github.com/trizen/youtube-viewer>.
- Search for a video:

View file

@ -2,6 +2,7 @@
> A youtube-dl fork with additional features and fixes.
> Download videos from YouTube and other websites.
> See also: `yt-dlp`, `ytfzf`.
> More information: <https://github.com/yt-dlp/yt-dlp>.
- Download a video or playlist (with the default options from command below):

View file

@ -1,6 +1,7 @@
# caja
> Manages files and directories in MATE desktop environment.
> See also: `nautilus`, `dolphin`, `thunar`, `ranger`.
> More information: <https://manned.org/caja>.
- Open the current user home directory:

View file

@ -2,6 +2,7 @@
> Command-line Music Player.
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.
> See also: `ncmpcpp`, `clementine`, `qmmp`.
> More information: <https://cmus.github.io>.
- Open cmus into the specified directory (this will become your new working directory):

View file

@ -1,6 +1,7 @@
# dolphin
> KDE's file manager to manage files and directories.
> See also: `nautilus`, `caja`, `thunar`, `ranger`.
> More information: <https://apps.kde.org/dolphin/>.
- Launch the file manager:

View file

@ -1,6 +1,7 @@
# homeshick
> Synchronize Git dotfiles.
> See also: `chezmoi`, `stow`, `tuckr`, `vcsh`.
> More information: <https://github.com/andsens/homeshick/wiki>.
- Create a new castle:

View file

@ -2,6 +2,7 @@
> Default file explorer for GNOME desktop environment.
> Also known as GNOME Files.
> See also: `dolphin`, `caja`, `thunar`, `vifm`.
> More information: <https://manned.org/nautilus>.
- Launch Nautilus:

View file

@ -1,7 +1,8 @@
# pw-play
> Play audio files through `pipewire`.
> Play audio files through PipeWire.
> Shorthand for `pw-cat --playback`.
> See also: `play`.
> More information: <https://fedoraproject.org/wiki/QA:Testcase_PipeWire_PipeWire_CLI>.
- Play a WAV sound file over the default target:

View file

@ -1,6 +1,7 @@
# termusic
> A terminal music player written in Rust that uses vim-like key bindings.
> See also: `cmus`, `ncmpcpp`, `audacious`.
> More information: <https://github.com/tramhao/termusic>.
- Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`):

View file

@ -1,6 +1,7 @@
# thunar
> Graphical file manager for XFCE desktop environments.
> See also: `caja`, `dolphin`, `nautilus`, `mc`.
> More information: <https://docs.xfce.org/xfce/thunar/start>.
- Open a new window showing the current directory:

View file

@ -1,6 +1,7 @@
# ytfzf
> A POSIX script that helps you find and download videos and music.
> Find and download videos and music. Written in POSIX shell.
> See also: `youtube-dl`, `yt-dlp`, `instaloader`.
> More information: <https://github.com/pystardust/ytfzf>.
- Search for videos on YouTube with thumbnail previews: