ADB file manager
Find a file
2021-05-02 08:36:22 -07:00
.gitignore Support creating a new folder 2020-11-10 12:41:01 -08:00
adb.go Add argument to connect to remote device 2020-12-08 17:52:44 -08:00
CHANGELOG Add goreleaser definition 2020-02-24 08:44:23 -08:00
file.go Add argument to connect to remote device 2020-12-08 17:52:44 -08:00
go.mod Migrate to code.rocketnine.space 2021-05-02 08:36:22 -07:00
go.sum Migrate to code.rocketnine.space 2021-05-02 08:36:22 -07:00
goreleaser.yml Add goreleaser definition 2020-02-24 08:44:23 -08:00
gui.go Migrate to code.rocketnine.space 2021-05-02 08:36:22 -07:00
LICENSE Initial commit 2020-01-30 08:53:53 -08:00
main.go Migrate to code.rocketnine.space 2021-05-02 08:36:22 -07:00
README.md Migrate to code.rocketnine.space 2021-05-02 08:36:22 -07:00

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