{"id":18123254,"url":"https://github.com/puutaro/ctsvviewer","last_synced_at":"2025-04-06T12:45:01.217Z","repository":{"id":210717728,"uuid":"727287620","full_name":"puutaro/ctsvViewer","owner":"puutaro","description":"Advanced csv \u0026 tsv viewer in CommandClick","archived":false,"fork":false,"pushed_at":"2024-09-08T03:19:48.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T18:47:01.705Z","etag":null,"topics":["browser","browser-addon","cmdclick","commandclick","fannel","javascript"],"latest_commit_sha":null,"homepage":"https://github.com/puutaro/CommandClick","language":"JavaScript","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/puutaro.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":"2023-12-04T15:06:48.000Z","updated_at":"2024-09-08T03:19:52.000Z","dependencies_parsed_at":"2024-02-22T11:27:46.477Z","dependency_job_id":"8a28a4cc-d80a-4355-a639-c1bc5b3e85d1","html_url":"https://github.com/puutaro/ctsvViewer","commit_stats":null,"previous_names":["puutaro/ctsvviewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FctsvViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FctsvViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FctsvViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FctsvViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puutaro","download_url":"https://codeload.github.com/puutaro/ctsvViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485251,"owners_count":20946398,"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":["browser","browser-addon","cmdclick","commandclick","fannel","javascript"],"created_at":"2024-11-01T07:08:48.460Z","updated_at":"2025-04-06T12:45:01.196Z","avatar_url":"https://github.com/puutaro.png","language":"JavaScript","readme":"\n\u003cdiv\u003e\u003cimg src=\"https://github.com/puutaro/ctsvViewer/assets/55217593/23cfa534-4d58-46d8-b3fd-70aad9320702\" width=\"300\"\u003e  \u003c/div\u003e\n  \n\u003cdiv\u003e\u003cimg src=\"https://github.com/puutaro/selectTyper/assets/55217593/555e8f5f-656a-4faf-bb76-f663c01cfe47\" width=\"300\"\u003e\u003c/div\u003e \n\n\n# ctsvViewer.js\n----------------\n\nAdvanced csv \u0026 tsv viewer @puutaro\n\nTable of Contents\n-------\n\u003c!-- vim-markdown-toc GFM --\u003e \n* [Installation](#installation)\n* [Toolbar buttons](#toolbar-buttons)\n\t* [Play Button](#play-button)\n* [Cmd Variables](#cmd-variables)\n\t* [inputCTsvPath](#inputctsvpath)\n\t* [scrollBoost](#scrollboost)\n\t* [colRange](#colrange)\n\t* [rowRange](#rowrange)\n\t* [startColNum](#startcolnum)\n\t* [startRowNum](#startrownum)\n\t* [autoScrollType](#autoscrolltype)\n\t* [viewType](#viewtype)\n\t* [rowLimit](#rowlimit)\n\t* [filters](#filters)\n\t* [Table static word](#table-static-word)\n* [Acknowledge](#acknowledge)\n* [Setting variables](#setting-variables)\n\t* [terminalFontZoom](#terminalfontzoom)\n\t* [terminalFontColor](#terminalfontcolor)\n\t* [terminalColor](#playmode)\n\n\n## Installation\n--------------\n\n1. Install [ComamndClick](https://github.com/puutaro/CommandClick#app-installation) to your android\n2. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code\n\n## Toolbar buttons\n\n### Play Button\n\nView csv by cmd variables setting\n\n## Cmd Variables\n--------\n\n### inputCTsvPath \nset csv or tsv path\n### scrollBoost \nAuto scroll boost rate\n\n| scroll gain | description |\n| ------ | ------ |\n| 0 | one step |\n| 1 | spedify direction range step |\n| other | specifyDirectStartNum + 1 + specifyDirectRange * scrollBoost |\n\n### colRange \nview column range num\n\n### rowRange\nview row range num\n\n### startColNum \nstart column index\n\n### startRowNum \nstart row index\n\n### autoScrollType\nAuto scroll direction\n\n| scroll type | direction |\n| ------ | ------ |\n| horizon | left to right |\n| rHorizon | right to left |\n| vartical | top to bottom |\n| rVartical | bottom to top |\n\n### viewType \n\n| view type | description |\n| ------ | ------ |\n| `SRC` | src csv or tsv |\n| `AGGRE` | aggregated table |\n| `CHART` | aggregated chart |\n\n### rowLimit \n\nRow limit about view \n(more smaller this value, more shoter reading speed up)\n\n### filters\nfilter query\n\n| query | description |\n| ------ | ------ |\n| `in` | by included word |\n| `\u003e=` | by equal larger |\n| `\u003e` | by larger |\n| `\u003c=` | by equal smaller |\n| `\u003e` | by smaller |\n| `=` | by equal |\n\n### Table static word\n\n| word | description |\n| ------ | ------ |\n| `maxW` | maximum frequent word\n| `sumMaxW` | count maximum frequent word\n| `minW` | minimum frequent word\n| `sumMinW` | count minimum frequent word\n| `avrW` | middle frequent word\n| `sumAvrW` | count middle frequent word\n\n\n## Acknowledge\n----------\n\nThis Fannel is used to bellow repo.\n\n[Chart.js](https://github.com/chartjs/Chart.js)\n\n## Setting variables\n---------\n\n### terminalFontZoom\nAdjust terminal font size (percentage)\n\n### terminalFontColor\nAdjust terminal font color\n\n### terminalColor\nAdjust terminal background color\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Fctsvviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuutaro%2Fctsvviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Fctsvviewer/lists"}