SkillAgentSearch skills...

Gitfs

🗄 A git io/fs file system.

Install / Use

/learn @forensicanalysis/Gitfs
About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

<h1 align="center">gitfs</h1> <p align="center"> <a href="https://godocs.io/github.com/forensicanalysis/gitfs"> <img src="https://godocs.io/github.com/forensicanalysis/gitfs?status.svg" alt="doc" /> </a> </p>

Read a remote git repository as io/fs.FS.

Example

func main() {
	// init file system
	fsys, _ := gitfs.New("https://github.com/boltdb/bolt")

	// read root directory
	data, _ := fs.ReadFile(fsys, "README.md")

	// print files
	fmt.Println(string(data)[:4])
	// Output: Bolt
}
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated15d ago
Forks4

Languages

Go

Security Score

90/100

Audited on Mar 22, 2026

No findings