{"id":19375680,"url":"https://github.com/archiewood/plot","last_synced_at":"2025-04-23T18:32:49.033Z","repository":{"id":248444698,"uuid":"828617962","full_name":"archiewood/plot","owner":"archiewood","description":"A minimal terminal CLI charting tool","archived":false,"fork":false,"pushed_at":"2024-07-16T03:59:40.000Z","size":2373,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-17T01:26:31.344Z","etag":null,"topics":[],"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/archiewood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-07-14T17:25:10.000Z","updated_at":"2024-07-16T03:59:45.000Z","dependencies_parsed_at":"2024-07-15T00:43:32.628Z","dependency_job_id":"cffe3c8e-1e67-427e-b6c3-dea1ed2a6060","html_url":"https://github.com/archiewood/plot","commit_stats":null,"previous_names":["archiewood/plot"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiewood%2Fplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiewood%2Fplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiewood%2Fplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiewood%2Fplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archiewood","download_url":"https://codeload.github.com/archiewood/plot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223932208,"owners_count":17227277,"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":[],"created_at":"2024-11-10T08:39:47.139Z","updated_at":"2024-11-10T08:39:47.610Z","avatar_url":"https://github.com/archiewood.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plot\n\nA minimalist CLI tool to plot data to the terminal.\n\n\u003cimg src=\"docs/csv.gif\" width=\"400\"\u003e\n\n- **Data**: From CSV files or command line arguments.\n- **Charts**: Bar and Column charts.\n\n## Installation\n\n1. Download the [latest release for your OS](https://github.com/archiewood/plot/releases).\n2. Move the binary to a directory in your PATH e.g. `mv plot-darwin-amd64 /usr/local/bin/plot` (May need sudo)\n3. Make the binary executable e.g. `chmod +x /usr/local/bin/plot` \n4. Adding plot to the list of allowed binaries e.g. `xattr -d com.apple.quarantine /usr/local/bin/plot`\n\n### MacOS Install\n\n```bash\ncurl -L -o plot https://github.com/archiewood/plot/releases/download/v0.0.2/plot-darwin-amd64\nmv plot /usr/local/bin/\nchmod +x /usr/local/bin/plot\nxattr -d com.apple.quarantine /usr/local/bin/plot\n```\n\n## Usage\n\n```bash\nplot [-t title] [-c chartType] file.csv\nplot [-t title] [-c chartType] [labels ,]  values\n```\n\n### Bar Chart from CSV\n\n```bash\nplot test/two_col_header.csv\n```\n\n### Bar Chart with Title and Labels\n\n```bash\nplot -t \"Programming Languages\" go python r c++ , 84 950 923 27\n```\n\n### Column Chart\n\n```bash\nplot -c column test/two_col_header.csv\n```\n\n## Credits\n\nThis tool is heavily inspired by [YouPlot](https://github.com/red-data-tools/YouPlot)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchiewood%2Fplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchiewood%2Fplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchiewood%2Fplot/lists"}