Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/sequelpro_bundles

Copies SequelPro results as GitHub-Flavored Markdown.
https://github.com/kazu69/sequelpro_bundles

Last synced: 3 months ago
JSON representation

Copies SequelPro results as GitHub-Flavored Markdown.

Awesome Lists containing this project

README

        

# About

This is a bundle for Sequel pro to copy data as GitHub-Flavored Markdown.
Inspired of [Copy as textile](https://gist.github.com/jakob-stoeck/7219471)

## Installing

Open Sequel Pro. In menu select Bundles -> Bundle editor and create new bundle.
Paste contents of script to "Command:" field.

Finally below:
![](https://github.com/kazu69/sequelpro_bundles/blob/master/screenshot.png)

## Output

```
| id | date | status |
| --- | --- | --- |
| XXX | XXX | XXX |
| XXX | XXX | XXX |
| XXX | XXX | XXX |
```