Skip to content

doytsujin/githubfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Github File System [GithubFS]

A read-only virtual file system for Github using FUSE written in Python.

Features

  • List repos as directories
  • List repo contents as directory contents
  • Read files in a repo as files in a directory
  • Copy files from a repo

Installation & Usage

Make sure you have both the dependencies installed on your system before using this.

$ git clone https://github.com/prakashdanish/githubfs
$ cd githubfs
$ python3 gfs.py [root] [mount-point]

Dependencies

To-Do

  • List repositories as dirs
  • List repository contents as dir contents
  • Read file contents from a file in a repository
  • Edit and commit changes from the filesystem
  • Multiple account support
  • Config file for storing & accessing credentials

About

:octocat: Read-only virtual file-system for Github using FUSE.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%