Skip to content

ParthJadhav/Tmuxer

Repository files navigation

Tmuxer

Tmuxer Banner

Tmuxer helps you to quickly search and open your Tmux sessions in your desired terminal.

Default shortcut: CMD + SHIFT + G

⛰️ Preview

If preview is not loaded, please visit here preview gif.

Tmuxer App Preview

🤝 Contributing

To get Tmuxer set up on your machine, you'll need to have Rust and NPM installed. Then, follow these steps:

  1. Clone the project using git clone https://github.com/ParthJadhav/Tmuxer.git
  2. Change into the project directory: cd Tmuxer
  3. Install dependencies: npm install
  4. 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.

Contributing guidelines

Code of conduct

📝 License

Tmuxer is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. See the LICENSE file for more information.