]> git.neil.brown.name Git - lafs-utils.git/commit
Add new "lafs" program
authorNeilBrown <neilb@suse.de>
Sat, 12 Mar 2011 07:58:32 +0000 (18:58 +1100)
committerNeilBrown <neilb@suse.de>
Sat, 12 Mar 2011 07:58:32 +0000 (18:58 +1100)
commit3731ea9dced83da58c9fc35ac264476365618de9
treeb8a61f1adc3e8901239515b4bce97b10a7cb66e3
parent254c17e5d95a2b8d2ef9706a6024e772bd6bafdd
Add new "lafs" program

"lafs" is similar to "debugfs" for ext[234].

It allows a LaFS to be examined and modified.
Various commands can be enterred, or read from a file.

This preliminary check-in only provides the infrastructure
for reading and parsing commands together with support for
context sensitive completion and help using readline.

Commands implemented are:
  ?  help  exit quit

Naturally more will follow.

Signed-off-by: NeilBrown <neilb@suse.de>
.gitignore
tools/Makefile
tools/lafs.c [new file with mode: 0644]