mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 15:46:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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:
|
||||
|
||||
@@ -7,6 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> 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):
|
||||
|
||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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:
|
||||
|
||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# homeshick
|
||||
|
||||
> Synchronize Git dotfiles.
|
||||
> See also: `chezmoi`, `stow`, `tuckr`, `vcsh`.
|
||||
> More information: <https://github.com/andsens/homeshick/wiki>.
|
||||
|
||||
- Create a new castle:
|
||||
|
||||
@@ -7,6 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> 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:
|
||||
|
||||
@@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:
|
||||
|
||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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`):
|
||||
|
||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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:
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# torsocks
|
||||
|
||||
> Use any application through the Tor network.
|
||||
> Route the traffic of any application through the Tor network.
|
||||
> Note: `torsocks` will assume that it should connect to the Tor SOCKS proxy running at 127.0.0.1:9050 being the defaults of the Tor daemon.
|
||||
> More information: <https://gitlab.torproject.org/tpo/core/torsocks/>.
|
||||
|
||||
- Run a command using Tor:
|
||||
@@ -15,3 +16,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Enable or disable Tor in this shell:
|
||||
|
||||
`. torsocks {{on|off}}`
|
||||
|
||||
- Spawn a new Tor enabled shell:
|
||||
|
||||
`torsocks --shell`
|
||||
|
||||
- Check if current shell is Tor enabled (`LD_PRELOAD` value will be empty if disabled):
|
||||
|
||||
`torsocks show`
|
||||
|
||||
- [i]solate traffic through a different Tor circuit, improving anonymity:
|
||||
|
||||
`torsocks --isolate {{curl https://check.torproject.org/api/ip}}`
|
||||
|
||||
- Connect to a Tor proxy running on a specific [a]ddress and [P]ort:
|
||||
|
||||
`torsocks --address {{ip}} --port {{port}} {{command}}`
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user