droxi

ftp-like command-line Dropbox interface in Ruby

installation

gem install droxi

or

git clone https://github.com/jangler/droxi.git
cd droxi && rake && sudo rake install

or

wget https://aur.archlinux.org/packages/dr/droxi/droxi.tar.gz
tar -xzf droxi.tar.gz
cd droxi && makepkg -s && sudo pacman -U droxi-*.pkg.tar.xz

features

  • interface inspired by GNU coreutils, GNU ftp, and lftp
  • context-sensitive tab completion and path globbing
  • upload, download, organize, search, and share files
  • file revision control
  • man page and interactive help

developer features