Giter VIP home page Giter VIP logo

connect's Introduction

connect

Sync internal and external files on your Android machine (or any device that uses GVFS) with your Linux machine.

What is GVFS

GVFS stands for GNOME Virtual File System. It's used to mount the content of your Android device when you connect via a USB cable. To access both internal storage and the SD card. Cameras also use this filesystem to mount their content.

How does connect help me?

It helps you get the path to the mount directory (which is not that easy to find!)

$ connect path
/run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C075%5D

You can also get a shell directly on that directory.

$ connect shell
async> ls -a
.  ..  Card  Phone

And, mainly, it helps you sync the content to a local path on your host machine.

$ connect sync Card/DCIM/
rsync -av /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C075%5D/Card/DCIM/ /home/user/.async/data/Card/DCIM
Are you sure? [Y/n]

connect's People

Contributors

pendashteh avatar

Watchers

 avatar  avatar

connect's Issues

Consider `gio`

According to gio's man page it is a utility that makes many of the GIO features available from the commandline. In doing so, it provides commands that are similar to traditional utilities, but let you use GIO locations instead of local files: for example you can use something like smb://server/resource/file.txt as location.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.