{"id":26790374,"url":"https://github.com/qiaopengjun5162/rcli","last_synced_at":"2025-03-29T14:28:27.292Z","repository":{"id":251746746,"uuid":"838279747","full_name":"qiaopengjun5162/rcli","owner":"qiaopengjun5162","description":"Rust cli","archived":false,"fork":false,"pushed_at":"2024-11-14T16:06:19.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T17:20:19.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qiaopengjun5162.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T10:16:24.000Z","updated_at":"2024-11-14T16:06:18.000Z","dependencies_parsed_at":"2024-11-14T17:19:31.338Z","dependency_job_id":null,"html_url":"https://github.com/qiaopengjun5162/rcli","commit_stats":null,"previous_names":["qiaopengjun5162/rcli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiaopengjun5162%2Frcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiaopengjun5162%2Frcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiaopengjun5162%2Frcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiaopengjun5162%2Frcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiaopengjun5162","download_url":"https://codeload.github.com/qiaopengjun5162/rcli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246195747,"owners_count":20738932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-29T14:28:26.835Z","updated_at":"2025-03-29T14:28:27.264Z","avatar_url":"https://github.com/qiaopengjun5162.png","language":"Rust","readme":"# RCLI\n\nrcli is a rust cli tool.\n\n## Usage\n\n```sh\nrcli on  feature/refactor is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base took 10.8s\n➜ cargo run -- csv -i assets/juventus.csv --format json\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s\n     Running `target/debug/rcli csv -i assets/juventus.csv --format json`\n\n\nrcli on  feature/refactor [!] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base took 5.6s\n➜ cargo run -- genpass -l 32\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s\n     Running `target/debug/rcli genpass -l 32`\naK54VX@m_bwhzFdWoxud^R7by9%4787V\nPassword strength: Four\n\n\nrcli on  feature/refactor [!] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base\n➜ cargo run -- base64 encode\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s\n     Running `target/debug/rcli base64 encode`\nhello!\naGVsbG8hCg==\n\n\nrcli on  feature/refactor [!] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base\n➜ cargo run -- base64 encode --format urlsafe -i Cargo.toml \u003e tmp.b64\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s\n     Running `target/debug/rcli base64 encode --format urlsafe -i Cargo.toml`\n\nrcli on  feature/refactor [!?] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base\n➜ cargo run -- base64 decode --format urlsafe -i tmp.b64\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s\n     Running `target/debug/rcli base64 decode --format urlsafe -i tmp.b64`\n[package]\nname = \"rcli\"\n\n\nrcli on  feature/text [!?] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base\n➜ cargo run -- text sign -k fixtures/ed25519.sk --format ed25519\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s\n     Running `target/debug/rcli text sign -k fixtures/ed25519.sk --format ed25519`\nhello!^D\nKiS91TPswopDjf7v6oRjA9-U57SMuG9VYcpQ9XWh8vYsACFwLJ6anUG-Nw3ZCqJN_-Bdd67op5xd1cQ8pRayBQ\n\nrcli on  feature/text [!?] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base took 7.9s\n➜ cargo run -- text verify -k fixtures/ed25519.pk --format ed25519 --sig KiS91TPswopDjf7v6oRjA9-U57SMuG9VYcpQ9XWh8vYsACFwLJ6anUG-Nw3ZCqJN_-Bdd67op5xd1cQ8pRayBQ\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s\n     Running `target/debug/rcli text verify -k fixtures/ed25519.pk --format ed25519 --sig KiS91TPswopDjf7v6oRjA9-U57SMuG9VYcpQ9XWh8vYsACFwLJ6anUG-Nw3ZCqJN_-Bdd67op5xd1cQ8pRayBQ`\nhello!\ntrue\n\n\nrcli on  feature/refactor is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base took 39.6s\n➜ cargo run -- text sign -k fixtures/ed25519.sk --format ed25519\n   Compiling rcli v0.1.0 (/Users/qiaopengjun/Code/rust/rcli)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s\n     Running `target/debug/rcli text sign -k fixtures/ed25519.sk --format ed25519`\nhello!\ngATe_c_7hUS-QnuGnVyIEyB1ivnzcFKNOqrDf4L_WGg-UUXhWt2nSa-Fg-Du4yueBbecPi5xvSWkeFwmyDH2AQ\n\nrcli on  feature/refactor is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base took 7.4s\n➜ cargo run -- text verify -k fixtures/ed25519.pk --format ed25519 --sig gATe_c_7hUS-QnuGnVyIEyB1ivnzcFKNOqrDf4L_WGg-UUXhWt2nSa-Fg-Du4yueBbecPi5xvSWkeFwmyDH2AQ\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s\n     Running `target/debug/rcli text verify -k fixtures/ed25519.pk --format ed25519 --sig gATe_c_7hUS-QnuGnVyIEyB1ivnzcFKNOqrDf4L_WGg-UUXhWt2nSa-Fg-Du4yueBbecPi5xvSWkeFwmyDH2AQ`\nhello!\n✓ Signature verified\n\n\nrcli on  feature/refactor [!?] is 📦 0.1.0 via 🦀 1.82.0 via 🅒 base\n➜ cargo run -- http serve\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s\n     Running `target/debug/rcli http serve`\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiaopengjun5162%2Frcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiaopengjun5162%2Frcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiaopengjun5162%2Frcli/lists"}