{"id":15432466,"url":"https://github.com/thomasrayner/rightlines","last_synced_at":"2025-10-07T02:18:37.997Z","repository":{"id":116918554,"uuid":"379691193","full_name":"thomasrayner/RightLines","owner":"thomasrayner","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-19T20:26:27.000Z","size":3552,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T04:14:53.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasrayner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2021-06-23T18:08:37.000Z","updated_at":"2024-09-19T20:26:31.000Z","dependencies_parsed_at":"2024-10-20T19:51:28.736Z","dependency_job_id":null,"html_url":"https://github.com/thomasrayner/RightLines","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"30735031d375fa200a1fc706d6872e05626c5d71"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomasrayner/RightLines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2FRightLines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2FRightLines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2FRightLines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2FRightLines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasrayner","download_url":"https://codeload.github.com/thomasrayner/RightLines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2FRightLines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-01T18:26:42.309Z","updated_at":"2025-10-07T02:18:37.974Z","avatar_url":"https://github.com/thomasrayner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **RightLines** VS Code Extension\n\n**RightLines** adds commands to Visual Studio Code to identify interesting lines, and clean up files by removing lines in a variety of ways.\n\nInstall **RightLines** like any other extension in VS Code, or check it out here: [RightLines on the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=thmsrynr.rightlines).\n\n## Features\n\n### Mark This Line\n\n`Mark This Line` marks the line where the cursor currently sits.\n\n![Mark This Line](https://github.com/thomasrayner/RightLines/raw/main/img/MarkThisLine.gif \"Mark This Line\")\n\n### Clear **RightLines** Marks\n\n`Clear RightLines Marks` removes all of the marks added to lines by **RightLines**.\n\n![Clear RightLines Marks](https://github.com/thomasrayner/RightLines/raw/main/img/ClearRightLinesMarks.gif \"Clear RightLines Marks\")\n\n### Mark A Specific Line\n\n`Mark A Specific Line...` prompts you to enter the line number of a line to add a mark to.\n\n![Mark A Specific Line...](https://github.com/thomasrayner/RightLines/raw/main/img/MarkASpecificLine.gif \"Mark A Specific Line...\")\n\n### Mark Lines Containing\n\n`Mark Lines Containing...` prompts you to enter a string, and marks any lines containing that string.\n\n![Mark Lines Containing...](https://github.com/thomasrayner/RightLines/raw/main/img/MarkLinesContaining.gif \"Mark Lines Containing...\")\n\n### Mark Lines Containing Selected Text\n\n`Mark Lines Containing Selected Text` will mark any lines containing the text you have selected.\n\n![Mark Lines Containing Selected Text](https://github.com/thomasrayner/RightLines/raw/main/img/MarkLinesContainingSelected.gif \"Mark Lines Containing Selected Text\")\n\n### Delete Lines Containing\n\n`Delete Lines Containing...` prompts you to enter a string, and deletes any lines containing that string.\n\n![Delete Lines Containing...](https://github.com/thomasrayner/RightLines/raw/main/img/DeleteLinesContaining.gif \"Delete Lines Containing...\")\n\n### Delete Lines Containing Selected Text\n\n`Delete Lines Containing Selected Text` will delete any lines containing the text you have selected.\n\n![Delete Lines Containing Selected Text](https://github.com/thomasrayner/RightLines/raw/main/img/DeleteLinesContainingSelected.gif \"Delete Lines Containing Selected Text\")\n\n### Delete Empty Lines\n\n`Delete Empty Lines` will do exactly what it promises to do 😁.\n\n![Delete Empty Lines](https://github.com/thomasrayner/RightLines/raw/main/img/DeleteEmptyLines.gif \"Delete Empty Lines\")\n\n### Mark Duplicate Lines\n\n`Mark Duplicate Lines` will mark any lines that exist more than once in the document, regardless of leading or trailing whitespace.\n\n![Mark Duplicate Lines](https://github.com/thomasrayner/RightLines/raw/main/img/MarkDuplicateLines.gif \"Mark Duplicate Lines\")\n\n### Mark Duplicate Lines (skip first occurrence)\n\n`Mark Duplicate Lines (skip first occurrence)` will mark any lines that exist more than once in the document, regardless of leading or trailing, but won't mark the first instance of each duplicate line.\n\n![Mark Duplicate Lines (skip first occurrence)](https://github.com/thomasrayner/RightLines/raw/main/img/MarkDuplicateLinesSkipFirst.gif \"Mark Duplicate Lines (skip first occurrence)\")\n\n### Delete Duplicate Lines (keep first occurrence)\n\n`Delete Duplicate Lines (keep first occurrence)` will delete any duplicated lines in the document, except for the first occurrence of the line, ignoring leading and trailing whitespace.\n\n![Delete Duplicate Lines (keep first occurrence)](https://github.com/thomasrayner/RightLines/raw/main/img/DeleteDuplicateLinesKeepFirst.gif \"Delete Duplicate Lines (keep first occurrence)\")\n### Delete Duplicate Lines (keep last occurrence)\n\n`Delete Duplicate Lines (keep last occurrence)` will delete any duplicated lines in the document except for the last occurrence of the line, ignoring leading and trailing whitespace.\n\n![Delete Duplicate Lines (keep last occurrence)](https://github.com/thomasrayner/RightLines/raw/main/img/DeleteDuplicateLinesKeepLast.gif \"Delete Duplicate Lines (keep last occurrence)\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasrayner%2Frightlines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasrayner%2Frightlines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasrayner%2Frightlines/lists"}