From c0ff7eadde9b85b0adc50234718c91fad020f7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Henrique?= <87824454+vitorhcl@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:34:14 -0300 Subject: [PATCH] pages*: connect several pages through "See also" (#12582) --- pages/common/audacious.md | 1 + pages/common/cal.md | 1 + pages/common/chezmoi.md | 1 + pages/common/clementine.md | 1 + pages/common/clifm.md | 1 + pages/common/gitk.md | 1 + pages/common/lilypond.md | 1 + pages/common/lmms.md | 1 + pages/common/mc.md | 3 ++- pages/common/mixxx.md | 1 + pages/common/mpc.md | 4 ++-- pages/common/mpd.md | 1 + pages/common/mpv.md | 1 + pages/common/musescore.md | 1 + pages/common/ncmpcpp.md | 1 + pages/common/qmmp.md | 1 + pages/common/ranger.md | 1 + pages/common/stow.md | 1 + pages/common/tuckr.md | 1 + pages/common/vcsh.md | 1 + pages/common/vifm.md | 3 ++- pages/common/vlc.md | 1 + pages/common/you-get.md | 1 + pages/common/youtube-dl.md | 1 + pages/common/youtube-viewer.md | 1 + pages/common/yt-dlp.md | 1 + pages/linux/caja.md | 1 + pages/linux/cmus.md | 1 + pages/linux/dolphin.md | 1 + pages/linux/homeshick.md | 1 + pages/linux/nautilus.md | 1 + pages/linux/pw-play.md | 3 ++- pages/linux/termusic.md | 1 + pages/linux/thunar.md | 1 + pages/linux/ytfzf.md | 3 ++- 35 files changed, 40 insertions(+), 6 deletions(-) diff --git a/pages/common/audacious.md b/pages/common/audacious.md index 2ce42e6693..2939da14ea 100755 --- a/pages/common/audacious.md +++ b/pages/common/audacious.md @@ -1,6 +1,7 @@ # audacious > An open-source audio player. Indirectly based on XMMS. +> See also: `clementine`, `mpc`, `ncmpcpp`. > More information: . - Launch the GUI: diff --git a/pages/common/cal.md b/pages/common/cal.md index fb520c6aa4..6bcf8e45bf 100644 --- a/pages/common/cal.md +++ b/pages/common/cal.md @@ -1,6 +1,7 @@ # cal > Display a calendar with the current day highlighted. +> See also: `gcal`. > More information: . - Display a calendar for the current month: diff --git a/pages/common/chezmoi.md b/pages/common/chezmoi.md index e3ba861320..42bf4f9155 100644 --- a/pages/common/chezmoi.md +++ b/pages/common/chezmoi.md @@ -1,6 +1,7 @@ # Chezmoi > A multi-machine dotfile manager, written in Go. +> See also: `stow`, `tuckr`, `vcsh`, `homeshick`. > More information: . - Setup up `chezmoi`, creating a Git repository in `~/.local/share/chezmoi`: diff --git a/pages/common/clementine.md b/pages/common/clementine.md index 86b3a5928d..efe5acd189 100644 --- a/pages/common/clementine.md +++ b/pages/common/clementine.md @@ -1,6 +1,7 @@ # clementine > A modern music player and library organizer. +> See also: `audacious`, `qmmp`, `cmus`, `mpv`. > More information: . - Start the GUI or bring it to front: diff --git a/pages/common/clifm.md b/pages/common/clifm.md index 1ebe0c85d1..b8466ed215 100644 --- a/pages/common/clifm.md +++ b/pages/common/clifm.md @@ -1,6 +1,7 @@ # clifm > The command-line file manager. +> See also: `vifm`, `ranger`, `mc`, `nautilus`. > More information: . - Start CliFM: diff --git a/pages/common/gitk.md b/pages/common/gitk.md index 407136b86c..7c10f2c9a9 100644 --- a/pages/common/gitk.md +++ b/pages/common/gitk.md @@ -1,6 +1,7 @@ # gitk > A graphical Git repository browser. +> See also: `git-gui`, `git-cola`, `tig`. > More information: . - Show the repository browser for the current Git repository: diff --git a/pages/common/lilypond.md b/pages/common/lilypond.md index 7f1bb2e097..62a1128dbf 100644 --- a/pages/common/lilypond.md +++ b/pages/common/lilypond.md @@ -1,6 +1,7 @@ # lilypond > Typeset music and/or produce MIDI from file. +> See also: `musescore`. > More information: . - Compile a lilypond file into a PDF: diff --git a/pages/common/lmms.md b/pages/common/lmms.md index e67319055e..f016a0189e 100644 --- a/pages/common/lmms.md +++ b/pages/common/lmms.md @@ -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: . - Start the GUI: diff --git a/pages/common/mc.md b/pages/common/mc.md index cbef052997..71bd2cf195 100644 --- a/pages/common/mc.md +++ b/pages/common/mc.md @@ -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: . - Start Midnight Commander: diff --git a/pages/common/mixxx.md b/pages/common/mixxx.md index f840797054..086e4f050f 100644 --- a/pages/common/mixxx.md +++ b/pages/common/mixxx.md @@ -1,6 +1,7 @@ # mixxx > Free and open source cross-platform DJ software. +> See also: `lmms`. > More information: . - Start the Mixxx GUI in fullscreen: diff --git a/pages/common/mpc.md b/pages/common/mpc.md index 475e2e30b8..3fda3ac50d 100644 --- a/pages/common/mpc.md +++ b/pages/common/mpc.md @@ -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: . - Toggle play/pause: diff --git a/pages/common/mpd.md b/pages/common/mpd.md index a5056beb1c..6a21169ae2 100644 --- a/pages/common/mpd.md +++ b/pages/common/mpd.md @@ -1,6 +1,7 @@ # mpd > Music Player Daemon. +> See also: `mpc`, `ncmpcpp`. > More information: . - Start MPD: diff --git a/pages/common/mpv.md b/pages/common/mpv.md index e4551eb9d0..ed7bb27a74 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -1,6 +1,7 @@ # mpv > A audio/video player based on MPlayer. +> See also: `mplayer`, `vlc`. > More information: . - Play a video or audio from a URL or file: diff --git a/pages/common/musescore.md b/pages/common/musescore.md index 79341cd757..c55c7e96ec 100644 --- a/pages/common/musescore.md +++ b/pages/common/musescore.md @@ -1,6 +1,7 @@ # musescore > MuseScore 3 sheet music editor. +> See also: `lilypond`. > More information: . - Use a specific audio driver: diff --git a/pages/common/ncmpcpp.md b/pages/common/ncmpcpp.md index c01fff4e91..c4e7e2ae6d 100644 --- a/pages/common/ncmpcpp.md +++ b/pages/common/ncmpcpp.md @@ -1,6 +1,7 @@ # ncmpcpp > A music player client for the Music Player Daemon. +> See also: `mpd`, `mpc`, `qmmp`, `termusic`. > More information: . - Connect to a music player daemon on a given host and port: diff --git a/pages/common/qmmp.md b/pages/common/qmmp.md index 519566847c..df638514c3 100644 --- a/pages/common/qmmp.md +++ b/pages/common/qmmp.md @@ -1,6 +1,7 @@ # qmmp > An audio player with an interface similar to Winamp or XMMS. +> See also: `clementine`, `ncmpcpp`, `cmus`. > More information: . - Launch the GUI: diff --git a/pages/common/ranger.md b/pages/common/ranger.md index 917d81e95d..8d8404737c 100644 --- a/pages/common/ranger.md +++ b/pages/common/ranger.md @@ -1,6 +1,7 @@ # ranger > Console file manager with VI key bindings. +> See also: `clifm`, `vifm`, `mc`, `dolphin`. > More information: . - Launch ranger: diff --git a/pages/common/stow.md b/pages/common/stow.md index 1cc5f92368..8437cde984 100644 --- a/pages/common/stow.md +++ b/pages/common/stow.md @@ -2,6 +2,7 @@ > Symlink manager. > Often used to manage dotfiles. +> See also: `chezmoi`, `tuckr`, `vcsh`, `homeshick`. > More information: . - Symlink all files recursively to a given directory: diff --git a/pages/common/tuckr.md b/pages/common/tuckr.md index 1a4b9589b5..1d70e00b69 100644 --- a/pages/common/tuckr.md +++ b/pages/common/tuckr.md @@ -1,6 +1,7 @@ # tuckr > Dotfile manager written in Rust. +> See also: `chezmoi`, `vcsh`, `homeshick`, `stow`. > More information: . - Check dotfile status: diff --git a/pages/common/vcsh.md b/pages/common/vcsh.md index 3ec8b0e885..9f01bc6134 100644 --- a/pages/common/vcsh.md +++ b/pages/common/vcsh.md @@ -1,6 +1,7 @@ # vcsh > Version Control System for the home directory using Git repositories. +> See also: `chezmoi`, `stow`, `tuckr`, `homeshick`. > More information: . - Initialize an (empty) repository: diff --git a/pages/common/vifm.md b/pages/common/vifm.md index 07d45f2d1f..2f656b168d 100644 --- a/pages/common/vifm.md +++ b/pages/common/vifm.md @@ -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: . - Open the current directory: diff --git a/pages/common/vlc.md b/pages/common/vlc.md index 43727ba56c..a71414678e 100644 --- a/pages/common/vlc.md +++ b/pages/common/vlc.md @@ -1,6 +1,7 @@ # vlc > Cross-platform multimedia player. +> See also: `mpv`, `mplayer`, `ytfzf`. > More information: . - Play a file: diff --git a/pages/common/you-get.md b/pages/common/you-get.md index e6dec4a8ae..0d7ac78932 100644 --- a/pages/common/you-get.md +++ b/pages/common/you-get.md @@ -1,6 +1,7 @@ # you-get > Download media contents (videos, audios, images) from the Web. +> See also: `yt-dlp`, `youtube-viewer`, `instaloader`. > More information: . - Print media information about a specific media on the web: diff --git a/pages/common/youtube-dl.md b/pages/common/youtube-dl.md index 938faad49a..240063d634 100644 --- a/pages/common/youtube-dl.md +++ b/pages/common/youtube-dl.md @@ -1,6 +1,7 @@ # youtube-dl > Download videos from YouTube and other websites. +> See also: `yt-dlp`, `ytfzf`, `you-get`. > More information: . - Download a video or playlist: diff --git a/pages/common/youtube-viewer.md b/pages/common/youtube-viewer.md index e1485d7c52..5da879e389 100644 --- a/pages/common/youtube-viewer.md +++ b/pages/common/youtube-viewer.md @@ -1,6 +1,7 @@ # youtube-viewer > Search and play videos from YouTube. +> See also: `you-get`, `ytfzf`, `yt-dlp`. > More information: . - Search for a video: diff --git a/pages/common/yt-dlp.md b/pages/common/yt-dlp.md index d560237a4b..0325817cf0 100644 --- a/pages/common/yt-dlp.md +++ b/pages/common/yt-dlp.md @@ -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: . - Download a video or playlist (with the default options from command below): diff --git a/pages/linux/caja.md b/pages/linux/caja.md index 78bc8e4f83..aaea675e86 100644 --- a/pages/linux/caja.md +++ b/pages/linux/caja.md @@ -1,6 +1,7 @@ # caja > Manages files and directories in MATE desktop environment. +> See also: `nautilus`, `dolphin`, `thunar`, `ranger`. > More information: . - Open the current user home directory: diff --git a/pages/linux/cmus.md b/pages/linux/cmus.md index f58d062313..30830ea16e 100644 --- a/pages/linux/cmus.md +++ b/pages/linux/cmus.md @@ -2,6 +2,7 @@ > Command-line Music Player. > Use arrow keys to navigate, `` to select, and numbers 1-8 switch between different views. +> See also: `ncmpcpp`, `clementine`, `qmmp`. > More information: . - Open cmus into the specified directory (this will become your new working directory): diff --git a/pages/linux/dolphin.md b/pages/linux/dolphin.md index dbebd67c65..cdbc47e1ed 100644 --- a/pages/linux/dolphin.md +++ b/pages/linux/dolphin.md @@ -1,6 +1,7 @@ # dolphin > KDE's file manager to manage files and directories. +> See also: `nautilus`, `caja`, `thunar`, `ranger`. > More information: . - Launch the file manager: diff --git a/pages/linux/homeshick.md b/pages/linux/homeshick.md index cece7f486b..ed38436b9c 100644 --- a/pages/linux/homeshick.md +++ b/pages/linux/homeshick.md @@ -1,6 +1,7 @@ # homeshick > Synchronize Git dotfiles. +> See also: `chezmoi`, `stow`, `tuckr`, `vcsh`. > More information: . - Create a new castle: diff --git a/pages/linux/nautilus.md b/pages/linux/nautilus.md index 66b90143ab..2b643cf791 100644 --- a/pages/linux/nautilus.md +++ b/pages/linux/nautilus.md @@ -2,6 +2,7 @@ > Default file explorer for GNOME desktop environment. > Also known as GNOME Files. +> See also: `dolphin`, `caja`, `thunar`, `vifm`. > More information: . - Launch Nautilus: diff --git a/pages/linux/pw-play.md b/pages/linux/pw-play.md index e16cb52b55..92f729e075 100644 --- a/pages/linux/pw-play.md +++ b/pages/linux/pw-play.md @@ -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: . - Play a WAV sound file over the default target: diff --git a/pages/linux/termusic.md b/pages/linux/termusic.md index 8b8f00ca47..3c8a82629b 100644 --- a/pages/linux/termusic.md +++ b/pages/linux/termusic.md @@ -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: . - Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`): diff --git a/pages/linux/thunar.md b/pages/linux/thunar.md index 932202eba5..0db1fcc751 100644 --- a/pages/linux/thunar.md +++ b/pages/linux/thunar.md @@ -1,6 +1,7 @@ # thunar > Graphical file manager for XFCE desktop environments. +> See also: `caja`, `dolphin`, `nautilus`, `mc`. > More information: . - Open a new window showing the current directory: diff --git a/pages/linux/ytfzf.md b/pages/linux/ytfzf.md index 2b799d30ec..6fc0e28996 100644 --- a/pages/linux/ytfzf.md +++ b/pages/linux/ytfzf.md @@ -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: . - Search for videos on YouTube with thumbnail previews: