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