Metadata-Version: 2.1
Name: auto-tmux
Version: 0.2.0
Summary: yet another tmux automation script that takes yaml
Home-page: https://github.com/calacuda/auto-tmux
Author: Calacuda
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: pyaml
Requires-Dist: libtmux

# auto-tmux

a tool to automate tmux session configurations. this tool is similar to [tmuxinator](https://github.com/tmuxinator/tmuxinator) but less mature. plus side it is written in a less archaic language.

## TODO

- [ ] consider making publishing to PYPI
  - [ ] if doing so, add automation to github acitons
