{"id":23508787,"url":"https://github.com/lovasko/ft","last_synced_at":"2025-05-13T15:34:59.805Z","repository":{"id":78820888,"uuid":"153366893","full_name":"lovasko/ft","owner":"lovasko","description":":mag: Find tabs in text files","archived":false,"fork":false,"pushed_at":"2018-10-17T12:19:41.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T19:48:25.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lovasko.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":"2018-10-16T23:20:43.000Z","updated_at":"2018-10-17T12:19:42.000Z","dependencies_parsed_at":"2023-05-03T14:48:14.920Z","dependency_job_id":null,"html_url":"https://github.com/lovasko/ft","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/lovasko%2Fft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasko","download_url":"https://codeload.github.com/lovasko/ft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253970905,"owners_count":21992597,"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":[],"created_at":"2024-12-25T11:32:09.201Z","updated_at":"2025-05-13T15:34:59.719Z","avatar_url":"https://github.com/lovasko.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find Tabs\n\n## Introduction\nUtility program to find and report the location of all tab characters in a\nfile.\n\n## Example\n```\n$ ft /usr/include/errno.h\n/usr/include/errno.h: 19,3\n/usr/include/errno.h: 19,32\n/usr/include/errno.h: 22,8\n/usr/include/errno.h: 26,8\n/usr/include/errno.h: 27,18\n/usr/include/errno.h: 36,7\n/usr/include/errno.h: 38,7\n/usr/include/errno.h: 45,8\n/usr/include/errno.h: 69,28\n$ echo $?\n2\n$ ft /etc/passwd\n$ echo $?\n0\n$ ft /doesnotexist\nopen failed: No such file or directory\n$ echo $?\n1\n```\n\n## Exit code\nThe process can exit with three different exit codes:\n * `0`: successful execution and no tabs found\n * `1`: unsuccessful execution\n * `2`: successful execution but at least one tab was found\n\n## Resource usage\nThe program uses a single thread, whilst only opening a single file at a time.\nAll files are streamed from the disk, maximum 512 bytes at a time. This means\nthe program introduces no limits to the length or number of the files\nprocessed.\n\n## License\nThe program is licensed under the terms of the [2-clause BSD license](LICENSE).\nIn case you require a different license, please contact the author.\n\n## Author\nDaniel Lovasko \u003cdaniel.lovasko@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasko%2Fft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasko%2Fft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasko%2Fft/lists"}