https://github.com/propilideno/tmux-cloud
https://github.com/propilideno/tmux-cloud
cloud devops tmux tmux-plugin tmux-plugins
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/propilideno/tmux-cloud
- Owner: propilideno
- License: gpl-3.0
- Created: 2024-12-31T20:08:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T00:08:41.000Z (over 1 year ago)
- Last Synced: 2025-01-19T05:41:43.883Z (over 1 year ago)
- Topics: cloud, devops, tmux, tmux-plugin, tmux-plugins
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tmux Cloud

## Requirements
jq - Command-line JSON processor
```bash
sudo apt install jq
sudo pacman -S jq
```
## Supported CSP
| CSP | File | Requirements |
| -- | -- | -- |
| Azure | azure.tmux | azcli |
| AWS | - | - |
| GCP | - | - |
| Alibaba | - | - |
## Installation
### With TPM
.tmux.conf
```bash
set -g @plugin 'propilideno/tmux-cloud'
```
## Usage
.tmux.conf
```bash
set -g status-right ""
# .
# .
# append azure status to the right of the status bar
set -ga status-right " #(/bin/bash ~/.tmux/plugins/tmux-cloud/azure.tmux) "
```