{"id":18602569,"url":"https://github.com/mikoto2000/file_selector.vim","last_synced_at":"2026-02-02T16:05:43.773Z","repository":{"id":66939024,"uuid":"75483532","full_name":"mikoto2000/file_selector.vim","owner":"mikoto2000","description":"シンプルなファイルセレクター","archived":false,"fork":false,"pushed_at":"2025-11-23T03:56:45.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-23T05:24:08.723Z","etag":null,"topics":["file-selector","vim"],"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/mikoto2000.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,"zenodo":null}},"created_at":"2016-12-03T15:55:15.000Z","updated_at":"2025-11-23T03:56:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d8102de-e008-4ce3-a820-1f1141be9c54","html_url":"https://github.com/mikoto2000/file_selector.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikoto2000/file_selector.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Ffile_selector.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Ffile_selector.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Ffile_selector.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Ffile_selector.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikoto2000","download_url":"https://codeload.github.com/mikoto2000/file_selector.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Ffile_selector.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T14:58:54.169Z","status":"ssl_error","status_checked_at":"2026-02-02T14:58:51.285Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["file-selector","vim"],"created_at":"2024-11-07T02:11:43.859Z","updated_at":"2026-02-02T16:05:43.731Z","avatar_url":"https://github.com/mikoto2000.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"file_selector.vim\n=================\n\nシンプルで簡単に使えるファイルセレクターです。\n\nUsage:\n------\n\n`buffer_selector#OpenFileSelector()` を、お好みのキーにマッピングしてください。\n\n`file_selector#OpenFileSelector()` を実行すると、ファイル絞り込み用バッファーが開きます。\nファイル絞り込み用バッファーには、カレントディレクトリ以下のファイルを再帰的に取得した一覧が表示されます。\n\n\n必要に応じて `g:file_selector_exclude_pattern` の設定を行ってください。\n`g:file_selector_exclude_pattern` で指定したパターンが含まれる行は、ファイル一覧から除外されます。\n\n文字を入力すると、ファイル絞り込み用バッファのファイル一覧が絞り込まれていきます。\n半角スペースで区切られた文字列の AND で絞り込まれます。\n\nある程度絞り込まれたら、 ``\u003cC-n\u003e``, ``\u003cC-p\u003e`` でカーソルを上下に動かし、 ``\u003cC-l\u003e`` を押すことでカーソル上のファイルを開きます。\n\n設定例 :\n\n```vim\nlet g:file_selector_exclude_pattern = '\\(bin\\|build\\|gradle\\|config\\)'\nnoremap \u003cLeader\u003ef \u003cEsc\u003e:call file_selector#OpenFileSelector()\u003cEnter\u003e\n```\n\nLimitation:\n-----------\n\n半角スペースを含むファイル名は、うまく検索できないとおもいます。\n\nLicense:\n--------\n\nCopyright (C) 2017 mikoto2000\n\nThis software is released under the MIT License, see LICENSE\n\nこのソフトウェアは MIT ライセンスの下で公開されています。 LICENSE を参照してください。\n\n\nAuthor:\n-------\n\nmikoto2000 \u003cmikoto2000@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoto2000%2Ffile_selector.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikoto2000%2Ffile_selector.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoto2000%2Ffile_selector.vim/lists"}