mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -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
25
tldr/linux/plasmashell
Normal 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`
|
||||
Reference in New Issue
Block a user