mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 16:45:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -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
21
tldr/gh-status
Normal 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}}`
|
||||
@@ -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`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user