{"id":23991812,"url":"https://github.com/onukura/gitbucket-csvtsv-plugin","last_synced_at":"2025-04-14T17:05:31.675Z","repository":{"id":115449807,"uuid":"274967425","full_name":"onukura/gitbucket-csvtsv-plugin","owner":"onukura","description":"csv and tsv file rendering plugin for GitBucket","archived":false,"fork":false,"pushed_at":"2021-05-29T16:18:26.000Z","size":205,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T17:04:29.530Z","etag":null,"topics":["gitbucket","gitbucket-plugin"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onukura.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":"2020-06-25T16:43:51.000Z","updated_at":"2023-04-24T12:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"448d771f-5eed-45d7-aa0a-77fb7be1bdec","html_url":"https://github.com/onukura/gitbucket-csvtsv-plugin","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onukura%2Fgitbucket-csvtsv-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onukura%2Fgitbucket-csvtsv-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onukura%2Fgitbucket-csvtsv-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onukura%2Fgitbucket-csvtsv-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onukura","download_url":"https://codeload.github.com/onukura/gitbucket-csvtsv-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923767,"owners_count":21183953,"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":["gitbucket","gitbucket-plugin"],"created_at":"2025-01-07T20:00:01.695Z","updated_at":"2025-04-14T17:05:31.662Z","avatar_url":"https://github.com/onukura.png","language":"Scala","readme":"# gitbucket-csvtsv-plugin\n\n[![Build Status](https://travis-ci.org/onukura/gitbucket-csvtsv-plugin.svg?branch=master)](https://travis-ci.org/onukura/gitbucket-csvtsv-plugin)\n\nA GitBucket plugin for rendering csv and tsv file.  \n\n## Screenshot\n\n![screenshot](https://github.com/onukura/gitbucket-csvtsv-plugin/blob/assets/screenshot.png?raw=true)\n\n## Install\n\n1. Download *.jar from Releases.\n2. Deploy it to `GITBUCKET_HOME/plugins`.\n3. Restart GitBucket.\n\n## Build from source\n\n```sbt\nsbt clean package\n```\n\nThe built package is located at\n`target/scala-2.13/gitbucket-csvtsv-plugin_2.13-{plugin-version}.jar`.\n\n```sbt\nsbt assembly\n```\n\nThis makes the assembly package\n`target/scala-2.13/gitbucket-csvtsv-plugin-{plugin-version}.jar`\nfor deployment.\n\n## Supported type\n\nDelimiter : `,`, `\\t`.  \nQuote : with quote `\"`, without quote, mix.\n\n#### Example\n\n- input\n  \n  ```\n  \"a\",b,\"c\",\"de,f\",ge\"h\n  1, 2, 3, 4, 5\n  ```\n\n- output\n\n  | a | b | c | de,f | ge\"h |\n  | --- | --- | --- | --- | --- |\n  | 1 | 2 | 3 | 4 | 5 |\n\n## Note\n\nLarge (\u003e about 512kb) files will not be rendered for browser performance.\n\n## Version\n\nPlugin version|GitBucket version\n:---|:---\n1.0.x |4.32.x -\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonukura%2Fgitbucket-csvtsv-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonukura%2Fgitbucket-csvtsv-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonukura%2Fgitbucket-csvtsv-plugin/lists"}