ADB file manager
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum c2c9d9a247 Migrate to code.rocketnine.space 2 years ago
.gitignore Support creating a new folder 2 years ago
CHANGELOG Add goreleaser definition 3 years ago
LICENSE Initial commit 3 years ago
README.md Migrate to code.rocketnine.space 2 years ago
adb.go Add argument to connect to remote device 2 years ago
file.go Add argument to connect to remote device 2 years ago
go.mod Migrate to code.rocketnine.space 2 years ago
go.sum Migrate to code.rocketnine.space 2 years ago
goreleaser.yml Add goreleaser definition 3 years ago
gui.go Migrate to code.rocketnine.space 2 years ago
main.go Migrate to code.rocketnine.space 2 years ago

README.md

adbfm

Donate

ADB file manager

Missing features

This application is missing a few features before its initial release:

  • Recursive upload/download (only single file upload/download is currently supported)
  • Display a confirmation dialog before overwriting a file

Download

adbfm is written in Go. Run the following command to download and build adbfm from source.

go get code.rocketnine.space/tslocum/adbfm

The resulting binary is available as ~/go/bin/adbfm.

Usage

adbfm may be used with a keyboard or mouse.

  • Navigate: Arrow keys or VIM keys (H/J/K/L), Tab, Shift+Tab
  • Open context menu: Alt+Enter
  • Enter directory: Enter

Launch with --connect to connect to a device over a network connection.

adb --connect=192.168.8.100

Support

Please share issues and suggestions here.

Dependencies