Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hypermkt/copyasmarkdownforsequelprobundle
- Owner: hypermkt
- License: other
- Created: 2016-04-03T07:52:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T11:48:16.000Z (over 1 year ago)
- Last Synced: 2024-04-13T17:05:27.237Z (7 months ago)
- Topics: markdown, sequel
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.