{"id":28837347,"url":"https://github.com/anhkhoakz/some-rust-scripts","last_synced_at":"2026-04-02T00:39:57.614Z","repository":{"id":289790639,"uuid":"972411602","full_name":"anhkhoakz/some-rust-scripts","owner":"anhkhoakz","description":"some-rust-scripts is a collection of simple and useful CLI tools written in Rust.","archived":false,"fork":false,"pushed_at":"2025-12-04T00:37:29.000Z","size":301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T02:45:47.972Z","etag":null,"topics":["cli","command-line-utility","rust"],"latest_commit_sha":null,"homepage":"https://anhkhoakz.github.io/some-rust-scripts/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anhkhoakz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["anhkhoakz"]}},"created_at":"2025-04-25T03:23:04.000Z","updated_at":"2025-12-04T00:37:33.000Z","dependencies_parsed_at":"2025-04-25T04:29:47.880Z","dependency_job_id":"f1d60219-fcda-4462-9490-ea03007f8dfa","html_url":"https://github.com/anhkhoakz/some-rust-scripts","commit_stats":null,"previous_names":["anhkhoakz/some-rust-scripts"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/anhkhoakz/some-rust-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anhkhoakz%2Fsome-rust-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anhkhoakz%2Fsome-rust-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anhkhoakz%2Fsome-rust-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anhkhoakz%2Fsome-rust-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anhkhoakz","download_url":"https://codeload.github.com/anhkhoakz/some-rust-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anhkhoakz%2Fsome-rust-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","command-line-utility","rust"],"created_at":"2025-06-19T12:06:29.734Z","updated_at":"2026-03-27T04:02:17.425Z","avatar_url":"https://github.com/anhkhoakz.png","language":"Rust","funding_links":["https://github.com/sponsors/anhkhoakz"],"categories":[],"sub_categories":[],"readme":"# some-rust-scripts\n\n## Table of Contents\n\n- [some-rust-scripts](#some-rust-scripts)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Building](#building)\n    - [Installing](#installing)\n    - [Uninstalling](#uninstalling)\n  - [Usage](#usage)\n  - [Examples](#examples)\n  - [License](#license)\n\n## About\n\n**some-rust-scripts** is a collection of simple and useful CLI tools written in Rust. Each script solves a specific problem efficiently from the terminal. The tools support various input formats and are intended for fast, practical use.\n\n## Getting Started\n\nFollow these instructions to build and use the scripts on your local machine.\n\n### Prerequisites\n\n- [Rust](https://www.rust-lang.org/tools/install) (version 1.86.0 or later)\n- Cargo (comes with Rust)\n\n### Building\n\nClone the repository and build the project:\n\n```sh\ngit clone https://github.com/anhkhoakz/some-rust-scripts.git\ncd some-rust-scripts/\u003cscript-name\u003e\ncargo build --release\n```\n\n### Installing\n\nTo install the binaries system-wide (requires sudo):\n\n```sh\njust install\n```\n\n### Uninstalling\n\nTo remove the installed binaries:\n\n```sh\njust uninstall\n```\n\n## Usage\n\nEach script can be run from the `target/release` directory or, if installed, directly from your terminal. Example usage for a script:\n\n```sh\n./target/release/\u003cscript-name\u003e [arguments]\n```\n\nOr, if installed:\n\n```sh\n\u003cscript-name\u003e [arguments]\n```\n\nRefer to each script's help output for specific usage instructions.\n\n## Examples\n\n```sh\n$ aspect-ratio 1920 1080\n16:9\n\n$ count-characters \"Hello, world!\"\n13\n```\n\nIf you provide invalid input, the tool will print an error and usage instructions.\n\n## License\n\nThis project is licensed under the GNU General Public License version 2. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanhkhoakz%2Fsome-rust-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanhkhoakz%2Fsome-rust-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanhkhoakz%2Fsome-rust-scripts/lists"}