{"id":13898425,"url":"https://github.com/mattn/calendar-vim","last_synced_at":"2025-08-18T18:05:12.848Z","repository":{"id":595541,"uuid":"230621","full_name":"mattn/calendar-vim","owner":"mattn","description":"calendar vimscript","archived":false,"fork":false,"pushed_at":"2023-02-09T12:35:22.000Z","size":102,"stargazers_count":260,"open_issues_count":11,"forks_count":44,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-19T12:07:07.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=52","language":"Vim script","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2009-06-18T16:36:16.000Z","updated_at":"2025-05-05T18:18:03.000Z","dependencies_parsed_at":"2023-02-18T04:15:57.097Z","dependency_job_id":null,"html_url":"https://github.com/mattn/calendar-vim","commit_stats":{"total_commits":100,"total_committers":21,"mean_commits":4.761904761904762,"dds":0.51,"last_synced_commit":"2083a41e2d310f9bbbbf644517f30e901f1fb04d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/calendar-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fcalendar-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fcalendar-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fcalendar-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fcalendar-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/calendar-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fcalendar-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035378,"owners_count":24688396,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-06T18:04:17.377Z","updated_at":"2025-08-18T18:05:12.806Z","avatar_url":"https://github.com/mattn.png","language":"Vim script","readme":"calendar.vim\n============\n\n`calendar.vim` creates a calendar window you can use within vim.  It is useful\nin its own right as a calendar-inside-vim.  It also provides hooks to customise\nits behaviour, making it a good basis for writing new plugins which require\ncalendar functionality (see `:help calendar-hooks` for more information).\n\nInstallation\n------------\n\nYou can install `calendar.vim` in the usual way, by copying the contents of the\n`plugin`, `autoload` and `doc` directories into the equivalent directories\ninside `.vim`.\n\nAlternatively, if you manage your plugins using [pathogen.vim][1], you can\nsimply clone into the `bundle` directory:\n\n    cd ~/.vim/bundle\n    git clone git://github.com/mattn/calendar-vim\n\nOr, using submodules:\n\n    cd ~/.vim\n    git submodule add git://github.com/mattn/calendar-vim bundle/calendar-vim\n\nUsage\n-----\n\nBring up a calendar based on today's date in a vertically split window:\n\n    :Calendar\n\nBring up a calendar showing November, 1991 (The month Vim was first released):\n\n    :Calendar 1991 11\n\nThe above calendars can alternatively be displayed in a horizontally split\nwindow:\n\n    :CalendarH\n\nBring up a full-screen:\n\n    :CalendarT\n\nFast mappings are provided:\n\n* \u003ckbd\u003e\u0026lt;LocalLeader\u0026gt;cal\u003c/kbd\u003e: Vertically-split calendar\n* \u003ckbd\u003e\u0026lt;LocalLeader\u0026gt;caL\u003c/kbd\u003e: Horizontally-split calendar\n\nFor full documentation, install the plugin and run `:help calendar` from within\nVim.\n\n[1]: https://github.com/tpope/vim-pathogen\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fcalendar-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fcalendar-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fcalendar-vim/lists"}