{"id":41821988,"url":"https://github.com/erik/vxsv","last_synced_at":"2026-01-25T07:46:11.588Z","repository":{"id":57564037,"uuid":"85236305","full_name":"erik/vxsv","owner":"erik","description":"Pager for tabular data and SQL output","archived":false,"fork":false,"pushed_at":"2023-03-29T02:02:58.000Z","size":79,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T16:49:57.054Z","etag":null,"topics":["csv","golang","tabular-data","terminal-app"],"latest_commit_sha":null,"homepage":"","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/erik.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}},"created_at":"2017-03-16T19:56:59.000Z","updated_at":"2023-09-08T17:22:21.000Z","dependencies_parsed_at":"2023-12-11T21:47:54.022Z","dependency_job_id":null,"html_url":"https://github.com/erik/vxsv","commit_stats":{"total_commits":131,"total_committers":1,"mean_commits":131.0,"dds":0.0,"last_synced_commit":"d7da9ffff2df4a7c938bc6182d7d8b2683bd57fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erik/vxsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erik%2Fvxsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erik%2Fvxsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erik%2Fvxsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erik%2Fvxsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erik","download_url":"https://codeload.github.com/erik/vxsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erik%2Fvxsv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28748223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"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":["csv","golang","tabular-data","terminal-app"],"created_at":"2026-01-25T07:46:11.521Z","updated_at":"2026-01-25T07:46:11.568Z","avatar_url":"https://github.com/erik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vxsv\n\nview x separated values.\n\nA terminal viewer for tabular data (CSV, TSV, etc.) Can also be used\nas a pager for scrolling through Postgres / MySQL command line output.\n\n[![asciicast](https://i.imgur.com/HHKznJk.png)](https://asciinema.org/a/109283)\n\n## installation\n\n```bash\ngo get -u github.com/erik/vxsv/cmd/vxsv\n```\n\n## usage\n\n```\n$ vxsv --help\n\nUsage:\n  vxsv [--psql | --mysql | --delimiter=DELIM | --tabs]\n       [--no-headers] [--count=N] [PATH | -]\n  vxsv -h | --help\n\nArguments:\n  PATH     file to load [defaults to stdin]\n\nOptions:\n  -h --help                 show this help message and exit.\n  -p --psql                 parse output of psql cli (used as a pager)\n  -m --mysql                parse output of mysql cli\n  -n --count=N              only read N records.\n  -H --no-headers           don't read headers from first row (for separated values)\n  -d --delimiter=DELIM      separator for values [default: ,].\n  -t --tabs                 use tabs as separator value.\n```\n\n### postgres\n\n```\n$ PAGER='vxsv -p' psql ...\n```\n\n### mysql\n\n```\n$ mysql ...\n\nmysql\u003e \\P vxsv -m\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferik%2Fvxsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferik%2Fvxsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferik%2Fvxsv/lists"}