rnagasam / dpt-mode

Utility to interact with Sony's DPT RP1 from emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpt-mode
--------

A minor mode that wraps dpt-rp1-py[1].  Allows interacting with Sony's
DPT RP1 tablet from within emacs.

Currently presents files stored in the device in an outline-mode
buffer.  Keybindings help navigate quickly between folders and
download files.  To get started run {M-x dpt-list-documents RET}.

The following bindings are defined.

  {n} - go to next visible folder
  {p} - go to previous visible folder
  {d} - download file at point
  {u} - upload file to device
  {q} - exit


[1] https://github.com/janten/dpt-rp1-py

About

Utility to interact with Sony's DPT RP1 from emacs


Languages

Language:Emacs Lisp 100.0%