{"id":19264630,"url":"https://github.com/cappyzawa/vf","last_synced_at":"2026-04-16T18:39:50.367Z","repository":{"id":104340109,"uuid":"210217337","full_name":"cappyzawa/vf","owner":"cappyzawa","description":"format output for opening file by using vim ","archived":false,"fork":false,"pushed_at":"2019-09-23T17:34:26.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T11:28:12.304Z","etag":null,"topics":["go","vim"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/cappyzawa.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":"2019-09-22T21:35:02.000Z","updated_at":"2019-09-23T17:30:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"0910bde5-d490-4dc8-b401-75fd2a8486c5","html_url":"https://github.com/cappyzawa/vf","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Fvf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Fvf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Fvf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Fvf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cappyzawa","download_url":"https://codeload.github.com/cappyzawa/vf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240364370,"owners_count":19789760,"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":["go","vim"],"created_at":"2024-11-09T19:41:53.636Z","updated_at":"2026-04-16T18:39:45.337Z","avatar_url":"https://github.com/cappyzawa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vf\n[![Actions Status](https://github.com/cappyzawa/vf/workflows/CI/badge.svg)](https://github.com/cappyzawa/vf/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/cappyzawa/vf)](https://goreportcard.com/report/github.com/cappyzawa/vf)\n[![codecov](https://codecov.io/gh/cappyzawa/vf/branch/master/graph/badge.svg)](https://codecov.io/gh/cappyzawa/vf)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nvf is formatter for vim.\n\n## Install\n```bash\n$ go get github.com/cappyzawa/vf/cmd/vf\n```\n\n## Example\n```bash\n$ golint ./...\ncmd/vf/main.go:30:1: exported method CLI.Run should have comment or be unexported\n\n# with vf\n$ golint ./... | vf\ncmd/vf/main.go +30:1: exported method CLI.Run should have comment or be unexported\n```\n\nVim can open a file and jump the line by using `+\u003cnum\u003e`.\n```bash\n$ vim cmd/vf/main.go +30\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappyzawa%2Fvf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcappyzawa%2Fvf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappyzawa%2Fvf/lists"}