{"id":16191025,"url":"https://github.com/maxmellon/jobproc","last_synced_at":"2025-04-07T14:38:04.983Z","repository":{"id":86954261,"uuid":"82415330","full_name":"MaxMEllon/jobproc","owner":"MaxMEllon","description":"This plugin provide the system like async function with job API for vim8 and neovim.","archived":false,"fork":false,"pushed_at":"2017-02-19T07:52:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T17:15:53.829Z","etag":null,"topics":["vim","vim-jobs","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/MaxMEllon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-02-18T20:52:35.000Z","updated_at":"2017-02-18T22:18:37.000Z","dependencies_parsed_at":"2023-05-29T23:15:12.536Z","dependency_job_id":null,"html_url":"https://github.com/MaxMEllon/jobproc","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/MaxMEllon%2Fjobproc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fjobproc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fjobproc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fjobproc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxMEllon","download_url":"https://codeload.github.com/MaxMEllon/jobproc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247671669,"owners_count":20976805,"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":["vim","vim-jobs","vim-plugin"],"created_at":"2024-10-10T07:44:43.650Z","updated_at":"2025-04-07T14:38:04.967Z","avatar_url":"https://github.com/MaxMEllon.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"jobproc\n===\n\n![Support Vim 8.0.0039 or above](https://img.shields.io/badge/support-Vim%208.0.0039%20or%20above-yellowgreen.svg?style=flat-square)\n![Support Neovim 0.1.7 or above](https://img.shields.io/badge/support-Neovim%200.1.7%20or%20above-yellowgreen.svg?style=flat-square)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE.md)\n\nAbout\n--\n\n`jobproc` is provide the `system()` like function with job (async) API for vim8 and neovim.\n\n\nExample\n--\n\n- with [Shiba command](https://github.com/rhysd/Shiba).\n\n```vim\ncall jobproc#system('shiba ' . expand('%')) \" =\u003e boot to markdown previewer of current buffer.\n```\n\n- with open command.\n\n```vim\ncall jobproc#system('open http://google.com') \" =\u003e boot to browser.\n```\n\n- Kana to U.S. when insert to normal mode. (with [keyboardSwitcher](https://github.com/Lutzifer/keyboardSwitcher))\n\n**IME is able to toggle kana to U.S. when leave on insert and vim dont hand up.**\n\n```vim\nif executable('keyboardSwitcher')\n  augroup SwitchIME\n    autocmd!\n    autocmd InsertLeave * :call josbproc#system('keyboardSwitcher select U.S.')\n  augroup END\nendif\n```\n\nInstallation\n---\n\nyour `~/.vimrc` or `~/.config/nvim/init.vim`.\n\n### vim-plug [https://github.com/junegunn/vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'maxmellon/jobproc'\n```\n\n### dein.vim [https://github.com/Shougo/dein.vim](https://github.com/Shougo/dein.vim)\n\n```vim\ncall dein#add('maxmellon/jobproc')\n```\n\n### neobundle.vim [https://github.com/Shougo/neobundle.vim](https://github.com/Shougo/neobundle.vim)\n\n```vim\nNeoBundle 'maxmellon/jobproc'\n```\n\n### Vundle.vim [https://github.com/VundleVim/Vundle.vim](https://github.com/VundleVim/Vundle.vim)\n\n```vim\nPlugin 'maxmellon/jobproc'\n```\n\nTODO\n---\n\n- [ ] callback when succuess.\n- [ ] callback when fail.\n\nLICENSE\n---\n\n[![maxmellon](https://avatars1.githubusercontent.com/u/9594376?v=3\u0026u=8fd5ebc98054f4945469deef085ef244f3999206\u0026s=80)](https://twitter.com/mozi_kke)\n\n**Copyright (c) 2016 \"MaxMEllon\" Kento TSUJI**\n\nLicensed under the [MIT license](./LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fjobproc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmellon%2Fjobproc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fjobproc/lists"}