Compare commits
2 commits
b93d814f6f
...
449921656c
Author | SHA1 | Date | |
---|---|---|---|
449921656c | |||
638fce2331 |
2 changed files with 8 additions and 1 deletions
|
@ -92,6 +92,13 @@ using an AUR package manager such as <a href="https://github.com/Morganamilo/par
|
||||||
Install the package using Cargo with the command <code>cargo install tmux-remux</code>.
|
Install the package using Cargo with the command <code>cargo install tmux-remux</code>.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
### Man Page
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Section 1</summary>
|
||||||
|
Copy and paste <code>man/remux.1</code> into <code>/usr/share/man/man1/</code>.
|
||||||
|
</details>
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The pretty-print attached symbol (default: `*`) can be set manually by setting `REMUX_ATTACH_SYMBOL`.
|
The pretty-print attached symbol (default: `*`) can be set manually by setting `REMUX_ATTACH_SYMBOL`.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm remux
|
.Nm remux
|
||||||
.Op Fl dhnqrtv
|
.Op Fl dhnqrtv
|
||||||
.Op command
|
.Op Ar command
|
||||||
.Op args...
|
.Op args...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in a new issue