'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 1m18s

This commit is contained in:
Your Name
2025-06-17 20:41:30 +12:00
parent 4a4663eda3
commit e97a893e3b
7 changed files with 268 additions and 21 deletions

View File

@ -60,12 +60,10 @@ export CMAKE_BUILD_TYPE="Release"
getpkg manages a tool ecosystem by:
- Installing tools to `~/.local/bin/getpkg/<tool_name>/`
- Managing bash completions and aliases via `~/.bashrc_dropshell_tool`
- Managing bash completions and aliases via `~/.bashrc_getpkg`
- Storing tool metadata in `~/.config/getpkg/`
- Publishing/downloading tools via getbin.xyz object storage
Each tool includes a `getpkg-config.json` with aliases and setup scripts.
## Publishing Requirements
Publishing requires the `SOS_WRITE_TOKEN` environment variable for authentication to the object storage system.