1
0
Fork 0
Go to file
2024-05-30 13:37:08 -06:00
docs MIT License from Fabric 2024-05-29 11:54:19 -06:00
src/scriptmind fix dirname in help 2024-05-30 13:37:08 -06:00
.gitignore Ignore generated analyzepaper.txt 2024-05-29 17:18:30 -06:00
CHANGELOG.txt v0.2.0 2024-05-29 17:21:34 -06:00
LICENSE.txt Apache 2.0 2024-05-29 11:45:02 -06:00
pyproject.toml rm agents which used non-free 2024-05-29 16:44:30 -06:00
README.md ffmpeg sort of dep 2024-05-30 13:10:26 -06:00

ScriptMind

ScriptMind.

Install

Debian. Install depedenicies:

sudo apt install git python3-venv python3-pip xclip ffmpeg

Install this repo thusly:

git clone https://spacecruft.org/deepcrayon/ScriptMind
cd ScriptMind/
# pyenv local 3.11 # if pyenv is used
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .

Run

Run thusly.

echo "ScriptMind, not yet"

Website

https://spacecruft.org/deepcrayon/ScriptMind

Fork

ScriptMind is a fork of parts of Fabric.

Fabric is being re-written by upstream from Python to Go. I prefer it in Python. Upstream also assumes usage of proprietary APIs and SaaS. This fork will be for self-hosting only. Any telemetry code found will also be disabled and/or removed. Just CLI scripts will be used, no web GUI.

Status

Alpha development, not ready for general usage.

License

Apache 2.0 license.

Copyright © 2024, Jeff Moe.