-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp
More file actions
29 lines (22 loc) · 645 Bytes
/
help
File metadata and controls
29 lines (22 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Workman - A simple workspace manager for your terminal emulator.
ADDING
workspace --add [name] add a workspace with name [name]
workspace -a [name]
DELETING
workspace --delete [name] delete the workspace with name [name]
workspace -d [name]
LISTING
workspace --list list all workspaces
workspace -l
HELP
workspace --help display help
workspace -h
VERSION
workspace --version display version
workspace -v
FINDING
workspace --which [name] show workspace directory
workspace -w [name]
SWITCHING
workspace [name] go to workspace [name]
workspace go to last used workspace