diff --git a/README.md b/README.md index eb48b7e..3df399f 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,12 @@ $ muxed my_project ```shell Usage: - muxed [options] + muxed (list | ls) + muxed [flags] [options] muxed edit [options] - muxed new [options] - muxed snapshot [options] + muxed load [flags] [options] + muxed new [flags] [options] + muxed snapshot [flags] [options] muxed (-h | --help) muxed (-v | --version) @@ -131,15 +133,17 @@ Flags: Options: -p The directory your project config files live in. Defaults to ~/.muxed/ - -t The name of the running TMUX session to codify + -t The name of the running TMUX session to codify Args: The name of your project to open Subcommands: - edit Edit an existing project file - new To create a new project file - snapshot -t session Capture a running session and create a config file for it + list List the availiable project configs + edit Edit an existing project file + load Load the specified project, this is the default command + new To create a new project file + snapshot -t Capture a running session and create a config file for it ``` ## Inspiration