An open API service indexing awesome lists of open source software.

https://github.com/david-lor/tmux-python-interface

Python script para controlar TMUX sin introducir comandos para crear pantallas o acceder a pantallas abiertas.
https://github.com/david-lor/tmux-python-interface

Last synced: 10 months ago
JSON representation

Python script para controlar TMUX sin introducir comandos para crear pantallas o acceder a pantallas abiertas.

Awesome Lists containing this project

README

          

# TMUX-Python-Interface

Python script to manage TMUX sessions through a series of prompts and menus in console, using [bullet](https://github.com/Mckinsey666/bullet) and Python. For now, the script texts are in Spanish only.

_Python script para controlar sesiones de TMUX mediante una serie de menús en consola, sin tener que introducir comandos, utilizando [bullet](https://github.com/Mckinsey666/bullet) y Python. Por ahora, los textos del script están únicamente en castellano._

## Available operations / _Operaciones disponibles_

- Create new TMUX sessions
- _Crear nuevas sesiones TMUX_
- Set custom names for new sessions
- _Establecer nombres personalizados a nuevas sesiones_
- Open detached sessions
- _Abrir sesiones activas en segundo plano_
- Run commands on detached sessions, without opening the session
- _Ejecutar comandos en sesiones activas en segundo plano, sin abrir la sesión_
- Kill/close detached sessions
- _Matar/cerrar sesiones activas en segundo plano_

## Requirements / _Requisitos_

- Python 3 (any 3.x version should work)
- _Python 3 (cualquier versión 3.x debería funcionar)_
- [bullet](https://github.com/Mckinsey666/bullet) (available through pip)
- _[bullet](https://github.com/Mckinsey666/bullet) (disponible desde pip)_
- tmux

## TODO

- English texts
- _Textos en inglés_
- Hotkey support on menus
- _Soporte para atajos de teclado en los menús_
- Better menu style
- _Mejorar aspecto visual de los menús_