Metadata-Version: 2.1
Name: miuc
Version: 0.1.1
Summary: Markdown Intelligence Url Complete
Home-page: https://github.com/luzhixing12345/miuc
License: MIT
Author: luzhixing12345
Author-email: luzhixing12345@163.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests
Project-URL: Documentation, https://luzhixing12345.github.io/miuc/
Project-URL: Repository, https://github.com/luzhixing12345/miuc
Description-Content-Type: text/markdown

# miuc

Markdown Intelligence Url Complete

## Features

## Download

Search `miuc` in Vscode extension market or manually download the extension from [miuc-vscode-extension-market]()

If you prefer to use in command line, you could download miuc from PYPI

```bash
pip install miuc
``` 

## Usage

use `miuc <url>` and return the markdown format url with title

```bash
$ miuc <url>
# [article-title](url)

$ miuc https://github.com/luzhixing12345/miuc
# [miuc](https://github.com/luzhixing12345/miuc)
```

If you prefer to display the site like `Github` or `Stackoverflow`, add argument `-s`

```bash
$ miuc -s https://github.com/luzhixing12345/miuc
# [Github miuc](https://github.com/luzhixing12345/miuc)
```

To customize the title like `[Github - miuc](...)` `[Github:miuc](...)`, see more information from [miuc document]()

## Extension Settings

## Rerference

- [brandmark](https://brandmark.io/)

