Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kazu69/sequelpro_bundles
- Owner: kazu69
- Created: 2015-08-25T05:36:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T05:59:56.000Z (over 9 years ago)
- Last Synced: 2024-10-17T13:46:43.745Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 355 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
```