{"id":13905448,"url":"https://github.com/jez/calz","last_synced_at":"2026-02-25T22:31:28.963Z","repository":{"id":73797634,"uuid":"118735597","full_name":"jez/calz","owner":"jez","description":":calendar: A natural language alternative to Unix 'cal'","archived":false,"fork":false,"pushed_at":"2018-11-25T22:45:51.000Z","size":111,"stargazers_count":59,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T08:21:50.902Z","etag":null,"topics":["cli"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jez.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":"2018-01-24T08:26:34.000Z","updated_at":"2024-06-19T16:23:49.000Z","dependencies_parsed_at":"2023-04-14T11:45:58.250Z","dependency_job_id":null,"html_url":"https://github.com/jez/calz","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jez/calz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fcalz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fcalz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fcalz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fcalz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jez","download_url":"https://codeload.github.com/jez/calz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fcalz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29843403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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"],"created_at":"2024-08-06T23:01:15.873Z","updated_at":"2026-02-25T22:31:28.947Z","avatar_url":"https://github.com/jez.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# calz\n\n\u003e A feature-rich command line cal alternative\n\nI'm a huge fan of the Unix `cal` program, but it has a limited set of features\nwhen it comes to colors and displaying date *ranges*. `calz` is an alternative\nto `cal` with a whole host of features and layouting options.\n\n\u003cimg src=\"screenshot.png\" alt=\"calz screenshot\" width=\"305px\"\u003e\n\n\n## Install\n\n### Using Homebrew\n\n```\nbrew install jez/formulae/calz\n```\n\n### On Linux\n\nCheck the [Releases](https://github.com/jez/calz/releases) page for pre-built\n64 bit binaries for Linux (note you'll also need libgmp installed).\n\n### From Source\n\nTo build this project from source, use Haskell's [Stack].\n\n[Stack]: https://docs.haskellstack.org/en/stable/\n\n```\ngit clone https://github.com/jez/calz.git\n\nstack build \u0026\u0026 stack install\n```\n\nIf you've packaged this software for your operating system, let me know and I\ncan link to it from these instructions.\n\n## Usage\n\n```\nDisplay a calendar for a month or a range of months.\n\nUsage:\n  calz [options] [\u003cphrase\u003e...]\n\nOptions:\n  -l, --layout=\u003clayout\u003e  Can be 'grid' or 'flow' [default: flow]\n  -n, --columns=\u003cn\u003e      If layout is 'grid': how many columns to use\n                         [default: 3]\n  -C, --no-color         Disable all color\n  -H, --no-labels        Don't show month labels\n  -P, --no-pad           Complete the first and last weeks of every month with\n                         the first and last days of surrounding months\n  -h, --help             Show this help message\n\nPhrase:\n  calz \u003cmonth\u003e [\u003cyear\u003e]\n  calz \u003cyear\u003e\n  calz (last|this|next) (month|year)\n  calz last \u003cn\u003e (months|years)\n  calz \u003cn\u003e (months|years) ago\n  calz next \u003cn\u003e (months|years)\n  calz \u003cn\u003e (months|years) from (now|today)\n  calz from \u003cphrase\u003e... to \u003cphrase\u003e...\n\nExamples:\n  dec 2017\n  next month\n  3 months ago\n  from 2 months from now to next year\n```\n\nThe goal is to accept as many commonly used phrases for talking about dates as\npossible. If you find yourself using a phrase that's not accepted, please open\nan issue.\n\n\n## Potential Future Features\n\n- Highlight arbitrary ISO-8601 dates provided on stdin\n- Display line separators between months in flow layout\n- Customize colors with flags\n\n\n## License\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://jez.io/MIT-LICENSE.txt)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjez%2Fcalz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjez%2Fcalz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjez%2Fcalz/lists"}