From d4d392941ef5927ea5fbb2871a064a8d54a5cb63 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 22 Mar 2026 00:29:12 +0000 Subject: [PATCH] Update cheatsheets --- tldr/codium | 12 ++++++++++++ tldr/jbang | 4 ++-- tldr/linux/wpctl | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 tldr/codium diff --git a/tldr/codium b/tldr/codium new file mode 100644 index 00000000..50ab1b27 --- /dev/null +++ b/tldr/codium @@ -0,0 +1,12 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# codium + +> This command is an alias of `code`. + +- View documentation for the original command: + +`tldr code` diff --git a/tldr/jbang b/tldr/jbang index c479f98f..ab6d7f07 100644 --- a/tldr/jbang +++ b/tldr/jbang @@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git - Initialize a Java class (useful for scripting): -`jbang init --template={{cli}} {{path/to/file.java}}` +`jbang init {{[-t|--template]}}={{cli}} {{path/to/file.java}}` - Use `jshell` to explore and use a script and any dependencies in a REPL editor: -`jbang run --interactive` +`jbang run {{[-i|--interactive]}}` - Setup a temporary project to edit a script in an IDE: diff --git a/tldr/linux/wpctl b/tldr/linux/wpctl index 822b1a93..df6ba38c 100644 --- a/tldr/linux/wpctl +++ b/tldr/linux/wpctl @@ -38,6 +38,6 @@ source: https://github.com/tldr-pages/tldr.git `wpctl set-volume {{[-l|--limit]}} 1 {{id}} {{n}}%-` -- Mute/Unmute a sink (1 is mute, 0 is unmute): +- Mute/Unmute the default audio sink or source (1 is mute, 0 is unmute): -`wpctl set-mute {{id}} {{1|0|toggle}}` +`wpctl set-mute @DEFAULT_{{SINK|SOURCE}}@ {{1|0|toggle}}`