crispgm / alfred-markdown-table

Generate Markdown Table with Alfred Workflow

Home Page:http://www.packal.org/workflow/alfred-markdown-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfred Markdown Table

Generate Markdown Table with Alfred Workflow.

screenshot

Installation

Install via Packal

Alfred Markdown Table

Install manually

Download and import alfred-markdown-table.alfredworkflow.

Dependencies

Usage

Generate empty table:

table 3 3

Output:
|  |  |  |
|--|--|--|
|  |  |  |
|  |  |  |
|  |  |  |

Generate table with test data:

table 3 3 test
# `table 3 3 data` is an alternative

Output:
| COMPASSIONATE ALBATTANI | INSPIRING RITCHIE  |   UPBEAT BABBAGE    |
|-------------------------|--------------------|---------------------|
| determined_haibt        | goofy_darwin       | hungry_wilson       |
| elegant_rosalind        | suspicious_swirles | flamboyant_dijkstra |
| compassionate_blackwell | elastic_franklin   | silly_bardeen       |

Credit

License

MIT

About

Generate Markdown Table with Alfred Workflow

http://www.packal.org/workflow/alfred-markdown-table

License:MIT License


Languages

Language:Go 99.7%Language:Shell 0.3%