{"id":22258096,"url":"https://github.com/coot/system","last_synced_at":"2026-01-05T08:32:52.607Z","repository":{"id":13834244,"uuid":"16531088","full_name":"coot/System","owner":"coot","description":"Vim plugin which gives a nice interface with the os programs.","archived":false,"fork":false,"pushed_at":"2014-02-13T08:27:13.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T12:13:12.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/coot.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2014-02-05T00:51:32.000Z","updated_at":"2023-01-09T11:12:20.000Z","dependencies_parsed_at":"2022-09-06T14:11:18.909Z","dependency_job_id":null,"html_url":"https://github.com/coot/System","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/coot%2FSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2FSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2FSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2FSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coot","download_url":"https://codeload.github.com/coot/System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467616,"owners_count":20620216,"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":[],"created_at":"2024-12-03T08:13:28.394Z","updated_at":"2026-01-05T08:32:52.568Z","avatar_url":"https://github.com/coot.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# System Vim Plugin\n\nThis is a tiny vim script which might have been discovered ages ago (but I am\nunaware). Its rather for vim than gvim users.\n\nWhen executing commands from vim you enter a vim shell where you see the\noutput. In many situations this is not what you want and you'd prefer \n```viml\n    :call system(\"command\")\n```\nbut it is a lot to type, and you don't have completion. With this snippet\nevery command which starts with:\n```viml\n    :! command\n```\n(note the space after the `!`) will be wrapped into `system()` and the output\nwill be echoed. The plugin refreshes the history with what you typed rather\nthan the call to the `system()` function.\n\nThere are some configuration variables:\n```viml\n    g:system_expand = 1\n```\nby default `%` (with modifiers) is expanded in the same way as by the `:!`.\n```viml\n    g:system_echocmd = 0\n```\necho the command together with its output (by default off).\n\nThe reason why I like it is that I have different background colors in vim\n(dark) and terminal (light). If I stay inside vim I am not flushed with\nbright colors which is a annoying (and may be eyes tiring).\n\nBenefits: you get completion for system commands and system files.\n\nYou can use the expression register with Vim 7.3.686.  With an earlier version\nyou will not be able to use it.\n\n# Requirements\nYou have to also install [CRDispatcher](https://github.com/coot/CRDispatcher)\nplugin.\n\nI learned how to do that reading the\n[EmacsCommandLine Plugin](https://github.com/houtsnip/vim-emacscommandline).\n\nOther plugins with shell like functionality:\n* [vim-addon-async](https://github.com/MarcWeber/vim-addon-async)\n* [Conque Shell Plugin](http://code.google.com/p/conque)\n* [VimProc Plugin](http://github.com/Shougo/vimproc/tree/master/doc/vimproc.txt)\n\n## Copyright\n© Marcin Szamotulski, 2012-2014\n\n## License\nVim license, see :help license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoot%2Fsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoot%2Fsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoot%2Fsystem/lists"}