{"id":25014350,"url":"https://github.com/gregoryv/working","last_synced_at":"2025-07-22T03:03:58.955Z","repository":{"id":57512662,"uuid":"240848771","full_name":"gregoryv/working","owner":"gregoryv","description":"Package working provides types for file system operations within a directory.","archived":false,"fork":false,"pushed_at":"2020-02-18T01:35:02.000Z","size":1072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T09:39:21.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2020-02-16T07:17:18.000Z","updated_at":"2020-06-21T07:49:05.000Z","dependencies_parsed_at":"2022-09-26T17:51:28.889Z","dependency_job_id":null,"html_url":"https://github.com/gregoryv/working","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/working","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/working/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworking/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266417029,"owners_count":23925300,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-02-05T07:19:09.060Z","updated_at":"2025-07-22T03:03:58.927Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gregoryv/working.svg?branch=master)](https://travis-ci.org/gregoryv/working)\n[![codecov](https://codecov.io/gh/gregoryv/working/branch/master/graph/badge.svg)](https://codecov.io/gh/gregoryv/working)\n\n\n[working](https://godoc.org/github.com/gregoryv/working) - Package defines Directory type for easy file operations\n\nThis package is most useful if you need to do multiple file operations\nwithin one directory. Eg. something like\n\n    cd /tmp/dir\n\tmkdir child1 child2\n\ttouch child1/A child2/B\n\t# do some stuff\n\tcd\n\trm -rf /tmp/dir\n\nUsing this package you would\n\n    d := new(working.Directory)\n\td.SetPath(\"/tmp/dir\")\n\td.MkdirAll(\"child1\", \"child2\")\n\td.TouchAll(\"child1/A\", \"child2/B\")\n\t// do stuff\n\td.RemoveAll()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fworking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Fworking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fworking/lists"}