Compare commits
3 commits
db47d5c80a
...
26fea93bdb
Author | SHA1 | Date | |
---|---|---|---|
26fea93bdb | |||
c300ab86d7 | |||
2f0c3a0487 |
3 changed files with 60 additions and 15 deletions
|
@ -1,7 +0,0 @@
|
|||
******************
|
||||
Read Write eXecute
|
||||
******************
|
||||
|
||||
`English <readme.rst>`_ | `Français <readme.fr.rst>`_
|
||||
|
||||
Français
|
60
readme.md
Normal file
60
readme.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
# 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
|
||||
|
||||
* 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?
|
|
@ -1,8 +0,0 @@
|
|||
Read Write eXecute
|
||||
==================
|
||||
|
||||
`English <https://doc.rwx.work>`_
|
||||
---------------------------------
|
||||
|
||||
`Français <https://doc.rwx.work>`_
|
||||
----------------------------------
|
Loading…
Reference in a new issue