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

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

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) "
```