Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hypermkt/copyasmarkdownforsequelprobundle

Copy selected rows as Markdown. It's so easy to paste in GitHub issue.
https://github.com/hypermkt/copyasmarkdownforsequelprobundle

markdown sequel

Last synced: 9 days ago
JSON representation

Copy selected rows as Markdown. It's so easy to paste in GitHub issue.

Awesome Lists containing this project

README

        

# Markdown Output and Copier For Sequel Pro Bundle [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hypermkt/CopyAsMarkdownForSequelProBundle/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/hypermkt/CopyAsMarkdownForSequelProBundle/tree/master)

Copy selected rows as Markdown. It's so easy to paste in GitHub issue.

## Requirement
* [Sequel Pro](http://www.sequelpro.com/)
* >= PHP 8.2

## Installation
1. Clone this. `git clone [email protected]:hypermkt/CopyAsMarkdownForSequelProBundle.git`
1. Double-Click `copyAsMarkdown.spBundle`.

## Usage
1. Right-Click on selected rows.
1. Select `Bundle > copyAs > copyAsMarkdown`.
1. Paste it!

### Click!
![](./img/copy_as_markdown.png)

### Paste!
```
id|method|accessed_at
---|---|---
15207807|GET|2016-01-25 00:00:00
15207808|GET|2016-01-25 00:00:00
15207811|GET|2016-01-25 00:00:01
```

## License

This software is released under the MIT License, see LICENSE.txt.