{"id":13394828,"url":"https://github.com/saulpw/visidata","last_synced_at":"2025-05-13T00:12:01.051Z","repository":{"id":37498320,"uuid":"72070681","full_name":"saulpw/visidata","owner":"saulpw","description":"A terminal spreadsheet multitool for discovering and arranging data","archived":false,"fork":false,"pushed_at":"2025-05-09T20:56:11.000Z","size":54785,"stargazers_count":8215,"open_issues_count":92,"forks_count":294,"subscribers_count":69,"default_branch":"develop","last_synced_at":"2025-05-13T00:11:44.269Z","etag":null,"topics":["cli","csv","datajournalism","datawrangling","devops-tools","eda","hdf5","json","opendata","pandas","python","reconciliation","spreadsheet","sqlite","tabular-data","tsv","tui","unix-toolkit"],"latest_commit_sha":null,"homepage":"http://visidata.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saulpw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.gpl3","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"saulpw","patreon":"saulpw"}},"created_at":"2016-10-27T04:21:00.000Z","updated_at":"2025-05-12T22:28:05.000Z","dependencies_parsed_at":"2022-07-12T21:33:08.527Z","dependency_job_id":"d2fda2cf-7ebd-445b-8f55-5f0157894e20","html_url":"https://github.com/saulpw/visidata","commit_stats":{"total_commits":7071,"total_committers":103,"mean_commits":68.6504854368932,"dds":"0.37279027011738086","last_synced_commit":"16b85595acc6f29384168759d96288cbfc6513c5"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saulpw%2Fvisidata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saulpw%2Fvisidata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saulpw%2Fvisidata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saulpw%2Fvisidata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saulpw","download_url":"https://codeload.github.com/saulpw/visidata/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843219,"owners_count":21972874,"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":["cli","csv","datajournalism","datawrangling","devops-tools","eda","hdf5","json","opendata","pandas","python","reconciliation","spreadsheet","sqlite","tabular-data","tsv","tui","unix-toolkit"],"created_at":"2024-07-30T17:01:33.011Z","updated_at":"2025-05-13T00:12:01.031Z","avatar_url":"https://github.com/saulpw.png","language":"Python","funding_links":["https://github.com/sponsors/saulpw","https://patreon.com/saulpw","https://www.patreon.com/saulpw)!"],"categories":["Python","Data Manipulation","\u003ca id=\"tag-productivity\" href=\"#tag-productivity\"\u003eProductivity\u003c/a\u003e","Applications","Multimedia and File Formats","TUI","Command-line tools","\u003ca name=\"data\"\u003e\u003c/a\u003edata","其他_机器学习与深度学习","⚡ Productivity","cli","BI \u0026 Data CLI Tools","JSON / YAML / CSV","Table of Contents","Libraries","Other","Utilities"],"sub_categories":["Internet Speedtest","Terminal","Directory Navigation","Useful Linux Tools","Community"],"readme":"# VisiData v3.1\n\n[![Tests](https://github.com/saulpw/visidata/workflows/visidata-ci-build/badge.svg)](https://github.com/saulpw/visidata/actions/workflows/main.yml)\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/saulpw/visidata)\n\n[![discord](https://img.shields.io/discord/880915750007750737?label=discord)](https://visidata.org/chat)\n[![mastodon @visidata@fosstodon.org][2.1]][2]\n[![twitter @VisiData][1.1]][1]\n\nA terminal interface for exploring and arranging tabular data.\n\n![Frequency table](http://visidata.org/freq-move-row.gif)\n\nVisiData supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and [many other formats](https://visidata.org/formats).\n\n## Platform requirements\n\n- Linux, OS/X, or Windows (with WSL)\n- Python 3.8+\n- additional Python modules are required for certain formats and sources\n\n## Install\n\nTo install the latest release from PyPi:\n\n    pip3 install visidata\n\nTo install the cutting edge `develop` branch (no warranty expressed or implied):\n\n    pip3 install git+https://github.com/saulpw/visidata.git@develop\n\nSee [visidata.org/install](https://visidata.org/install) for detailed instructions for all available platforms and package managers.\n\n### Usage\n\n$ vd \u003cinput\u003e\n$ \u003ccommand\u003e | vd\n\nPress `Ctrl+Q` to quit at any time.\n\nHundreds of other commands and options are also available; see the documentation.\n\n### Documentation\n\n* [VisiData documentation](https://visidata.org/docs)\n* [Plugin Author's Guide and API Reference](https://visidata.org/docs/api)\n* [Quick reference](https://visidata.org/man) (available within `vd` with `Ctrl+H`), which has a list of commands and options.\n* [Intro to VisiData Tutorial](https://jsvine.github.io/intro-to-visidata/) by [Jeremy Singer-Vine](https://www.jsvine.com/)\n\n### Help and Support\n\nIf you have a question, issue, or suggestion regarding VisiData, please [create an issue on Github](https://github.com/saulpw/visidata/issues) or chat with us at #visidata on [irc.libera.chat](https://libera.chat/).\n\nIf you use VisiData regularly, please [support me on Patreon](https://www.patreon.com/saulpw)!\n\n## License\n\nCode in the `stable` branch of this repository, including the main `vd` application, loaders, and plugins, is available for use and redistribution under GPLv3.\n\n## Credits\n\nVisiData is conceived and developed by Saul Pwanson `\u003cvd@saul.pw\u003e`.\n\nAnja Kefala `\u003canja.kefala@gmail.com\u003e` maintains the documentation and packages for all platforms.\n\nMany thanks to numerous other [contributors](https://visidata.org/credits/), and to those wonderful users who provide feedback, for helping to make VisiData the awesome tool that it is.\n\n[1.1]: http://i.imgur.com/tXSoThF.png\n[1]: http://www.twitter.com/VisiData\n[2.1]: https://raw.githubusercontent.com/mastodon/mastodon/main/app/javascript/images/logo.svg\n[2]: https://fosstodon.org/@visidata\n\n\u003c!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaulpw%2Fvisidata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaulpw%2Fvisidata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaulpw%2Fvisidata/lists"}