mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 21:54:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# kdesrc-build
|
||||
|
||||
> Easily build KDE components from its source repositories.
|
||||
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
||||
> More information: <https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/index.html>.
|
||||
|
||||
- Initialize `kdesrc-build`:
|
||||
|
||||
@@ -28,9 +28,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`kdesrc-build --resume-from={{dependency_component}} {{component_name}}`
|
||||
|
||||
- Print full compilation info:
|
||||
- Run a component with a specified executable name:
|
||||
|
||||
`kdesrc-build --debug {{component_name}}`
|
||||
`kdesrc-build --run --exec {{executable_name}} {{component_name}}`
|
||||
|
||||
- Build all configured components:
|
||||
|
||||
|
||||
@@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`wmctrl -r {{window_title}} -b toggle,fullscreen`
|
||||
|
||||
- Select a window a move it to a workspace:
|
||||
- Select a window and move it to a workspace:
|
||||
|
||||
`wmctrl -r {{window_title}} -t {{workspace_number}}`
|
||||
|
||||
Reference in New Issue
Block a user