ADB file manager
Go to file
Trevor Slocum 5350889e5b Support creating a new folder 2020-11-10 12:41:01 -08:00
.gitignore Support creating a new folder 2020-11-10 12:41:01 -08:00
.gitlab-ci.yml Support creating a new folder 2020-11-10 12:41:01 -08:00
CHANGELOG Add goreleaser definition 2020-02-24 08:44:23 -08:00
LICENSE Initial commit 2020-01-30 08:53:53 -08:00
README.md Support creating a new folder 2020-11-10 12:41:01 -08:00
adb.go Support creating a new folder 2020-11-10 12:41:01 -08:00
go.mod Support creating a new folder 2020-11-10 12:41:01 -08:00
go.sum Support creating a new folder 2020-11-10 12:41:01 -08:00
goreleaser.yml Add goreleaser definition 2020-02-24 08:44:23 -08:00
gui.go Support creating a new folder 2020-11-10 12:41:01 -08:00
gui_key.go Support creating a new folder 2020-11-10 12:41:01 -08:00
main.go Support creating a new folder 2020-11-10 12:41:01 -08:00

README.md

adbfm

CI status Donate

ADB file manager

Note: adbfm is in early development. Additional features are planned.

Features

  • Download
  • Upload
  • Rename
  • New folder

Download

go get gitlab.com/tslocum/adbfm/cmd/adbfm

Usage

adbfm may be used with a keyboard or mouse.

  • Navigation: Arrow keys or VIM-keys (H/J/K/L), Tab, Shift+Tab
  • Enter directory: Enter
  • Select file or option: Enter

Support

Please share issues and suggestions here.

Dependencies