Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)