Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pgaskin/go-adbfs
- Owner: pgaskin
- License: mit
- Created: 2024-06-08T07:41:39.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T04:04:05.000Z (5 months ago)
- Last Synced: 2024-06-19T03:38:22.357Z (5 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.