From 9c814c43f4ac53d92bea42ad1dc36654579e472d Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 6 Mar 2024 16:05:53 -0500 Subject: [PATCH] updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1f6369..9b57ef8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ A tmux wrapper and command shortener written in Rust. ReMux's goal is to wrap tmux commands to be both shorter, and oriented around session names instead of session IDs. +To further simplify developer usage, the `attach`, `detach`, `has`, and `new` +commands can be used without a target field, and will default to the name of +the Git repository root directory, if one is found. + In their shortest forms, *every* ReMux command is as short or shorter than its equivalent tmux command: @@ -41,10 +45,6 @@ remux n -n foo ``` -If you're working in a git repository, the `attach`, `detach`, `has`, and `new` -commands can be used without a session title, and the repository directory name -will be used instead. - ## Dependencies ReMux depends on [tmux](https://github.com/tmux/tmux).