{"id":16157704,"url":"https://github.com/theawiteb/csum","last_synced_at":"2025-04-07T01:41:18.406Z","repository":{"id":59853115,"uuid":"539659900","full_name":"TheAwiteb/csum","owner":"TheAwiteb","description":"Simple Rust CLI to checksum","archived":false,"fork":false,"pushed_at":"2023-03-04T03:29:34.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T07:15:50.524Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAwiteb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["TheAwiteb"],"custom":["https://wagmi.bio/Awiteb"]}},"created_at":"2022-09-21T19:48:07.000Z","updated_at":"2023-09-25T13:13:01.000Z","dependencies_parsed_at":"2024-11-02T04:22:52.633Z","dependency_job_id":"54dcff7b-db08-42bd-a16e-d32e4cf3dd87","html_url":"https://github.com/TheAwiteb/csum","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"b2943337d9bbc803f3680b5c9549a1e2091828ea"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Fcsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Fcsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Fcsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Fcsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAwiteb","download_url":"https://codeload.github.com/TheAwiteb/csum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578627,"owners_count":20961270,"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":"2024-10-10T01:50:22.345Z","updated_at":"2025-04-07T01:41:18.390Z","avatar_url":"https://github.com/TheAwiteb.png","language":"Rust","funding_links":["https://github.com/sponsors/TheAwiteb","https://wagmi.bio/Awiteb"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Csum\nSimple Rust CLI to checksum\n\n\u003ca href=\"https://www.gnu.org/licenses/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-GPLv3-orange.svg\" alt=\"License\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://rust-lang.org/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20with-Rust-orange.svg\" alt=\"Rust\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/theawiteb/csum\"\u003e\n  \u003cimg src=\"https://badge.fury.io/gh/theawiteb%2Fcsum.svg\" alt=\"version\"\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/TheAwiteb/csum/actions/workflows/ci.yml\"\u003e\n  \u003cimg src=\"https://github.com/TheAwiteb/csum/actions/workflows/ci.yml/badge.svg\" alt=\"Continuous Integration\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/TheAwiteb/csum/actions/workflows/release.yml\"\u003e\n  \u003cimg src=\"https://github.com/TheAwiteb/csum/actions/workflows/release.yml/badge.svg\" alt=\"Release\"\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n\n## Requirements\n * [Rust](https://www.rust-lang.org/)\n\n## Install\n### With Cargo\n```bash\ncargo install csum\ncsum --version\n```\n### From source\n```bash\n# Clone the repo\ngit clone https://github.com/theawiteb/csum.git\n# Change directory to it\ncd csum\n# Build it with cargo\ncargo build --release\n# Move the binary to `/usr/bin` (Unix like system) (need permission to move in `/usr/bin`)\n# You can change binary directory to `~/.cargo/bin` if its exists and its in `$PATH`\nsudo mv ./target/release/csum /usr/bin/csum\n# Print the version\ncsum --version\n```\n### Binary\nYou can install binary file from [releases page](https://github.com/theawiteb/csum/releases/latest)\n\n## Usage\n```\nUSAGE:\n    csum [OPTIONS] \u003cFILE\u003e\n\nARGS:\n    \u003cFILE\u003e    File to get a sum of it\n\nOPTIONS:\n    -a, --algorithms \u003calgorithms\u003e...    Checksum algorithms [possible values: sha-1, sha2-256,\n                                        sha2-224, sha2-384, sha2-512, sha3-256, sha3-512, blake,\n                                        blake2, blake2s, blake3, crc64, crc32c, crc32, crc16, crc8,\n                                        md5, md6-128, md6-256, md6-512, whirlpool, xor8]\n    -h, --help                          Print help information\n    -p, --plaintext                     Print a checksums without colors\n    -u, --upper                         Return a hash in uppercase\n    -v, --verify \u003cHASH\u003e                 Verify if your hash match any hash\n    -V, --version                       Print version information\n```\n\n## Images\n\n|Left|Right|\n|:-:|:-:|\n|![](https://i.suar.me/xWr7M/l)|![](https://i.suar.me/wXyxM/l)|\n|![](https://i.suar.me/72Emm/l)|![](https://i.suar.me/VXGYr/l)|\n\n\n## License\nGNU General Public License version 3 of the license for more see \u003chttps://www.gnu.org/licenses/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Fcsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawiteb%2Fcsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Fcsum/lists"}