Update 'README.md'
This commit is contained in:
parent
a937e07fac
commit
a6795d792a
10
README.md
10
README.md
|
|
@ -1,5 +1,9 @@
|
||||||
Usage: session mode [args]
|
session
|
||||||
|
---
|
||||||
Manage detachable shell sessions using [dtach](https://github.com/crigler/dtach).
|
Manage detachable shell sessions using [dtach](https://github.com/crigler/dtach).
|
||||||
|
|
||||||
|
```text
|
||||||
|
Usage: session mode [args]
|
||||||
Available modes:
|
Available modes:
|
||||||
attach | att | a attach to an existing session
|
attach | att | a attach to an existing session
|
||||||
new | | n create a new session
|
new | | n create a new session
|
||||||
|
|
@ -35,5 +39,5 @@ session info [name]
|
||||||
session help
|
session help
|
||||||
Print this help message.
|
Print this help message.
|
||||||
|
|
||||||
session is configured using the file '/home/stumpf/.sessionrc', which, if
|
session is configured using the file '$HOME/.sessionrc', which, if
|
||||||
non-existent, can be initialized with 'session config generate'.
|
non-existent, can be initialized with 'session config generate'.'''
|
||||||
Loading…
Reference in New Issue