Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shmokmt/u2md

URL to Markdown links
https://github.com/shmokmt/u2md

markdown

Last synced: 9 days ago
JSON representation

URL to Markdown links

Awesome Lists containing this project

README

        

# u2md

The tool that converts a URL to a Markdown link based on the HTML title tag.

## Installation

```
go install github.com/shmokmt/u2md@latest
```

## Usage

For macOS

```
u2md https://example.com | tee >(pbcopy)
```

> [!TIP]
> This tool becomes even more useful with Raycast's command scripts.
> see. https://manual.raycast.com/script-commands

## See Also

- [GitHub - raycast/script-commands: Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.](https://github.com/raycast/script-commands?tab=readme-ov-file#troubleshooting-and-faqs)