mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Update readme
This commit is contained in:
16
README.md
16
README.md
@@ -55,22 +55,24 @@ Which will yield a Tmux window looking like this:
|
|||||||
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
||||||
```
|
```
|
||||||
|
|
||||||
And add the following to your `~/.profile` or equivalent:
|
And add the following to your `~/.profile`, `~/.bash_profile` or equivalent:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[[ -s "$HOME/.tmuxifier/init.sh" ]] && source "$HOME/.tmuxifier/init.sh"
|
[[ -s "$HOME/.tmuxifier/init.sh" ]] && source "$HOME/.tmuxifier/init.sh"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Usage
|
||||||
|
|
||||||
```bash
|
*__Note:__ This section needs expanding upon.*
|
||||||
tmuxifier help
|
|
||||||
```
|
For a quick reference on available commands, please run:
|
||||||
|
|
||||||
|
tmuxifier help
|
||||||
|
|
||||||
Tmuxifier doesn't come with any layouts, so you'll want to create your own
|
Tmuxifier doesn't come with any layouts, so you'll want to create your own
|
||||||
window and session layout files. New layout files are populated with examples
|
window and session layout files. New layout files are populated with examples
|
||||||
and comments explaining what things do. Also, having a look at the
|
and comments explaining what things do. Also, having a look at the
|
||||||
[examples][] directory will also be good for you.
|
[examples][] directory will also give you a good idea.
|
||||||
|
|
||||||
[examples]: https://github.com/jimeh/tmuxifier/tree/master/examples
|
[examples]: https://github.com/jimeh/tmuxifier/tree/master/examples
|
||||||
|
|
||||||
@@ -139,7 +141,7 @@ But if that doesn't put you off, please enjoy Tmuxifier :)
|
|||||||
|
|
||||||
## Todos
|
## Todos
|
||||||
|
|
||||||
* Improve Readme.
|
* Improve Readme, specially Usage section.
|
||||||
* Expand `help` command with details for most commands, rather than just the
|
* Expand `help` command with details for most commands, rather than just the
|
||||||
essential ones.
|
essential ones.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user