Commit graph

4 commits

Author SHA1 Message Date
Snider
7a1381e4ef
Merge pull request #1 from Snider/feature-borg-data-collector
feat: Implement core data collection and Trix cube functionality
2025-10-31 20:10:19 +00:00
google-labs-jules[bot]
21f9a9ca74 feat: Implement core data collection and Trix cube functionality
This commit introduces the core functionality of the Borg Data Collector.

- Adds the `collect` command to clone a single Git repository and store it in a Trix cube.
- Adds the `collect all` command to clone all public repositories from a GitHub user or organization.
- Implements the Trix cube as a `tar` archive.
- Adds the `ingest` command to add files to a Trix cube.
- Adds the `cat` command to extract files from a Trix cube.
- Integrates Borg-themed status messages for a more engaging user experience.
2025-10-31 05:02:29 +00:00
Snider
c68d13a5b7
README 2025-10-31 00:50:29 +00:00
Snider
44646e6556
Add EUPL v. 1.2 license
Added the European Union Public Licence v. 1.2 to the project.
2025-10-31 00:10:08 +00:00