From aec5fb32c316a301f986ab7d18452dec0acba264 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 26 Sep 2025 00:18:49 +0000 Subject: [PATCH] Update cheatsheets --- tldr/dunst | 4 ++-- tldr/gh-status | 21 +++++++++++++++++++++ tldr/ibmcloud | 4 ---- tldr/watch | 4 ++-- 4 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 tldr/gh-status diff --git a/tldr/dunst b/tldr/dunst index 455f99e8..50dbf25c 100644 --- a/tldr/dunst +++ b/tldr/dunst @@ -17,10 +17,10 @@ source: https://github.com/tldr-pages/tldr.git `dunst -startup_notification` -- Print coming notifications to `stdout`: +- Print incoming notifications to `stdout`: `dunst -print` - Use the specified configuration file (default: `$XDG_CONFIG_HOME/dunst/dunstrc`): -`dunst -config {{path/to/file}}` +`dunst {{[-conf|-config]}} {{path/to/file}}` diff --git a/tldr/gh-status b/tldr/gh-status new file mode 100644 index 00000000..702c7172 --- /dev/null +++ b/tldr/gh-status @@ -0,0 +1,21 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# gh status + +> Check the status of subscribed repositories on GitHub. +> More information: . + +- Print information about all repositories you're subscribed to (issues, pull requests, reviews, mentions, activity, etc.): + +`gh status` + +- Exclude certain repositories: + +`gh status {{[-e|--exclude]}} {{repositories}}` + +- Print status of repositories belonging to an organization: + +`gh status {{[-o|--org]}} {{organization}}` diff --git a/tldr/ibmcloud b/tldr/ibmcloud index 546a112d..c8bde857 100644 --- a/tldr/ibmcloud +++ b/tldr/ibmcloud @@ -12,10 +12,6 @@ source: https://github.com/tldr-pages/tldr.git `ibmcloud update` -- Install the Cloud Foundry module for accessing Cloud Foundry services: - -`ibmcloud cf install` - - List all available IBM Cloud regions: `ibmcloud regions` diff --git a/tldr/watch b/tldr/watch index 01c6c80a..d06a059c 100644 --- a/tldr/watch +++ b/tldr/watch @@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git - Monitor disk space, highlighting differences as they appear: -`watch {{[-d|--differences]}} {{df}}` +`watch {{[-d|--differences]}} df` - Repeatedly run a pipeline and show the result: -`watch "{{command_1}} | {{command_2}} | {{command_3}}"` +`watch "{{command1}} | {{command2}} | {{command3}}"` - Exit `watch` if the visible output changes: