Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nickvourd/tmux-yaml-collection
- Owner: nickvourd
- License: mit
- Created: 2020-10-12T15:33:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T23:37:31.000Z (about 1 year ago)
- Last Synced: 2025-01-11T09:46:59.735Z (13 days ago)
- Topics: linux, project-management, shell, terminal, terminal-based, tmux, tmux-conf, tmuxp, unix, yaml, yaml-files, yml, yml-files
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## InstallationIn 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)