Helper scripts for working with tmux more efficiently.
Project description
tmux_utils
Helper scripts for working with tmux more efficiently.
Badges 📛
project status badges:
version badges:
tools / frameworks used by test suite (i.e. used by make test
):
linters used to maintain code quality (i.e. used by make lint
):
tools / frameworks used to render documentation (i.e used by make build-docs
):
miscellaneous tools used to maintain this project:
Installation 🗹
Using pipx
to Install (preferred)
This package could be installed using pip like any other Python package (in fact, see the section below this one for instructions on how to do just that). Given that we only need this package's entry points, however, we recommend that pipx be used instead:
# install and setup pipx
python3 -m pip install --user pipx
python3 -m pipx ensurepath
# install tmux_utils
pipx install tmux_utils
Using pip
to Install
To install tmux_utils
using pip, run the following
commands in your terminal:
python3 -m pip install --user tmux_utils # install tmux_utils
If you don't have pip installed, this Python installation guide can guide you through the process.
Useful Links 🔗
- API Reference: A developer's reference of the API exposed by this project.
- cc-python: The cookiecutter that was used to generate this project. Changes made to this cookiecutter are periodically synced with this project using cruft.
- CHANGELOG.md: We use this file to document all notable changes made to this project.
- CONTRIBUTING.md: This document contains guidelines for developers interested in contributing to this project.
- Create a New Issue: Create a new GitHub issue for this project.
- Documentation: This project's full documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tmux_utils-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f587d630b6fba0c07b09e48ca4b71359b91afa851a755e6b87fa37bb7b8894e3 |
|
MD5 | b7250e1cc5c09731716f7119e074d59e |
|
BLAKE2b-256 | fc82345bfcc47610fd174381713efdc6cfe8b55d7fa411f24d2e8b1b61a066a1 |