{"id":23092626,"url":"https://github.com/kjdev/lq","last_synced_at":"2025-04-03T18:28:40.287Z","repository":{"id":8073150,"uuid":"9485975","full_name":"kjdev/lq","owner":"kjdev","description":"Command-line Labeled Tab-separated Values (LTSV) processor","archived":false,"fork":false,"pushed_at":"2013-04-17T02:04:59.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T06:44:16.646Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kjdev.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}},"created_at":"2013-04-17T00:48:28.000Z","updated_at":"2013-12-04T11:07:08.000Z","dependencies_parsed_at":"2022-09-25T06:10:20.925Z","dependency_job_id":null,"html_url":"https://github.com/kjdev/lq","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/kjdev%2Flq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Flq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Flq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Flq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kjdev","download_url":"https://codeload.github.com/kjdev/lq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247055525,"owners_count":20876204,"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-16T21:35:26.774Z","updated_at":"2025-04-03T18:28:40.269Z","avatar_url":"https://github.com/kjdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lq\n\nCommand-line Labeled Tab-separated Values (LTSV) processor\n\n## Dependencies\n\n* [ltsv4c](https://github.com/9re/ltsv4c)\n\n## Build\n\n```\n% cmake .\n% make\n% make install\n```\n\n## Example\n\ntest.txt:\n\n```\na:2013/04/17 12:00:00 +0900\tb:x.x.x.x\tc:hoge\nb:2013/04/17 12:01:00 +0900\tc:x.y.x.y\ta:foo\td:new\n```\n\nOutput of test.txt:\n\n```\n% lq -f test.txt\n--\na: 2013/04/17 12:00:00 +0900\nb: x.x.x.x\nc: hoge\n--\nb: 2013/04/17 12:01:00 +0900\nc: x.y.x.y\na: foo\nd: new\n--\n```\n\nOutput of the label 'a' and 'b' in test.txt:\n\n```\n% lq -f test.txt -l a,b\n--\na: 2013/04/17 12:00:00 +0900\nb: x.x.x.x\n--\na: foo\nb: 2013/04/17 12:01:00 +0900\n--\n```\n\nOutput of the label 'c' and 'd' in test.txt:\n\n```\n% lq -f test.txt -l c,d\n--\nc: hoge\n--\nc: x.y.x.y\nd: new\n--\n```\n\n```\n% lq -f test.txt -l c,d -v\n--\nc: hoge\nd: (null)\n--\nc: x.y.x.y\nd: new\n--\n```\n\nOutput of stdin:\n\n```\n% cat test.txt | lq\n--\na: 2013/04/17 12:00:00 +0900\nb: x.x.x.x\nc: hoge\n--\nb: 2013/04/17 12:01:00 +0900\nc: x.y.x.y\na: foo\nd: new\n--\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjdev%2Flq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjdev%2Flq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjdev%2Flq/lists"}