Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-16 00:15:20 +00:00
parent 8af6185d12
commit e2c8a10dea
2 changed files with 29 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ source: https://github.com/tldr-pages/tldr.git
`git status --short`
- Show [v]erbose information on changes in both the staging area and working directory:
`git status --verbose --verbose`
- Show the [b]ranch and tracking info:
`git status --branch`

25
tldr/linux/plasmashell Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# plasmashell
> Start and restart Plasma Desktop.
> More information: <https://invent.kde.org/plasma/plasma-desktop>.
- Restart `plasmashell`:
`systemctl restart --user plasma-plasmashell`
- Restart `plasmashell` without systemd:
`plasmashell --replace & disown`
- Display [h]elp on command-line options:
`plasmashell --help`
- Display help, including Qt options:
`plasmashell --help-all`