Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgaskin/go-adbfs

Go fs.FS implementation for a connected Android device via the adb daemon without using shell commands.
https://github.com/pgaskin/go-adbfs

Last synced: 28 days ago
JSON representation

Go fs.FS implementation for a connected Android device via the adb daemon without using shell commands.

Awesome Lists containing this project

README

        

# go-adbfs

Go [fs.FS](https://pkg.go.dev/io/fs#FS) implementation for a connected Android device via the [adb daemon](https://developer.android.com/tools/adb) without using shell commands.

> [!WARNING]
> This library is still in development. While most functionality works, error handling (especially connection, not found, and permission errors) is still somewhat lacking, and the API is subject to change.