alfred-markdown-table icon indicating copy to clipboard operation
alfred-markdown-table copied to clipboard

Generate Markdown Table with Alfred Workflow

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