{"id":37117412,"url":"https://github.com/aca/ls-json","last_synced_at":"2026-01-14T13:44:28.345Z","repository":{"id":128586053,"uuid":"275360240","full_name":"aca/ls-json","owner":"aca","description":"ls but output json","archived":false,"fork":false,"pushed_at":"2020-06-27T12:49:27.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T05:29:26.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aca.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-27T11:41:38.000Z","updated_at":"2021-01-30T19:29:30.000Z","dependencies_parsed_at":"2023-03-14T23:30:36.242Z","dependency_job_id":null,"html_url":"https://github.com/aca/ls-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aca/ls-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aca%2Fls-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aca%2Fls-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aca%2Fls-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aca%2Fls-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aca","download_url":"https://codeload.github.com/aca/ls-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aca%2Fls-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421950,"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":[],"created_at":"2026-01-14T13:44:27.891Z","updated_at":"2026-01-14T13:44:28.330Z","avatar_url":"https://github.com/aca.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ls-json\nList information about the FILE in json format (the current directory by default)\n\nUsage:\n  ls-json [FILE] [flags]\n\n```\n» ls-json\n{\"ext\":\"\",\"name\":\"HEAD\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/HEAD\",\"bytes\":23,\"size\":\"23 B\",\"mod_time\":\"2020-06-27T21:04:39.995260916+09:00\"}\n{\"ext\":\"\",\"name\":\"config\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/config\",\"bytes\":285,\"size\":\"285 B\",\"mod_time\":\"2020-06-27T21:04:39.995260916+09:00\"}\n{\"ext\":\"\",\"name\":\"description\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/description\",\"bytes\":73,\"size\":\"73 B\",\"mod_time\":\"2020-06-27T21:04:37.631927418+09:00\"}\n{\"ext\":\".sample\",\"name\":\"applypatch-msg.sample\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/hooks/applypatch-msg.sample\",\"bytes\":478,\"size\":\"478 B\",\"mod_time\":\"2020-06-27T21:04:37.631927418+09:00\"}\n{\"ext\":\".sample\",\"name\":\"commit-msg.sample\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/hooks/commit-msg.sample\",\"bytes\":896,\"size\":\"896 B\",\"mod_time\":\"2020-06-27T21:04:37.631927418+09:00\"}\n{\"ext\":\".sample\",\"name\":\"fsmonitor-watchman.sample\",\"path\":\"/home/rok/src/github.com/aca/ls-json/.git/hooks/fsmonitor-watchman.sample\",\"bytes\":4655,\"size\":\"4.7 kB\",\"mod_time\":\"2020-06-27T21:04:37.631927418+09:00\"}\n...\n```\n\n```\n» ls-json ls-json.go go.sum\n{\"ext\":\".go\",\"name\":\"ls-json.go\",\"path\":\"/home/rok/src/github.com/aca/ls-json/ls-json.go\",\"bytes\":1953,\"size\":\"2.0 kB\",\"mod_time\":\"2020-06-27T21:27:55.612024472+09:00\"}\n{\"ext\":\".sum\",\"name\":\"go.sum\",\"path\":\"/home/rok/src/github.com/aca/ls-json/go.sum\",\"bytes\":12575,\"size\":\"13 kB\",\"mod_time\":\"2020-06-27T20:53:36.071881489+09:00\"}\n```\n\n```\n» ls-json | jq 'select(.ext? | match(\"go\"))'\n{\n  \"ext\": \".go\",\n  \"name\": \"ls-json.go\",\n  \"path\": \"/home/rok/src/github.com/aca/ls-json/ls-json.go\",\n  \"bytes\": 1953,\n  \"size\": \"2.0 kB\",\n  \"mod_time\": \"2020-06-27T21:27:55.612024472+09:00\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faca%2Fls-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faca%2Fls-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faca%2Fls-json/lists"}