Tmuxer

Tmuxer helps you to quickly search and open your Tmux sessions in your desired terminal.
<b>Default shortcut: CMD + SHIFT + G</b>
❇️ Download now
🛠️ Build from source
Feature request / Bug reports
⛰️ Preview
<small>If preview is not loaded, please visit here preview gif.</small>

🤝 Contributing
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.
🛠️ Building for Production
Adding Targets
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
Building
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.