-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "i3nator" | ||
version = "1.2.0-rc.1" | ||
version = "1.2.0" | ||
edition = "2018" | ||
authors = ["Pit Kleyersburg <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,10 @@ Following the usage of i3nator as of 1.1.0. | |
|
||
<!-- usage-main --> | ||
```text | ||
i3nator 1.2.0 | ||
Pit Kleyersburg <[email protected]> | ||
i3nator is Tmuxinator for the i3 window manager | ||
|
||
USAGE: | ||
i3nator <SUBCOMMAND> | ||
|
||
|
@@ -50,41 +54,18 @@ FLAGS: | |
-V, --version Prints version information | ||
|
||
SUBCOMMANDS: | ||
copy [FLAGS] <EXISTING> <NEW> | ||
Copy an existing project to a new project | ||
|
||
delete <NAME>... | ||
Delete existing projects | ||
|
||
edit [FLAGS] <NAME> | ||
Open an existing project in your editor | ||
|
||
help | ||
Prints this message or the help of the given subcommand(s) | ||
|
||
info <NAME> | ||
Show information for the specified project | ||
|
||
layout <SUBCOMMAND> | ||
Manage layouts which can used in projects | ||
|
||
list [FLAGS] | ||
List all projects | ||
|
||
local [OPTIONS] | ||
Run a project from a local TOML-file | ||
|
||
new [FLAGS] <NAME> | ||
Create a new project and open it in your editor | ||
|
||
rename [FLAGS] <CURRENT> <NEW> | ||
Rename a project | ||
|
||
start [OPTIONS] <NAME> | ||
Start a project according to it's configuration | ||
|
||
verify [NAME]... | ||
Verify the configuration of the existing projects | ||
copy Copy an existing project to a new project | ||
delete Delete existing projects | ||
edit Open an existing project in your editor | ||
help Prints this message or the help of the given subcommand(s) | ||
info Show information for the specified project | ||
layout Manage layouts which can used in projects | ||
list List all projects | ||
local Run a project from a local TOML-file | ||
new Create a new project and open it in your editor | ||
rename Rename a project | ||
start Start a project according to it's configuration | ||
verify Verify the configuration of the existing projects | ||
``` | ||
<!-- /usage-main --> | ||
|
||
|
@@ -96,36 +77,24 @@ layouts: | |
|
||
<!-- usage-layout --> | ||
```text | ||
i3nator-layout 1.2.0 | ||
Manage layouts which can used in projects | ||
USAGE: | ||
i3nator layout <SUBCOMMAND> | ||
FLAGS: | ||
-h, --help Prints help information | ||
-h, --help Prints help information | ||
SUBCOMMANDS: | ||
copy [FLAGS] <EXISTING> <NEW> | ||
Copy an existing layout to a new layout | ||
delete <NAME>... | ||
Delete existing layouts | ||
edit [FLAGS] <NAME> | ||
Open an existing layout in your editor | ||
help | ||
Prints this message or the help of the given subcommand(s) | ||
info <NAME> | ||
Show information for the specified layout | ||
list [FLAGS] | ||
List all layouts | ||
new [FLAGS] <NAME> | ||
Create a new layout and open it in your editor | ||
rename [FLAGS] <CURRENT> <NEW> | ||
Rename a layout | ||
copy Copy an existing layout to a new layout | ||
delete Delete existing layouts | ||
edit Open an existing layout in your editor | ||
help Prints this message or the help of the given subcommand(s) | ||
info Show information for the specified layout | ||
list List all layouts | ||
new Create a new layout and open it in your editor | ||
rename Rename a layout | ||
``` | ||
<!-- /usage-layout --> | ||
|
||
|