{"id":46053442,"url":"https://github.com/goark/ml","last_synced_at":"2026-03-01T09:36:09.526Z","repository":{"id":42726474,"uuid":"109904519","full_name":"goark/ml","owner":"goark","description":"Make Link with Markdown Format","archived":false,"fork":false,"pushed_at":"2025-11-21T06:53:08.000Z","size":4042,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T08:35:02.764Z","etag":null,"topics":["command-line-tool","go","golang","golang-package"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-07T23:47:57.000Z","updated_at":"2025-11-21T06:52:05.000Z","dependencies_parsed_at":"2023-10-15T04:25:12.836Z","dependency_job_id":"5577d481-34fd-409c-bfd5-ed82479e14e8","html_url":"https://github.com/goark/ml","commit_stats":{"total_commits":78,"total_committers":1,"mean_commits":78.0,"dds":0.0,"last_synced_commit":"a83f2d0b1db0ade89d839cd70b6870cd90011f55"},"previous_names":["spiegel-im-spiegel/mklink","spiegel-im-spiegel/ml"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/goark/ml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goark%2Fml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goark%2Fml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goark%2Fml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goark%2Fml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goark","download_url":"https://codeload.github.com/goark/ml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goark%2Fml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T09:33:09.965Z","status":"ssl_error","status_checked_at":"2026-03-01T09:25:48.915Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line-tool","go","golang","golang-package"],"created_at":"2026-03-01T09:36:09.012Z","updated_at":"2026-03-01T09:36:09.517Z","avatar_url":"https://github.com/goark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [ml] -- Make Link with Markdown Format\n\n[![check vulns](https://github.com/goark/ml/workflows/vulns/badge.svg)](https://github.com/goark/ml/actions)\n[![lint status](https://github.com/goark/ml/workflows/lint/badge.svg)](https://github.com/goark/ml/actions)\n[![lint status](https://github.com/goark/ml/workflows/build/badge.svg)](https://github.com/goark/ml/actions)\n[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/goark/ml/master/LICENSE)\n[![GitHub release](http://img.shields.io/github/release/goark/ml.svg)](https://github.com/goark/ml/releases/latest)\n\nThis package is required Go 1.16 or later.\n\n**Migrated repository to [github.com/goark/ml][ml]**\n\n## Build and Install\n\n```\n$ go install github.com/goark/ml@latest\n```\n\n## Binaries\n\nSee [latest release](https://github.com/goark/ml/releases/latest).\n\n## Usage\n\n```\n$ ml -h\nUsage:\n  ml [flags] [URL [URL]...]\n\nFlags:\n      --debug               for debug\n  -h, --help                help for ml\n  -i, --interactive         interactive mode\n  -l, --log int             history log size\n  -s, --style string        link style [markdown|wiki|html|csv|json] (default \"markdown\")\n  -a, --user-agent string   User-Agent string\n  -v, --version             output version of ml\n```\n\n```\n$ ml https://git.io/vFR5M\n[GitHub - goark/ml: Make Link with Markdown Format](https://github.com/goark/ml)\n```\n\n```\n$ echo https://git.io/vFR5M | ml\n[GitHub - goark/ml: Make Link with Markdown Format](https://github.com/goark/ml)\n```\n\n### Support Other Styles\n\n```\n$ ml -s html https://git.io/vFR5M\n\u003ca href=\"https://github.com/goark/ml\"\u003eGitHub - goark/ml: Make Link with Markdown Format\u003c/a\u003e\n```\n\nSupport Styles: `markdown`, `wiki`, `html`, `csv`, `json`\n\n### Interactive Mode\n\n```\n$ ml -i\nInput 'q' or 'quit' to stop\nml\u003e https://git.io/vFR5M\n[GitHub - goark/ml: Make Link with Markdown Format](https://github.com/goark/ml)\nml\u003e\n```\n\n## With Go Codes\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"io\"\n    \"os\"\n\n    \"github.com/goark/ml/makelink\"\n)\n\nfunc main() {\n    lnk, err := makelink.New(context.Background(), \"https://git.io/vFR5M\", \"\")\n    if err != nil {\n        fmt.Fprintln(os.Stderr, err)\n        return\n    }\n    _, _ = io.Copy(os.Stdout, lnk.Encode(makelink.StyleMarkdown))\n    // Output:\n    // [GitHub - goark/ml: Make Link with Markdown Format](https://github.com/goark/ml)\n}\n```\n\n## Modules Requirement Graph\n\n[![dependency.png](./dependency.png)](./dependency.png)\n\n[ml]: https://github.com/goark/ml \"goark/ml: Make Link with Markdown Format\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoark%2Fml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoark%2Fml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoark%2Fml/lists"}