Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nickvourd/tmux-yaml-collection

Custom yaml files collection for tmux
https://github.com/nickvourd/tmux-yaml-collection

linux project-management shell terminal terminal-based tmux tmux-conf tmuxp unix yaml yaml-files yml yml-files

Last synced: 12 days ago
JSON representation

Custom yaml files collection for tmux

Awesome Lists containing this project

README

        

# Tmux Yaml Collection

Custom yaml files collection for tmux.



## Table of Contents

- [Tmux Yaml Collection](#tmux-yaml-collection)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Scripts Table](#scripts-table)
- [Usage](#usage)
- [References](#reference)

## Installation

In order to use the yaml files with tmux, you should install tmuxp:

```
sudo apt install tmuxp -y
```

## Scripts Table

The following table illustrates my custom yaml files used during various engagements:

| Yaml file | Description |
| ---- | ----------- |
| [pentest.yml](/Files/pentest.yml) | Penetration Test yaml file. |
| [redteam.yml](Files/redteam.yml) | Red Team yaml file. |

## Usage

In order to load yaml in tmuxp use the following:

```
tmuxp .yml
```

Example:

```
tmuxp pentest.yml
```

## Reference

- [tmuxp GitHub](https://github.com/tmux-python/tmuxp)
- [Yaml Official Website](https://yaml.org)