mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 20:52:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,6 +17,10 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`git status --short`
|
`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:
|
- Show the [b]ranch and tracking info:
|
||||||
|
|
||||||
`git status --branch`
|
`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