mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 03:50:03 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/agg
4
tldr/agg
@@ -16,6 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`agg --cols 80 --rows 25 {{path/to/demo.cast}} {{path/to/demo.gif}}`
|
`agg --cols 80 --rows 25 {{path/to/demo.cast}} {{path/to/demo.gif}}`
|
||||||
|
|
||||||
|
- Create a GIF with a font size of 24 pixels:
|
||||||
|
|
||||||
|
`agg --font-size 24 {{path/to/demo.cast}} {{path/to/demo.gif}}`
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`agg {{[-h|--help]}}`
|
`agg {{[-h|--help]}}`
|
||||||
|
|||||||
12
tldr/brew-remove
Normal file
12
tldr/brew-remove
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, common]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# brew remove
|
||||||
|
|
||||||
|
> This command is an alias of `brew uninstall`.
|
||||||
|
|
||||||
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
`tldr brew uninstall`
|
||||||
12
tldr/brew-rm
Normal file
12
tldr/brew-rm
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, common]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# brew rm
|
||||||
|
|
||||||
|
> This command is an alias of `brew uninstall`.
|
||||||
|
|
||||||
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
`tldr brew uninstall`
|
||||||
@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Uninstall a formula/cask:
|
- Uninstall a formula/cask:
|
||||||
|
|
||||||
`brew uninstall {{formula|cask}}`
|
`brew {{[rm|uninstall]}} {{formula|cask}}`
|
||||||
|
|
||||||
- Uninstall a cask and remove all associated files:
|
- Uninstall a cask and remove all associated files:
|
||||||
|
|
||||||
`brew uninstall --zap {{cask}}`
|
`brew {{[rm|uninstall]}} --zap {{cask}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user