{"id":13441869,"url":"https://github.com/tpope/vim-speeddating","last_synced_at":"2026-01-25T09:35:45.182Z","repository":{"id":52434596,"uuid":"51482","full_name":"tpope/vim-speeddating","owner":"tpope","description":"speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more","archived":false,"fork":false,"pushed_at":"2024-08-14T21:25:50.000Z","size":58,"stargazers_count":998,"open_issues_count":11,"forks_count":40,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-26T02:43:37.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=2120","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/tpope.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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":"tpope","custom":["https://www.paypal.me/vimpope"]}},"created_at":"2008-09-11T01:07:06.000Z","updated_at":"2025-02-25T20:45:29.000Z","dependencies_parsed_at":"2024-10-28T03:23:27.713Z","dependency_job_id":"a6258db1-c79e-43ba-82e8-29f6d395b31d","html_url":"https://github.com/tpope/vim-speeddating","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/tpope/vim-speeddating","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-speeddating","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-speeddating/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-speeddating/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-speeddating/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpope","download_url":"https://codeload.github.com/tpope/vim-speeddating/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-speeddating/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28750875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:00:19.176Z","status":"ssl_error","status_checked_at":"2026-01-25T09:00:04.131Z","response_time":113,"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":[],"created_at":"2024-07-31T03:01:39.051Z","updated_at":"2026-01-25T09:35:45.167Z","avatar_url":"https://github.com/tpope.png","language":"Vim Script","funding_links":["https://github.com/sponsors/tpope","https://www.paypal.me/vimpope"],"categories":["HarmonyOS","Vim Script","Vim script"],"sub_categories":["Windows Manager"],"readme":"# speeddating.vim\n\nTake the following date:\n\n    1999-12-31\n\nBecause Vim treats the hyphen as a negative sign, pressing `\u003cC-A\u003e` on the 31\nwould normally increment it to\n\n    1999-12-30\n\nCompare this with what happens when speeddating.vim is installed:\n\n    2000-01-01\n\nPressing `5\u003cC-X\u003e` on the `03` in the first line below transforms it into the\nsecond:\n\n    Sat, 01 Jan 2000 00:00:03 +0000\n    Fri, 31 Dec 1999 23:59:58 +0000\n\nSeveral date, time, and datetime formats are included.  Additional formats can\nbe defined in a strftime-like syntax with the `:SpeedDatingFormat` command.\n\nExisting Vim semantics are preserved.  `\u003cC-A\u003e` and `\u003cC-X\u003e` accept a count, and\nplain number incrementing is used if no date format is matched.\n\nUse of `\u003cC-A\u003e`/`\u003cC-X\u003e` in visual mode enables incrementing several lines at\nonce.  Blank spots are filled by incrementing the match from the previous\nline, allowing for creation of sequences (1, 2, 3; 2000-10-30, 2000-10-31,\n2000-11-01).\n\nIt can also increment roman numerals and ordinals (1st, 2nd, 3rd, ...).  In\nvisual mode, letters of the alphabet are supported.\n\n`d\u003cC-X\u003e` sets the timestamp under the cursor to the current time.  `d\u003cC-A\u003e`\ndoes the same, but uses UTC rather than the local time.\n\nThe `.` command will work as expected if you install\n[repeat.vim](https://github.com/tpope/vim-repeat).\n\n## Installation\n\nInstall using your favorite package manager, or use Vim's built-in package\nsupport:\n\n    mkdir -p ~/.vim/pack/tpope/start\n    cd ~/.vim/pack/tpope/start\n    git clone https://tpope.io/vim/speeddating.git\n    vim -u NONE -c \"helptags speeddating/doc\" -c q\n\n## Contributing\n\nSee the contribution guidelines for\n[pathogen.vim](https://github.com/tpope/vim-pathogen#readme).\n\n## Self-Promotion\n\nLike speeddating.vim?  Follow the repository on\n[GitHub](https://github.com/tpope/vim-speeddating) and vote for it on\n[vim.org](http://www.vim.org/scripts/script.php?script_id=2120).  And if\nyou're feeling especially charitable, follow [tpope](http://tpo.pe/) on\n[Twitter](http://twitter.com/tpope) and\n[GitHub](https://github.com/tpope).\n\n## License\n\nCopyright © Tim Pope.  Distributed under the same terms as Vim itself.\nSee `:help license`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-speeddating","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpope%2Fvim-speeddating","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-speeddating/lists"}