Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-24 00:14:29 +00:00
parent 9e6047a02d
commit 2921ecc3a0
11 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# git lfs
> Work with large files in Git repositories.
> More information: <https://git-lfs.github.com>.
> More information: <https://git-lfs.com>.
- Initialize Git LFS:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# sam2p
> Raster (bitmap) image converter with smart PDF and PostScript (EPS) output.
> More information: <http://pts.50.hu/sam2p/>.
> More information: <https://github.com/pts/sam2p>.
- Concatenate all PDF files into one:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# secrethub
> Keep secrets out of config files.
> More information: <https://secrethub.io>.
> More information: <https://github.com/secrethub/secrethub-cli>.
- Print a secret to `stdout`:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# slimrb
> Convert Slim files to HTML.
> More information: <https://rdoc.info/gems/slim/frames#slim-command-slimrb>.
> More information: <https://rubydoc.info/gems/slim/frames#slim-command-slimrb>.
- Convert a Slim file to HTML:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# spfquery
> Query Sender Policy Framework records to validate e-mail senders.
> More information: <https://www.libspf2.org/>.
> More information: <https://manned.org/spfquery>.
- Check if an IP address is allowed to send an e-mail from the specified e-mail address:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# tree
> Show the contents of the current directory as a tree.
> More information: <http://mama.indstate.edu/users/ice/tree/>.
> More information: <https://manned.org/man/tree>.
- Print files and directories up to 'num' levels of depth (where 1 means the current directory):

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# unison
> Bidirectional file synchronisation tool.
> More information: <https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html>.
> More information: <https://github.com/bcpierce00/unison>.
- Sync two directories (creates log first time these two directories are synchronized):

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage virsh guest domains. (Note: 'guest_id' can be the ID, name or UUID of the guest).
> Some subcommands such as `virsh list` have their own usage documentation.
> More information: <https://libvirt.org/virshcmdref.html>.
> More information: <https://libvirt.org/manpages/virsh.html>.
- Connect to a hypervisor session:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWires API.
> See also: `wpctl`, `pipewire`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html>.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
- Make WirePlumber start with the user session immediately (for systemd systems):

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Run WirePlumber Lua scripts.
> See also: `wpctl`, `wireplumber`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/lua_api/lua_introduction.html>.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/scripting/lua_api/lua_introduction.html>.
- Run a WirePlumber script:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Delta encoding utility.
> Often used for applying patches to binary files.
> More information: <http://xdelta.org>.
> More information: <https://github.com/jmacd/xdelta>.
- Apply a patch: