Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://gitlab.com/simonbreiter/tagify

reads YAML Front Matters of markdown files and creates according OS X tags
https://gitlab.com/simonbreiter/tagify

markdown os x yaml

Last synced: about 2 months ago
JSON representation

reads YAML Front Matters of markdown files and creates according OS X tags

Awesome Lists containing this project

README

        

# README #

Tagify reads the YAML Front Matters of your markdown files and creates according OS X tags.

## Installation

```bash
pip3 install tagify
```

## Usage

Files that you want to be tagged need to have this pattern at the beginning:

```
---
Tags: foo, bar, baz
---
```

Use command line interface to specify path from where to search markdown files:

```bash
tagify -p your/path
```

## Contributing

Contributions are always welcome. Please feel free to fork this project and
contact us if your changes should go upstream.

## Authors
- Simon Breiter
- Emanuele Mazzotta