{"id":14220302,"url":"https://github.com/arthurhenrique/rusti-cal","last_synced_at":"2025-10-11T19:07:58.272Z","repository":{"id":39925022,"uuid":"360705287","full_name":"arthurhenrique/rusti-cal","owner":"arthurhenrique","description":"⚡️ A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust 🦀","archived":false,"fork":false,"pushed_at":"2025-03-11T22:56:23.000Z","size":6821,"stargazers_count":70,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T14:11:24.226Z","etag":null,"topics":["calendar","cli","command-line","date","hacktoberfest","rust","terminal","tool"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rusti-cal","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arthurhenrique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-04-22T23:14:05.000Z","updated_at":"2025-03-16T02:28:48.000Z","dependencies_parsed_at":"2023-11-27T02:28:55.653Z","dependency_job_id":"81ad2de1-f559-4427-bd4e-45d086312a56","html_url":"https://github.com/arthurhenrique/rusti-cal","commit_stats":{"total_commits":71,"total_committers":9,"mean_commits":7.888888888888889,"dds":0.4084507042253521,"last_synced_commit":"c342f8bb81c4a5872800058758668417b4de230c"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurhenrique%2Frusti-cal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurhenrique%2Frusti-cal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurhenrique%2Frusti-cal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurhenrique%2Frusti-cal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthurhenrique","download_url":"https://codeload.github.com/arthurhenrique/rusti-cal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198446,"owners_count":20900079,"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":["calendar","cli","command-line","date","hacktoberfest","rust","terminal","tool"],"created_at":"2024-08-19T15:01:39.077Z","updated_at":"2025-10-11T19:07:58.267Z","avatar_url":"https://github.com/arthurhenrique.png","language":"Rust","funding_links":[],"categories":["Rust","Libraries"],"sub_categories":["Date and time"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/3329711/116007073-5c9f4380-a5e4-11eb-9d79-aa0aab50c14d.png\"\u003e\n\u003c/p\u003e\n\n⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`.\nWritten in Rust 🦀\n\n![Tests](https://github.com/arthurhenrique/rusti-cal/actions/workflows/rust.yml/badge.svg)\n\n## How Can I Install?\n\n```sh\n$ cargo install rusti-cal\n```\n\nIf you are on NetBSD, there's a package available from the official repositories.\nTo install simply run:\n\n```sh\n# pkgin install rusti-cal\n```\n\n## Usage\n\n```sh\n$ rusti-cal \u003cyear\u003e\n```\n\n## Hands On\n\n![hands-on](./doc/rusti-cal.gif)\n\n## Starting Day\n\n+ Start Week With Sunday (Default)\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 0\n```\n\n+ Start Week With Monday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 1\n```\n\n+ Start Week With Tuesday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 2\n```\n\n+ Start Week With Wednesday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 3\n```\n\n+ Start Week With Thursday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 4\n```\n\n+ Start Week With Friday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 5\n```\n\n+ Start Week With Saturday\n\n```sh\n$ rusti-cal \u003cyear\u003e --starting-day 6\n```\n\n## Locale based names\n\nThe current locale can be overwritten with the `LANG` environment variable to display the calendar in another language.\n\n```sh\n$ LANG=fr_FR rusti-cal \u003cyear\u003e\n```\n\n## Colored output\n\nEnable colored output with the `--color` or `-c` option. This highlights weekend days and the current day.\n\n```sh\n$ rusti-cal \u003cyear\u003e --color\n```\n\n![colored](./doc/colored.png)\n\n## Show Week Numbers\n\nShow week numbers with the `--week-numbers` or `-w` option.\n\n```sh\n$ rusti-cal \u003cyear\u003e --week-numbers\n```\n\n## talk is cheap\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurhenrique%2Frusti-cal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurhenrique%2Frusti-cal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurhenrique%2Frusti-cal/lists"}