Skip to content

Commit

Permalink
docs(README): Update usage for list and ls
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Aug 1, 2020
1 parent 0e70958 commit 039ccb9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ $ muxed my_project
```shell
Usage:
muxed [options] <project>
muxed (list | ls)
muxed [flags] [options] <project>
muxed edit [options] <project>
muxed new [options] <project>
muxed snapshot [options] <project>
muxed load [flags] [options] <project>
muxed new [flags] [options] <project>
muxed snapshot [flags] [options] <project>
muxed (-h | --help)
muxed (-v | --version)
Expand All @@ -131,15 +133,17 @@ Flags:
Options:
-p <project_dir> The directory your project config files live in. Defaults to ~/.muxed/
-t <tmux_session> The name of the running TMUX session to codify
-t <session> The name of the running TMUX session to codify
Args:
<project> The name of your project to open
Subcommands:
edit <project> Edit an existing project file
new <project> To create a new project file
snapshot -t session <project> Capture a running session and create a config file for it
list List the availiable project configs
edit <project> Edit an existing project file
load <project> Load the specified project, this is the default command
new <project> To create a new project file
snapshot -t <session> <project> Capture a running session and create a config file for it
```
## Inspiration
Expand Down

0 comments on commit 039ccb9

Please sign in to comment.