Compare commits
No commits in common. "7d18cfa2ce5e120706b9dde343e395210110d006" and "4ffe0063e76325e434bbc8135e0d96c716a9159f" have entirely different histories.
7d18cfa2ce
...
4ffe0063e7
2 changed files with 27 additions and 71 deletions
83
readme.md
83
readme.md
|
@ -1,96 +1,55 @@
|
|||
# Read Write eXecute
|
||||
|
||||
One project to rule them all.
|
||||
A tiny framework to read, write & execute things.
|
||||
|
||||
---
|
||||
|
||||
## Table Of Contents {#toc}
|
||||
|
||||
* 1 [Why](#why)
|
||||
* 2 [How](#how)
|
||||
* 2.1 [Shell](#how-shell)
|
||||
* 2.2 [Python](#how-python)
|
||||
* 3 [What](#what)
|
||||
* 3.1 [Features](#what-features)
|
||||
* 3.2 [Environment variables](#what-variables)
|
||||
* 4 [Who](#who)
|
||||
* 5 [Where](#where)
|
||||
* 5.1 [Chat](#where-chat)
|
||||
* 5.2 [Repo](#where-repo)
|
||||
* 5.3 [Site](#where-site)
|
||||
* 6 [When](#when)
|
||||
* 6.1 [Release tasks](#when-release)
|
||||
* 6.2 [Further tasks](#when-further)
|
||||
## Why
|
||||
|
||||
---
|
||||
|
||||
## 1 [Why](#toc) {#why}
|
||||
## How
|
||||
|
||||
---
|
||||
|
||||
## 2 [How](#toc) {#how}
|
||||
|
||||
Two interpreted languages for flexibility.
|
||||
|
||||
### 2.1 [Shell](#how) {#how-shell}
|
||||
|
||||
* [X] functions to
|
||||
* [X] alias
|
||||
* [X] lint
|
||||
* [X] Git
|
||||
* [X] Python
|
||||
* [X] Shell
|
||||
* [X] log
|
||||
* [X] rescue
|
||||
* [X] Hetzner
|
||||
* [X] OVH
|
||||
* [X] profiles
|
||||
* [X] ffmpeg
|
||||
* [X] tmux
|
||||
|
||||
### 2.2 [Python](#how) {#how-python}
|
||||
## What
|
||||
|
||||
---
|
||||
|
||||
## 3 [What](#toc) {#what}
|
||||
## Who
|
||||
|
||||
### 3.1 [Features](#what) {#what-features}
|
||||
### By
|
||||
|
||||
* [ ] self
|
||||
* [ ] install modules
|
||||
* [Marc Beninca](https://marc.beninca.link)
|
||||
|
||||
### 3.2 [Environment variables](#what) {#what-variables}
|
||||
### For
|
||||
|
||||
* myself
|
||||
|
||||
---
|
||||
|
||||
## 4 [Who](#toc) {#who}
|
||||
## Where
|
||||
|
||||
* Author: [Marc Beninca](https://forge.rwx.work/marc.beninca)
|
||||
|
||||
---
|
||||
|
||||
## 5 [Where](#toc) {#where}
|
||||
|
||||
### 5.1 [Chat](#where) {#where-chat}
|
||||
### Chat
|
||||
|
||||
* [Discord](https://discord.com/channels/983145051985154108/1255894474895134761)
|
||||
* [IRC](ircs://irc.libera.chat/##rwx)
|
||||
|
||||
### 5.2 [Repo](#where) {#where-repo}
|
||||
### Forge
|
||||
|
||||
* [Code](https://forge.rwx.work/rwx.work/rwx)
|
||||
* [Feed](https://forge.rwx.work/rwx.work/rwx.rss)
|
||||
* [Actions](https://forge.rwx.work/rwx.work/rwx/actions)
|
||||
* [Repository](https://forge.rwx.work/rwx.work/rwx)
|
||||
* [RSS](https://forge.rwx.work/rwx.work/rwx.rss)
|
||||
* [Workflows](https://forge.rwx.work/rwx.work/rwx/actions)
|
||||
|
||||
### 5.3 [Site](#where) {#where-site}
|
||||
### Deployment
|
||||
|
||||
* [Web](https://rwx.rwx.work)
|
||||
* [Site](https://rwx.rwx.work)
|
||||
|
||||
---
|
||||
|
||||
## 6 [When](#toc) {#when}
|
||||
## When
|
||||
|
||||
### 6.1 [Release tasks](#when) {#when-release}
|
||||
### Task stack
|
||||
|
||||
#### Python
|
||||
|
||||
|
@ -113,5 +72,3 @@ Two interpreted languages for flexibility.
|
|||
* apt
|
||||
* apt-file search | grep
|
||||
* ffmpeg
|
||||
|
||||
### 6.2 [Further tasks](#when) {#when-further}
|
||||
|
|
15
sh/tmux.sh
15
sh/tmux.sh
|
@ -76,7 +76,7 @@ set-option -g pane-border-style fg=blue
|
|||
# ╰────────┴────────╯
|
||||
|
||||
# status lines
|
||||
set-option -g status on
|
||||
set-option -g status 3
|
||||
|
||||
# background color
|
||||
set-option -g status-bg '#0D0D0D'
|
||||
|
@ -91,7 +91,7 @@ set-option -g status-format[0] '\
|
|||
#{?window_zoomed_flag,#[fg=magenta][, }\
|
||||
#[fg=yellow]#{window_index}\
|
||||
#{?window_zoomed_flag,#[fg=magenta]], }\
|
||||
\
|
||||
\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=blue]}}\
|
||||
#{window_name}\
|
||||
|
@ -179,9 +179,8 @@ set-option -g status-position bottom
|
|||
# detach client
|
||||
bind-key -n F6 detach-client
|
||||
|
||||
# new
|
||||
bind-key -n S-M-Down new-session
|
||||
bind-key -n S-M-Right new-window
|
||||
# new window
|
||||
bind-key -n F2 new-window
|
||||
|
||||
# select pane
|
||||
bind-key -n C-S-Down select-pane -D
|
||||
|
@ -190,7 +189,7 @@ bind-key -n C-S-Right select-pane -R
|
|||
bind-key -n C-S-Up select-pane -U
|
||||
|
||||
# status lines
|
||||
bind-key -n C-F6 set-option -g status off
|
||||
bind-key -n C-F10 set-option -g status off
|
||||
bind-key -n C-F1 set-option -g status on
|
||||
bind-key -n C-F2 set-option -g status 2
|
||||
bind-key -n C-F3 set-option -g status 3
|
||||
|
@ -234,7 +233,7 @@ bind-key M-Right swap-window -t +1
|
|||
# ╭───────────────────┼───────────┼─────────┼─────┼───────┤
|
||||
# │ command-prompt │ │ │ │ : │
|
||||
# │ copy-mode │ │ │ │ PPage │
|
||||
# │ detach-client │ F6 │ │ │ d │
|
||||
# │ detach-client │ │ │ │ d │
|
||||
# │ new-session │ │ │ │ │
|
||||
# │ new-window │ F2 │ │ │ c │
|
||||
# │ next-window │ M-Right │ │ │ n │
|
||||
|
@ -247,7 +246,7 @@ bind-key M-Right swap-window -t +1
|
|||
# │ select-pane -R │ C-S-Right │ │ │ │
|
||||
# │ select-pane -U │ C-S-Up │ │ │ │
|
||||
# │ set -g mouse │ │ t │ │ │
|
||||
# │ set -g status off │ C-F6 │ │ │ │
|
||||
# │ set -g status off │ C-F10 │ │ │ │
|
||||
# │ set -g status on │ C-F1 │ │ │ │
|
||||
# │ set -g status 2 │ C-F2 │ │ │ │
|
||||
# │ set -g status 3 │ C-F3 │ │ │ │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue