1
0
mirror of https://github.com/gryf/mc_adbfs.git synced 2025-12-18 12:00:19 +01:00

Added adb_connect feature

This commit is contained in:
2017-05-21 20:52:56 +02:00
parent a216b31ef1
commit d44050118c
2 changed files with 60 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ You can configure behaviour of this plugin using ``.ini`` file located under
suppress_colors = false
root =
adb_command = adb
adb_connect =
where:
@@ -84,7 +86,12 @@ where:
* ``root`` root directory to read. Everything outside of that directory will be
omitted. That would be the fastest way to access certain location on the
device. Note, that ``dirs_to_skip`` still apply inside this directory.
* ``adb_command`` = path to ``adb`` command.
* ``adb_command`` absolute or relative path to ``adb`` command. `~/` or
environment variables are allowed.
* ``adb_connect`` specifies if connection to specific device needs to be
performed before accessing shell. It is usefull for *adb over network*
feature. Typical value here is a device IP address with optional port, which
defaults to 5555.
Limitations
===========