]> arthur.barton.de Git - bup.git/commit
cmd-ftp: a new command-line client you can use for browsing your repo.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Feb 2010 01:21:57 +0000 (20:21 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Feb 2010 08:37:24 +0000 (03:37 -0500)
commit884b205f0cfd7606519259a3918d117f3572ee35
tree06ead7bedbfabf02ef62f6e5f7da58ac755d6248
parentfe5ecf61a144e620ac436ab70884cc0d469e7317
cmd-ftp: a new command-line client you can use for browsing your repo.

It acts kind of like the 'ftp' command; hence the name.  It even has
readline and filename autocompletion!

The new vfs layer stuff should be useful for cmd-ls and cmd-fuse too.
Makefile
cmd-ftp.py [new file with mode: 0755]
git.py
shquote.py [new file with mode: 0644]
t/tshquote.py [new file with mode: 0644]
vfs.py [new file with mode: 0644]