ParthJadhav / Tmuxer

A Spotlight-like tool for searching and launching Tmux sessions in your preferred terminal.

Home Page:https://tmuxer.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Spotlight-like tool for searching and launching Tmux sessions in your preferred terminal.

https://tmuxer.vercel.app/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 56.7%Language:Rust 35.4%Language:CSS 6.0%Language:AppleScript 1.2%Language:HTML 0.6%