{"id":16881593,"url":"https://github.com/benbjohnson/ghfs","last_synced_at":"2025-03-22T07:32:13.908Z","repository":{"id":27446040,"uuid":"30924563","full_name":"benbjohnson/ghfs","owner":"benbjohnson","description":"FUSE Filesystem for the GitHub API","archived":false,"fork":false,"pushed_at":"2015-06-30T01:02:52.000Z","size":151,"stargazers_count":61,"open_issues_count":14,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T23:56:14.225Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benbjohnson.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-02-17T16:01:25.000Z","updated_at":"2024-03-14T12:37:10.000Z","dependencies_parsed_at":"2022-09-02T07:23:32.846Z","dependency_job_id":null,"html_url":"https://github.com/benbjohnson/ghfs","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/benbjohnson%2Fghfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fghfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fghfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fghfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbjohnson","download_url":"https://codeload.github.com/benbjohnson/ghfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244925175,"owners_count":20532873,"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-10-13T16:04:06.290Z","updated_at":"2025-03-22T07:32:13.380Z","avatar_url":"https://github.com/benbjohnson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"ghfs [![godoc](https://godoc.org/github.com/benbjohnson/ghfs?status.png)](https://godoc.org/github.com/benbjohnson/ghfs) ![Version](http://img.shields.io/badge/status-alpha-red.png)\n====\n\nThe GitHub Filesystem (GHFS) is a user space filesystem that overlays the\nGitHub API. It allows you to access repositories and files using standard\nUnix commands such as `ls` and `cat`.\n\n\n## Install\n\nTo use ghfs, you'll need to install [Go][go]. If you're running OS X then you'll\nalso need to install [MacFUSE][macfuse]. Then you can install ghfs by running:\n\n```sh\n$ go get github.com/benbjohnson/ghfs/...\n```\n\nThis will install `ghfs` into your `$GOBIN` directory. Next you'll need to\ncreate a directory and use `ghfs` to mount GitHub:\n\n```sh\n$ mkdir ~/github\n$ ghfs ~/github \u0026\n```\n\nNow you can read data from the GitHub API via the `~/github` directory.\n\n[go]: https://golang.org\n[macfuse]: https://osxfuse.github.io\n\n\n## Usage\n\nGHFS uses GitHub URL conventions for pathing. For example, to go to a user\nyou can `cd` using their username:\n\n```sh\n$ cd ~/github/boltdb\n```\n\nTo go to a repository, you can use the username and repository name:\n\n```sh\n$ cd ~/github/boltdb/bolt\n```\n\nOnce you're in a repository, you can list files using `ls` and you can print\nout file contents using the `cat` tool.\n\n```sh\nbolt $ cat LICENSE\nThe MIT License (MIT)\n\nCopyright (c) 2013 Ben Johnson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\n...\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fghfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbjohnson%2Fghfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fghfs/lists"}