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.
- Host: GitHub
- URL: https://github.com/david-lor/tmux-python-interface
- Owner: David-Lor
- Created: 2017-09-23T13:40:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T17:00:30.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T14:47:49.716Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_