{"id":19759204,"url":"https://github.com/jjotaum/swiftytree","last_synced_at":"2025-02-28T02:41:43.526Z","repository":{"id":206700011,"uuid":"717469892","full_name":"jjotaum/SwiftyTree","owner":"jjotaum","description":"A command line tool to generate Tree structure from a given directory path","archived":false,"fork":false,"pushed_at":"2023-11-13T13:14:11.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T08:06:43.384Z","etag":null,"topics":["command-line-tool","generator","macos","swift","tree-structure"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/jjotaum.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}},"created_at":"2023-11-11T15:17:26.000Z","updated_at":"2024-05-18T23:04:31.000Z","dependencies_parsed_at":"2023-12-09T20:46:12.120Z","dependency_job_id":null,"html_url":"https://github.com/jjotaum/SwiftyTree","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"cd4d5e67aa2b1e083b45043e6e9da813cc0bf004"},"previous_names":["jjotaum/swiftytree"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjotaum%2FSwiftyTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjotaum%2FSwiftyTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjotaum%2FSwiftyTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjotaum%2FSwiftyTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjotaum","download_url":"https://codeload.github.com/jjotaum/SwiftyTree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090446,"owners_count":19907957,"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":["command-line-tool","generator","macos","swift","tree-structure"],"created_at":"2024-11-12T03:28:21.092Z","updated_at":"2025-02-28T02:41:43.504Z","avatar_url":"https://github.com/jjotaum.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftyTree\nA command like tool to generate Tree representation from a given directory path\n\n### Installation\n\nClone SwiftyTree on your machine:\n\n```\n$ git clone https://github.com/jjotaum/SwiftyTree.git\n```\nNavigate to it's directory:\n\n```\n$ cd SwiftyTree\n```\n\nExecute install script\n```\n$ ./install.sh\n```\nSwiftyTree should now be installed on /usr/local/bin and can be accessed via terminal.\n```\n$ swifty-tree\n```\n\n### Usage\n\n```\n$ swifty-tree --help\n\nUSAGE: swifty-tree [--path \u003cpath\u003e] [--depth \u003cdepth\u003e] [--hidden \u003chidden\u003e]\n\nOPTIONS:\n  -p, --path \u003cpath\u003e       The directory path\n  -d, --depth \u003cdepth\u003e     The depth of the generated tree (default: 100)\n  -h, --hidden \u003chidden\u003e   Defines if generated tree includes hidden files.\n                          (default: false)\n  -h, --help              Show help information.\n```\n\n### Output Example\n\n```\n├── LICENSE\n├── install.sh\n├── Tests\n│   ├── SwiftyTreeTests\n│   │   └── SwiftyTreeTests.swift\n├── README.md\n├── Package.resolved\n├── Package.swift\n├── Sources\n│   ├── SwiftyTree\n│   │   ├── TreeGenerator.swift\n│   │   ├── SwiftyTree.swift\n│   │   └── main.swift\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjotaum%2Fswiftytree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjotaum%2Fswiftytree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjotaum%2Fswiftytree/lists"}