gitfs

module
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2023 License: MIT

README

gitfs

golangci-lint Go package codecov

FUSE filesystem for browsing contents of git repositories revisions.

asciicast

Requirements
  • Linux or macOS
  • Installed fuse library (libfuse-dev on Debian/Ubuntu) or osxfuse on macOS
Install
go install github.com/dsxack/gitfs/cmd/gitfs@latest
Usage

Mount with local repository clone or remote repository url (in this case repository will be cloned into temporary directory)

gitfs mount <local repository url> <mountpoint>

Mount in daemon mode

gitfs mount -d <repository> <mountpoint>

Umount previously mounted in daemon mode filesystem

gitfs umount <mountpoint>
License

MIT

Directories

Path Synopsis
cmd
internal
set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL