{"id":15712031,"url":"https://github.com/xvezda/vim-nobin","last_synced_at":"2025-05-12T21:53:08.490Z","repository":{"id":86705065,"uuid":"231767713","full_name":"Xvezda/vim-nobin","owner":"Xvezda","description":":mag_right: Plugin to load original source code instead of executable binary","archived":false,"fork":false,"pushed_at":"2021-03-25T13:08:22.000Z","size":29,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T03:51:26.275Z","etag":null,"topics":["neovim","utility","vim","vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":"https://www.vim.org/scripts/script.php?script_id=5889","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/Xvezda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-01-04T13:25:38.000Z","updated_at":"2021-03-31T05:45:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4ff151f-4bf0-4af1-bd4c-532ec2375dee","html_url":"https://github.com/Xvezda/vim-nobin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-nobin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-nobin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-nobin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-nobin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xvezda","download_url":"https://codeload.github.com/Xvezda/vim-nobin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830792,"owners_count":21970999,"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","utility","vim","vim-plugin","vim-plugins"],"created_at":"2024-10-03T21:14:36.686Z","updated_at":"2025-05-12T21:53:08.434Z","avatar_url":"https://github.com/Xvezda.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nobin.vim\n[![Script manager: vishop](https://img.shields.io/badge/script%20manager-vishop-blueviolet)](https://github.com/Xvezda/vishop)\n\n![Demo](https://gist.githubusercontent.com/Xvezda/6f3773debe7982129d789981b4d9a72e/raw/vim-nobin.gif)\n\nI made this plugin because of auto-completion on shell environment always lead me to open a binary, not a source code.\n\n`gcc test.c -o test`\n\nIn this case, there are two files in the same directory. `test.c` and `test`.\n\n`vim t\u003cTab\u003e`\n\nNow, if I press tab to edit `test.c` again, `test` will appears.\nI need to press tab again to make `test` to `test.c`\n\nBut most of times, I accidently open `test` binary instead.\nIt's way too frustrating. :(\n\nThis plugin will automatically finds original source code of executable binary, which you opened by mistake. :)\n\n## Installation\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n\n`Plug 'Xvezda/vim-nobin'`\n\nor\n\n`make install`\n\n\n## Global options\n\n| Flag                          | Description                                                                           |\n|-------------------------------|----------------------------------------------------------                             |\n| `g:nobin_always_yes`          | Automatically select [y]es on select screen                                           |\n| `g:nobin_well_known_files`    | Regular expression list for well known binary patterns                                |\n| `g:nobin_except_files`        | Exception patterns of non-binary files                                                |\n## Homepage\n\nhttps://github.com/Xvezda/vim-nobin\n\n\n## Copyright\n\nCopyright (C) 2020 Xvezda\n\nMIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fvim-nobin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxvezda%2Fvim-nobin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fvim-nobin/lists"}