Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shmokmt/u2md
- Owner: shmokmt
- License: mit
- Created: 2024-06-16T03:56:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:37:36.000Z (about 2 months ago)
- Last Synced: 2024-09-10T05:35:16.896Z (about 2 months ago)
- Topics: markdown
- Language: Go
- Homepage: https://pkg.go.dev/github.com/shmokmt/u2md
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)