{"id":17967342,"url":"https://github.com/idigdoug/texttools","last_synced_at":"2025-03-25T08:31:17.704Z","repository":{"id":43018275,"uuid":"469231258","full_name":"idigdoug/TextTools","owner":"idigdoug","description":"xargs for Windows (wargs), iconv for Windows (wconv), Text conversion library","archived":false,"fork":false,"pushed_at":"2024-09-07T23:20:56.000Z","size":76,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T23:42:01.901Z","etag":null,"topics":["command-line","unicode","wconv","windows","xargs"],"latest_commit_sha":null,"homepage":"","language":"C++","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/idigdoug.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":"2022-03-13T00:18:37.000Z","updated_at":"2025-03-14T15:12:24.000Z","dependencies_parsed_at":"2024-10-29T14:28:32.216Z","dependency_job_id":null,"html_url":"https://github.com/idigdoug/TextTools","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idigdoug%2FTextTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idigdoug%2FTextTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idigdoug%2FTextTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idigdoug%2FTextTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idigdoug","download_url":"https://codeload.github.com/idigdoug/TextTools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245426230,"owners_count":20613310,"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":["command-line","unicode","wconv","windows","xargs"],"created_at":"2024-10-29T14:08:10.608Z","updated_at":"2025-03-25T08:31:17.689Z","avatar_url":"https://github.com/idigdoug.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextTools\nText processing tools for Windows - wargs (xargs for Windows), wconv (iconv for Windows)\n\n## wargs - xargs for Windows\n\nwargs works like [xargs](https://www.man7.org/linux/man-pages/man1/xargs.1.html), but is\ncoded using Win32 APIs and includes some Windows-specific options.\n\n- Option to specify the input text encoding. Text is converted to Unicode before\n  parsing and constructing the command lines.\n- Option to launch commands in the background (don't wait for command to exit).\n- Option to read input from clipboard.\n- Supports up to 64 concurrent child commands.\n\n## wconv - iconv for Windows\n\nwconv works like [iconv](https://man7.org/linux/man-pages/man1/iconv.1.html), but is\ncoded using Win32 APIs and includes some Windows-specific options.\n\nwconv is based on TextToolsLib, which supports a streaming interface on top of the\nWin32 MultiByteToWideChar and WideCharToMultiByte APIs. As a result, it gains both\nadvantages and disadvantages of the Win32 APIs. It natively supports all Windows\nSBCS and DBCS encodings in addition to UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and\nUTF-32BE. However, it does not support any of the more-complex MBCS encodings.\n\n## TextToolsLib - streaming text encoding/decoding library\n\n- ArgParser.h - simple command-line argument parsing (getopt-style semantics).\n- CodeConvert.h - streaming conversion from SBCS/DBCS/UTF to UTF-16LE and from\n  UTF-16LE to SBCS/DBCS/UTF. The SBCS, DBCS, and UTF-8 support is based on the\n  Win32 MultiByteToWideChar and WideCharToMultiByte APIs. The UTF-16 and UTF-32\n  support is hand-coded. Special support for correctly handling multi-byte\n  characters that cross buffer boundaries. (Does not support more-complex MBCS\n  encodings.)\n- CodePageInfo.h - simple class for getting properties for a code page.\n- TextInput.h - handles input from a pipe, file, console, or other source.\n  Converts the input from a specified encoding to UTF-16LE using CodeConvert.h.\n- TextOutput.h - handles output to a pipe, file, console, or other destination.\n  Converts the output from UTF-16LE to a specified encoding using\n  CodeConvert.h.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidigdoug%2Ftexttools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidigdoug%2Ftexttools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidigdoug%2Ftexttools/lists"}