{"id":21013454,"url":"https://github.com/heavenshell/unite-flask","last_synced_at":"2026-04-06T07:03:08.069Z","repository":{"id":2443807,"uuid":"3414210","full_name":"heavenshell/unite-flask","owner":"heavenshell","description":"A unite.vim plugin for Flask","archived":false,"fork":false,"pushed_at":"2015-09-06T14:41:12.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T05:01:00.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.rst","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":"2012-02-11T08:07:57.000Z","updated_at":"2019-06-14T09:58:54.000Z","dependencies_parsed_at":"2022-08-31T05:41:28.958Z","dependency_job_id":null,"html_url":"https://github.com/heavenshell/unite-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/unite-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Funite-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Funite-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Funite-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Funite-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/unite-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Funite-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T09:42:30.535Z","updated_at":"2026-04-06T07:03:08.052Z","avatar_url":"https://github.com/heavenshell.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"unite-flask\n===========\n\nA unite.vm plugin for Flask.\n\ninspired by basyura's unite-rails and oppara's unite-cake\n`unite-rails \u003chttps://github.com/basyura/unite-rails\u003e`_\n`vim-unite-cake \u003chttps://github.com/oppara/vim-unite-cake\u003e`_\n\nExample\n-------\n\n.. code::\n\n  nnoremap \u003csilent\u003e [unite]a :\u003cC-u\u003eUnite -buffer-name=files flask/\u003cCR\u003e\n  nnoremap \u003csilent\u003e [unite]v :\u003cC-u\u003eUnite -buffer-name=files flask/views\u003cCR\u003e\n  nnoremap \u003csilent\u003e [unite]vt :\u003cC-u\u003eUnite -buffer-name=files flask/templates\u003cCR\u003e\n  nnoremap \u003csilent\u003e [unite]vm :\u003cC-u\u003eUnite -buffer-name=files flask/models\u003cCR\u003e\n\n\nDefault directory\n-----------------\nShow default directory structure below.\n\n.. code::\n\n  yourproject/configs\n  yourproject/i18n\n  yourproject/extensions\n  yourproject/templates\n  yourproject/utils\n  yourproject/forms\n  yourproject/models\n  yourproject/static\n  yourproject/tests\n  yourproject/views\n\nIf you want define your own project, use ``g:unite_source_flask``.\n\n.. code::\n\n  let g:unite_source_flask = [\n    \\ {'name': ''         , 'path': ''          },\n    \\ {'name': 'templates', 'path': '/templates'},\n    \\ {'name': 'forms'    , 'path': '/forms'    },\n    \\ {'name': 'models'   , 'path': '/models'   },\n    \\ {'name': 'static'   , 'path': '/static'   },\n    \\ {'name': 'tests'    , 'path': '/tests'    },\n    \\ {'name': 'views'    , 'path': '/views'    },\n    \\  ]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Funite-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Funite-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Funite-flask/lists"}