Update 'README.md'

This commit is contained in:
Michael Krayer 2021-03-20 14:33:18 +01:00
parent a937e07fac
commit a6795d792a
1 changed files with 7 additions and 3 deletions

View File

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