Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-26 00:18:49 +00:00
parent 686b592a91
commit aec5fb32c3
4 changed files with 25 additions and 8 deletions

View File

@@ -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}}`

21
tldr/gh-status Normal file
View File

@@ -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: <https://cli.github.com/manual/gh_status>.
- 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}}`

View File

@@ -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`

View File

@@ -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: