{"id":15396077,"url":"https://github.com/costava/alignchar","last_synced_at":"2025-10-23T16:45:50.921Z","repository":{"id":91581221,"uuid":"353557745","full_name":"Costava/alignchar","owner":"Costava","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-06T00:00:48.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T02:13:40.871Z","etag":null,"topics":["c","c99"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Costava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-04-01T03:10:00.000Z","updated_at":"2021-06-06T00:00:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3f6fe04-f979-40ec-88c2-9262c3b8ee49","html_url":"https://github.com/Costava/alignchar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Costava%2Falignchar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Costava%2Falignchar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Costava%2Falignchar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Costava%2Falignchar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Costava","download_url":"https://codeload.github.com/Costava/alignchar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944107,"owners_count":20697960,"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":["c","c99"],"created_at":"2024-10-01T15:30:48.967Z","updated_at":"2025-10-23T16:45:50.824Z","avatar_url":"https://github.com/Costava.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alignchar\n\n```\n$ ./alignchar --help\nalignchar: For the given input file, for each line that ends in the target\n           character (Default: '\\'), align the target character to the\n           target column position (Default: 80. First column is 1) using the\n           fill character (Default: ' '). Non-matching lines, lines of\n           length 2048 and greater, and lines where the target character\n           falls on or after the target column position are unchanged.\n\nUsage examples:\n  alignchar [options] -i \u003cinput file\u003e -o \u003coutput file\u003e\n  alignchar [options] -i \u003cinput file\u003e --in-place\n\nAn input file must be specified (-i or --input).\nEither an output file must be specified (-o or --output)\n    or --in-place must be specified meaning modify the input file.\nOptions may be given in any order.\n\nOptions:\n  --help               Stop parsing options, print help, exit(0)\n  --version            Stop parsing options, print version, exit(0)\n\n  -i, --input \u003cpath\u003e   Specify input file (required)\n  -o, --output \u003cpath\u003e  Specify output file\n                       (mutually exclusive with --in-place)\n                       Do NOT specify the same path as for input\n                       (use --in-place instead)\n  --in-place           Modify input file\n                       (mutually exclusive with -o, --output)\n  -c, --char \u003cchar\u003e    Specify the character to be aligned (Default: '\\')\n  -p, --position \u003cn\u003e   Specify the column to align the character to\n                       (Default: 80)\n  -f, --fill \u003cchar\u003e    Specify the fill character (Default: ' ')\n  -t, --tab-width \u003cn\u003e  Specify tab width (Default: 4)\n\n```\n\nOnly depends on the C99 standard library.  \nNever dynamically allocates memory.  \nMay produce unexpected results:\n- On non-ASCII files\n- On files with CRLF line endings\n\n## Build\nBuild with `make` or any C99 compiler  \nRun the tests with `make test`\n\n## License\nBSD 2-Clause License. See file `LICENSE.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcostava%2Falignchar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcostava%2Falignchar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcostava%2Falignchar/lists"}