Read Write eXecute https://rwx.rwx.work
Find a file
2024-09-17 23:23:38 +02:00
rwx doc/read_file_ 2024-09-17 23:23:38 +02:00
.gitignore /.venv 2024-06-12 14:43:26 +02:00
license.md fix license 2024-02-19 21:57:32 +01:00
pyproject.toml doc/quiet 2024-09-16 01:17:55 +02:00
readme.md str 2024-09-16 12:04:43 +02:00

Read Write eXecute

A tiny framework to read, write & execute things.


Why


How


What


Who

By

For

  • myself

Where

Chat

Forge

Deployment


When

Task stack

  • character constants for box drawing
  • common str function
  • 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?