{"id":37128883,"url":"https://github.com/gartenschlaeger/strcli","last_synced_at":"2026-01-14T15:00:05.580Z","repository":{"id":111313110,"uuid":"607896262","full_name":"Gartenschlaeger/strcli","owner":"Gartenschlaeger","description":"CLI tool str written in Go.","archived":false,"fork":false,"pushed_at":"2023-03-11T14:09:22.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T21:47:44.224Z","etag":null,"topics":["go","go-cli","vscode"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Gartenschlaeger.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-02-28T22:28:28.000Z","updated_at":"2023-05-23T15:21:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb08e6f8-c68a-446c-8297-3e50068a0267","html_url":"https://github.com/Gartenschlaeger/strcli","commit_stats":null,"previous_names":["kaigartenschlaeger/strcli","gartenschlaeger/strcli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Gartenschlaeger/strcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gartenschlaeger%2Fstrcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gartenschlaeger%2Fstrcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gartenschlaeger%2Fstrcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gartenschlaeger%2Fstrcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gartenschlaeger","download_url":"https://codeload.github.com/Gartenschlaeger/strcli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gartenschlaeger%2Fstrcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"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":["go","go-cli","vscode"],"created_at":"2026-01-14T15:00:04.781Z","updated_at":"2026-01-14T15:00:05.567Z","avatar_url":"https://github.com/Gartenschlaeger.png","language":"Go","readme":"# CLI tool str\n\n[![Build](https://github.com/Gartenschlaeger/strcli/actions/workflows/build.yml/badge.svg)](https://github.com/Gartenschlaeger/strcli/actions/workflows/build.yml)\n\nCLI tool `str` performs common string operations in an easy way.\n\n_Example:_\n\n```sh\n# returns \"Doe\"\necho \"John Doe\" | str field -i1\n```\n\n_`str` works with standard input/output, so you can easily perform multiple operations in a chain:_\n\n```sh\n# returns a random string with 10 characters\necho \"abcdefghijklmnopqrstuvwxyz0123456789\" | str shuffle | str sub -l10\n```\n\nRegular expressions are also supported:\n\n```sh\n# returns 2023\necho \"2023-10-11\" | str regex -p\"(\\d{4})-(\\d{2})-(\\d{2})\" -g1\n```\n\n```sh\n# returns He__o wor_d!\necho \"Hello world\\!\" | str regex -p\"l\" -r\"_\"\n```\n\n# Installation\n\nCurrently the app has not been added to any package manager.\n\nIf you want to use the app, clone the repository and run `make install`.\n\n\u003e The `make install` command may not work on windows systems.\n\u003e In this case you can also run make build and copy the binary in dist directory manually.\n\n# Contribution\n\nSince I do not know or can guess all use cases, it is difficult to implement all commands.\nIf you have a use case or a good idea for a command, feel free to suggest it as an issue.\n\nOf course, pull requests are always welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgartenschlaeger%2Fstrcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgartenschlaeger%2Fstrcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgartenschlaeger%2Fstrcli/lists"}