{"id":23224681,"url":"https://github.com/azzamsa/tyupy","last_synced_at":"2025-08-19T13:31:36.265Z","repository":{"id":207481106,"uuid":"719353876","full_name":"azzamsa/tyupy","owner":"azzamsa","description":"Get URL(s) title in any format 🐿️","archived":false,"fork":false,"pushed_at":"2024-06-18T10:55:14.000Z","size":169,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-01T16:53:27.596Z","etag":null,"topics":["cli","formatter"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azzamsa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"azzamsa"}},"created_at":"2023-11-16T01:42:13.000Z","updated_at":"2024-06-18T10:55:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"a277f00f-f9ff-481a-9e3c-266f6352be01","html_url":"https://github.com/azzamsa/tyupy","commit_stats":null,"previous_names":["azzamsa/tyupy"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzamsa%2Ftyupy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzamsa%2Ftyupy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzamsa%2Ftyupy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzamsa%2Ftyupy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azzamsa","download_url":"https://codeload.github.com/azzamsa/tyupy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230355730,"owners_count":18213528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","formatter"],"created_at":"2024-12-18T23:35:49.119Z","updated_at":"2024-12-18T23:35:49.781Z","avatar_url":"https://github.com/azzamsa.png","language":"Rust","funding_links":["https://github.com/sponsors/azzamsa"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTyupy\u003c/h1\u003e\n\n\u003cimg src='docs/logo.svg' width=80px /\u003e\n\nGet URL(s) title in any format.\n\n\u003ca href=\"https://github.com/azzamsa/tyupy/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/azzamsa/tyupy/actions/workflows/ci.yml/badge.svg\" alt=\"Build status\" /\u003e\n  \u003c/a\u003e\n\n\u003ca href=\"https://crates.io/crates/tyupy\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/tyupy.svg\"\u003e\n  \u003c/a\u003e\n\n\u003ca href=\" https://docs.rs/tyupy/\"\u003e\n    \u003cimg src=\"https://docs.rs/tyupy/badge.svg\"\u003e\n  \u003c/a\u003e\n\n\u003ca href=\"https://azzamsa.com/support/\"\u003e\n    \u003cimg alt=\"Sponsor me\" src=\"https://img.shields.io/badge/Sponsor%20Me-%F0%9F%92%96-ff69b4\"\u003e\n  \u003c/a\u003e\n\n\u003cp\u003e\u003cp/\u003e\n\n\u003c/div\u003e\n\n---\n\n## Features\n\n- Get URL(s) title in any format*.\n  - Markdown\n  - Org-mode\n- Fancy error message and colorful output.\n- Cross-platform and single binary.\n\n*Please open a PR if your favorite format doesn't exist\n\n## Usage\n\n```bash\n🦄 tyupy --help\n\n🦄 tyupy https://github.com/azzamsa/tin/ # Get URL title in markdown format (default).\n[GitHub - azzamsa/tin: Rust GraphQL Template 🏗](https://github.com/azzamsa/tin/)\n\n🦄 tyupy https://github.com/azzamsa/tin/ --max-length 16 # Limit title length\n[GitHub - azzamsa...](https://github.com/azzamsa/tin)\n\n🦄 tyupy https://github.com/azzamsa/tin/ --max-length 16 --ellipsis \"***\" # Use custom ellipsis\n[GitHub - azzamsa***](https://github.com/azzamsa/tin)\n\n🦄 tyupy https://github.com/azzamsa/tin/ --format org # Use `-f o` alias for less typing\n[[https://github.com/azzamsa/tin/][GitHub - azzamsa/tin: Rust GraphQL Template 🏗]]\n\n🦄 tyupy # reads from stdin\nhttps://github.com/azzamsa/zman\n[GitHub - azzamsa/zman: A time progress bar utilities](https://github.com/azzamsa/zman)\nhttps://github.com/azzamsa/tin/\nhttps://github.com/azzamsa/tun\n[GitHub - azzamsa/tin: Rust GraphQL Template 🏗](https://github.com/azzamsa/tin/)\n[GitHub - azzamsa/tun: Rust REST API Boilerplate 🏗](https://github.com/azzamsa/tun)\n```\n\n## Installation\n\n### From binaries\n\nThe [release page](https://github.com/azzamsa/tyupy/releases) includes\npre-compiled binaries for GNU/Linux, macOS, and Windows.\n\n### From source\n\nUsing [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)\n\n```bash\n$ cargo binstall tyupy\n```\n\nUsing Rust's package manager [cargo](https://github.com/rust-lang/cargo):\n\n```bash\n$ cargo install tyupy\n```\n\n## Development\n\n```bash\ngit clone https://github.com/azzamsa/tyupy\n\n# Build\ncd tyupy\ncargo build\n\n# Run unit tests and integration tests\ncargo test\n\n# Install\ncargo install --path .\n```\n\n## Contributing\n\nTo learn more read [the development guide](docs/dev/README.md)\n\n## Origin of the name\n\nThe term \"tyupy\" is a playful variation inspired by [Tupai](https://id.wikipedia.org/wiki/Tupai), which translates to \"Squirrel\" in English. The choice is influenced by the URL-like sound associated with the word \"Squirrel\".\n\n## Credits\n\n- [rexim's org-cliplink](https://github.com/rexim/org-cliplink)\n- [Noto Emoji](https://github.com/googlefonts/noto-emoji)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazzamsa%2Ftyupy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazzamsa%2Ftyupy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazzamsa%2Ftyupy/lists"}