Tmuxer helps you to quickly search and open your Tmux sessions in your desired terminal.
Default shortcut: CMD + SHIFT + G
If preview is not loaded, please visit here preview gif.
To get Tmuxer set up on your machine, you'll need to have Rust and NPM installed. Then, follow these steps:
- Clone the project using
git clone https://github.com/ParthJadhav/Tmuxer.git
- Change into the project directory:
cd Tmuxer
- Install dependencies:
npm install
- Run the development server:
npm run tauri dev
If you encounter any issues, try running yarn tauri build
after installing dependencies.
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
yarn package-and-build
This will create a production build of the app both aarch64
& x86_64
systems in the src-tauri/target
directory.
All contributions from the open-source community, individuals, and partners are welcomed. Our achievement is a result of your active participation.
Checkout Issues section to find out what needs to be done.
Tmuxer is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. See the LICENSE file for more information.