TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Hubfs – File System for GitHub

160 点作者 billziss大约 3 年前

8 条评论

billziss大约 3 年前
HUBFS is a file system for GitHub and Git. Git repositories and their contents are represented as regular directories and files and are accessible by any application, without the application having any knowledge that it is really accessing a remote Git repository. The repositories are writable and allow editing files and running build operations.
评论 #30654360 未加载
andrew_大约 3 年前
I've often thought of using git/github as a document store to replace google drive. I might experiment with this and rsync to see if that makes it possible.
gillesjacobs大约 3 年前
So this is allowing remote git repositories to be treated as a regular filesystem. I really cannot think for good use-cases for this.<p>Maybe to use existing file-based indexing and search tools? I must be missing prime use-cases here.
评论 #30656469 未加载
评论 #30659563 未加载
评论 #30656701 未加载
lostintangent大约 3 年前
Very cool! I love using GitHub repos and gists for managing my personal notes&#x2F;code snippets, and currently use GistPad as an editor-level virtual file system (for VS Code). But having an OS-level equivalent is _super_ useful.<p>Any plans to add support for gists to Hubfs?
评论 #30656572 未加载
tedunangst大约 3 年前
I don&#x27;t think the filtering they mention for security actually works? Anybody who clones a repo on GitHub can make their own commits appear under the original org url when accessed by ref.
emptyparadise大约 3 年前
This is cool. I often want to open random files from random GitHub repos in a proper text editor but can&#x27;t be bothered to pull the whole repository just for that.
评论 #30658764 未加载
adibalcan大约 3 年前
I do not understand what problem solves
amelius大约 3 年前
Does it support snapshots?