Skip to content

Commit

Permalink
Add 'tmuxinator new --local' entry to README (#733)
Browse files Browse the repository at this point in the history
* Add 'tmuxinator new --local' entry to README (#439)

* Rework local project README entry

* update CHANGELOG.md
  • Loading branch information
bdlangton authored and ethagnawl committed Dec 1, 2019
1 parent 24bb5d9 commit 24d6910
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- correct edge tmux version detection (#728)

### Misc
- document local project creation (#439)
- add support for tmux 3.0 and 3.0a (#734)

## 1.1.2
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ Create or edit your projects with:
tmuxinator new [project]
```

Create or edit a local project where the config file will be stored in the
current working directory (in `.tmuxinator.yml`) instead of the default
project configuration file location (e.g. `~/.config/tmuxinator`):

```
tmuxinator new --local [project]
```

For editing you can also use `tmuxinator open [project]`. `new` is aliased to
`n`,`open` to `o`, and `edit` to `e`. Please note that dots can't be used in project
names as tmux uses them internally to delimit between windows and panes.
Expand Down

0 comments on commit 24d6910

Please sign in to comment.