diff --git a/tldr/git-status b/tldr/git-status index 329a983e..5a415e05 100644 --- a/tldr/git-status +++ b/tldr/git-status @@ -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` diff --git a/tldr/linux/plasmashell b/tldr/linux/plasmashell new file mode 100644 index 00000000..a4f12708 --- /dev/null +++ b/tldr/linux/plasmashell @@ -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: . + +- 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`