{"id":24762040,"url":"https://github.com/pranavh-2004/linklens","last_synced_at":"2026-01-04T09:47:10.002Z","repository":{"id":271104563,"uuid":"911059188","full_name":"Pranavh-2004/LinkLens","owner":"Pranavh-2004","description":"LinkLens is a CLI tool for efficiently checking the status of multiple links, both sequentially and asynchronously, with detailed error handling.","archived":false,"fork":false,"pushed_at":"2025-01-05T14:02:23.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T19:21:16.378Z","etag":null,"topics":["asynchronous","cli","link-checker","nim","nimble","synchronous","url-validation"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/Pranavh-2004.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}},"created_at":"2025-01-02T06:35:49.000Z","updated_at":"2025-01-05T14:02:26.000Z","dependencies_parsed_at":"2025-01-05T23:15:44.842Z","dependency_job_id":"9895c56d-3339-4d78-9bca-9c8d61b1cee1","html_url":"https://github.com/Pranavh-2004/LinkLens","commit_stats":null,"previous_names":["pranavh-2004/linklens"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranavh-2004%2FLinkLens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranavh-2004%2FLinkLens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranavh-2004%2FLinkLens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranavh-2004%2FLinkLens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pranavh-2004","download_url":"https://codeload.github.com/Pranavh-2004/LinkLens/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104526,"owners_count":20561380,"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":["asynchronous","cli","link-checker","nim","nimble","synchronous","url-validation"],"created_at":"2025-01-28T19:20:14.918Z","updated_at":"2026-01-04T09:47:09.970Z","avatar_url":"https://github.com/Pranavh-2004.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkLens\n\n**LinkLens** is a command-line tool for checking the validity of links in a file. It allows you to verify links sequentially or asynchronously, making it fast and efficient for processing large sets of URLs.\n\n## Features\n\n- **Sequential Link Checking**: Check each link one by one.\n- **Asynchronous Link Checking**: Check multiple links concurrently for faster performance.\n- **Error Handling**: Handles various HTTP errors and connection issues, providing detailed feedback on why a link may be invalid.\n\n## Installation\n\nTo install LinkLens, you'll need [Nim](https://nim-lang.org/) and [Nimble](https://nim-lang.org/docs/nimble.html) (Nim's package manager). Follow these steps:\n\n1. **Install Nim**:\n   If you don't have Nim installed, you can install it by following the instructions on the [official Nim website](https://nim-lang.org/).\n\n2. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/yourusername/LinkLens.git\n   cd LinkLens\n   ```\n\n3. **Install dependencies:**\n   LinkLens uses the nimble package manager to handle dependencies. Run the following command to install the required libraries:\n\n   ```bash\n   nimble install\n   ```\n\n4. **Build the application:**\n   Once installed, build the application by running:\n\n   ```bash\n   nimble build\n   ```\n\n## Usage\n\nTo use LinkLens, simply run the following command:\n\n```bash\nnimble run -- \u003clinks_file\u003e\n```\n\n### Example\n\nCreate a links.txt file with the following content:\n\n```\nhttps://www.example.com\nhttps://www.nonexistentwebsite.com\n```\n\nThen, run the following command:\n\n```bash\nnimble run -- examples/links.txt\n```\n\n## Contributing\n\nIf you want to contribute to the project, feel free to open a pull request or submit issues.\n\n### Steps to Contribute:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Make changes and commit them.\n4. Open a pull request with a clear description of what was changed.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranavh-2004%2Flinklens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranavh-2004%2Flinklens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranavh-2004%2Flinklens/lists"}