we are so back (first real commit)

This commit is contained in:
ForeverPyrite
2025-09-19 21:34:09 -04:00
parent 83c7e7402d
commit a3176b6760
13 changed files with 880 additions and 0 deletions

3
r2cli/.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,3 @@
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file -->
This is a CLI tool for the r2client Rust library. It should provide subcommands for upload, download, and list, using environment variables for credentials and bucket info. Use idiomatic Rust CLI patterns (e.g., clap).