https://github.com/amtoine/tmux-sessionizer
A sessionizer for Tmux
https://github.com/amtoine/tmux-sessionizer
nushell package scripting
Last synced: 3 months ago
JSON representation
A sessionizer for Tmux
- Host: GitHub
- URL: https://github.com/amtoine/tmux-sessionizer
- Owner: amtoine
- License: gpl-3.0
- Created: 2023-10-27T17:36:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T17:11:30.000Z (about 1 year ago)
- Last Synced: 2025-01-22T17:46:49.092Z (4 months ago)
- Topics: nushell, package, scripting
- Language: Nushell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmux-sessionizer
A sessionizer for Tmux## installation
- install [Nupm] (**recommended**) by following the [Nupm instructions]
- download the `tmux-sessionizer` repository
```shell
git clone https://github.com/amtoine/tmux-sessionizer
```
- activate the `nupm` module with `use nupm`
- install the `tmux-sessionizer.nu` package
```nushell
nupm install --path --force tmux-sessionizer
```> **Important**
> do not forget to add `$env.NUPM_HOME | path join "scripts"` to your `$env.PATH`## get some help
run the following
```nushell
tmux-sessionizer.nu --help
```## configuration
see [`tmux.conf`](tmux.conf)[Nupm]: https://github.com/nushell/nupm
[Nupm instructions]: https://github.com/nushell/nupm#-installation