Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/announce/cjt-crx
Chrome extension to convert CSV format to Jira table notation
https://github.com/announce/cjt-crx
chrome-extension csv jira
Last synced: about 1 month ago
JSON representation
Chrome extension to convert CSV format to Jira table notation
- Host: GitHub
- URL: https://github.com/announce/cjt-crx
- Owner: announce
- License: mit
- Created: 2018-06-09T03:17:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T06:59:46.000Z (over 4 years ago)
- Last Synced: 2024-12-04T19:08:06.661Z (about 1 month ago)
- Topics: chrome-extension, csv, jira
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/cjt/pagmnllnggjajagmlelanjlbompjelmd
- Size: 1.95 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cjt-crx
[![Build Status](https://travis-ci.org/announce/cjt-crx.svg?branch=master)](https://travis-ci.org/announce/cjt-crx)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/pagmnllnggjajagmlelanjlbompjelmd.svg)](https://chrome.google.com/webstore/detail/pagmnllnggjajagmlelanjlbompjelmd/)A Chrome extension to get Jira table notation in clipboard from selected CSV text.
![Screenshot](https://rawgit.com/announce/cjt-crx/master/sample/screenshot.png?raw=true)
## Installation
* [**cjt** \- Chrome Web Store](https://chrome.google.com/webstore/detail/pagmnllnggjajagmlelanjlbompjelmd/publish-accepted)
Get **cjt** installed and try the CSV data below:
```csv
heading 1,heading 2,heading 3
col A1,col A2,col A3
col B1,col B2,col B3
```## Development
```bash
npm start
```* [Developer Dashboard \- Chrome Web Store](https://chrome.google.com/webstore/developer/dashboard?hl=en-US&gl=JP)
* [Comma\-separated values \- Wikipedia](https://en.wikipedia.org/wiki/Comma-separated_values#Example)
* [cjt \- npm](https://www.npmjs.com/package/cjt)
* [`IANACHARSET`](https://www.iana.org/assignments/character-sets/character-sets.xhtml)
* [character-sets spreadsheet](https://docs.google.com/spreadsheets/d/16yhgi0mTRcB62waNoMNewsHwl0msZjX1_ZIGODCz-K8/edit?usp=sharing)