have basic UI for 1 repo, bootstrap, dark mode, ... #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Technical Specification: Hero Forge System
Overview
The Hero Forge system consists of two main components:
Components
Command Line Tools
heroforge: Primary CLI command (talking over openrpc to server), all needed to replace git and moreheroforge_server: Server management CLI commandServer Functionality
Requirements
Interface Specifications
heroforge: Command-line interface that communicates with server via OpenRPCheroforge_server: Command-line interface for server operations and managementUI
Constraints
heroforge-server --repo /tmp/demo.forge
make also a tool to quickly generate a demo repo, or pull one from internet from something existing, so its easy to test
there is something wrong how we show the results, its not showing the endresult
test with
cd /tmp
fossil clone https://fossil-scm.org/home demo.fossil
don't forget to rename .forge
so we have /tmp/demo.forge
ok now the basics seem to work, did some fixes