{"id":32162923,"url":"https://github.com/xe/pathwalk","last_synced_at":"2025-10-21T14:03:17.207Z","repository":{"id":56874704,"uuid":"44367148","full_name":"Xe/pathwalk","owner":"Xe","description":"Some really simple path walking tools and utilities for Haskell.","archived":true,"fork":false,"pushed_at":"2015-10-28T15:07:59.000Z","size":218,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T10:58:24.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/Xe.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":"2015-10-16T06:41:41.000Z","updated_at":"2023-01-28T20:01:54.000Z","dependencies_parsed_at":"2022-08-20T22:30:36.129Z","dependency_job_id":null,"html_url":"https://github.com/Xe/pathwalk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xe/pathwalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fpathwalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fpathwalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fpathwalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fpathwalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xe","download_url":"https://codeload.github.com/Xe/pathwalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fpathwalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280272340,"owners_count":26302260,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-21T14:02:49.437Z","updated_at":"2025-10-21T14:03:17.193Z","avatar_url":"https://github.com/Xe.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"pathwalk\n========\n\nSome really simple path walking tools and utilities for Haskell.\n\n```haskell\nmodule Main (main) where\n\nimport Control.Monad (forM_)\nimport System.Directory.PathWalk (pathWalk)\nimport System.Environment (getArgs)\n\nmain :: IO ()\nmain = do\n  rawArgs \u003c- getArgs\n  let args = if rawArgs == [] then [\".\"] else rawArgs\n  forM_ args $ \\arg -\u003e do\n    pathWalk arg $ \\root dirs files -\u003e do\n      putStrLn root\n      putStrLn $ \"  dirs: \" ++ show dirs\n      putStrLn $ \"  files: \" ++ show files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fpathwalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxe%2Fpathwalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fpathwalk/lists"}