{"id":26658249,"url":"https://github.com/vipul-sharma20/vim-cricket","last_synced_at":"2025-04-11T13:07:55.189Z","repository":{"id":76064511,"uuid":"191596940","full_name":"vipul-sharma20/vim-cricket","owner":"vipul-sharma20","description":"Vim plugin to get scores and commentary of live cricket matches","archived":false,"fork":false,"pushed_at":"2019-06-13T19:34:38.000Z","size":8,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T14:46:53.778Z","etag":null,"topics":["neovim","neovim-plugin","vim","vim-plugin","vimscript"],"latest_commit_sha":null,"homepage":null,"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/vipul-sharma20.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-12T15:23:30.000Z","updated_at":"2023-03-04T09:10:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"20106310-bfe9-485a-a7ce-2178be56166f","html_url":"https://github.com/vipul-sharma20/vim-cricket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipul-sharma20%2Fvim-cricket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipul-sharma20%2Fvim-cricket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipul-sharma20%2Fvim-cricket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipul-sharma20%2Fvim-cricket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vipul-sharma20","download_url":"https://codeload.github.com/vipul-sharma20/vim-cricket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404490,"owners_count":21097758,"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":["neovim","neovim-plugin","vim","vim-plugin","vimscript"],"created_at":"2025-03-25T09:19:07.629Z","updated_at":"2025-04-11T13:07:55.179Z","avatar_url":"https://github.com/vipul-sharma20.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-cricket\n===========\n\nVim plugin to get scores and commentary of live Cricket matches\n\n![Demo](https://i.imgur.com/5gsiiSa.gif)\n\nInstallation\n============\n\n| Plugin Manager | Install with... |\n| ------------- | ------------- |\n| [Pathogen][1] | `git clone https://github.com/vipul-sharma20/vim-cricket ~/.vim/bundle/vim-cricket`\u003cbr/\u003eRemember to run `:Helptags` to generate help tags |\n| [NeoBundle][2] | `NeoBundle 'vipul-sharma20/vim-cricket'` |\n| [Vundle][3] | `Plugin 'vipul-sharma20/vim-cricket'` |\n| [Plug][4] | `Plug 'vipul-sharma20/vim-cricket'` |\n| [VAM][5] | `call vam#ActivateAddons([ 'vim-cricket' ])` |\n| [Dein][6] | `call dein#add('vipul-sharma20/vim-cricket')` |\n| [minpac][7] | `call minpac#add('vipul-sharma20/vim-cricket')` |\n| manual | copy all of the files into your `~/.vim` directory |\n\nDocumentation\n=============\n\n`:h vim-cricket`\n\nor check [here][9]\n\nCommands\n========\n\n| Command              | List                                                              |\n| ---                  | ---                                                               |\n| `GetMatches`         | Fetches a list of live matches                                    |\n| `GetMatchesFZF`      | Fetches a list of live matches (Note: this command needs fzf.vim) |\n| `GetScore`           | Fetches score of the match set as `g:match_id`                    |\n| `ShowMatchInBrowser` | Opens the match set as `g:match_id` in browser                    |\n\nI recommend you to check documentation for better understanding\n\n### FZF Example\n\n```vim\ncommand! -bang -nargs=* GetLiveMatches call fzf#run({\n            \\ 'source': GetMatchesFZF(),\n            \\ 'sink': function('GetScoreFZF'),\n            \\ 'options': '-x',\n            \\ 'down': '30%'})\nnnoremap \u003cleader\u003egm :GetLiveMatches\u003ccr\u003e\n```\n\nSource\n======\n\n[Cricbuzz][8]\n\nLICENSE\n=======\n\nMIT\n\n[1]: https://github.com/tpope/vim-pathogen\n[2]: https://github.com/Shougo/neobundle.vim\n[3]: https://github.com/VundleVim/Vundle.vim\n[4]: https://github.com/junegunn/vim-plug\n[5]: https://github.com/MarcWeber/vim-addon-manager\n[6]: https://github.com/Shougo/dein.vim\n[7]: https://github.com/k-takata/minpac/\n[8]: https://cricbuzz.com\n[9]: https://github.com/vipul-sharma20/vim-cricket/tree/master/doc/vim-cricket.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipul-sharma20%2Fvim-cricket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvipul-sharma20%2Fvim-cricket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipul-sharma20%2Fvim-cricket/lists"}