2024-09-15 21:35:51 +00:00
|
|
|
# Read Write eXecute
|
|
|
|
|
|
|
|
A tiny framework to read, write & execute things.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Why
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## How
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## What
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Who
|
|
|
|
|
|
|
|
### By
|
|
|
|
|
|
|
|
* [Marc Beninca](https://marc.beninca.link)
|
|
|
|
|
|
|
|
### For
|
|
|
|
|
|
|
|
* myself
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Where
|
|
|
|
|
|
|
|
### Chat
|
|
|
|
|
|
|
|
* [Discord](https://discord.com/channels/983145051985154108/1255894474895134761)
|
|
|
|
* [IRC](ircs://irc.libera.chat/##rwx)
|
|
|
|
|
|
|
|
### Forge
|
|
|
|
|
|
|
|
* [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)
|
|
|
|
|
|
|
|
### Deployment
|
|
|
|
|
|
|
|
* [Site](https://rwx.rwx.work)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## When
|
|
|
|
|
|
|
|
### Task stack
|
2024-09-15 21:40:15 +00:00
|
|
|
|
|
|
|
* character constants for box drawing
|
|
|
|
* parse pyproject.toml to write commands
|
|
|
|
* write classes for
|
|
|
|
* steps bars to log
|
|
|
|
* system commands to run
|
|
|
|
* with single call of subprocess.run
|
|
|
|
* or alternate subprocess method?
|