emacs-eaf / eaf-file-browser

Browse computer files on your phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAF File Browser

File browser application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-file-browser)

Dependency List

Package Description
python-qrcode Render QR code pointing to local files
filebrowser-bin Share files between computer and smartphone

About

Browse computer files on your phone

License:GNU General Public License v3.0


Languages

Language:Python 62.5%Language:Emacs Lisp 37.5%