1 unstable release

0.1.0 Oct 10, 2020

#22 in #filenames

AGPL-3.0-or-later

31KB
549 lines

svanill-vault-cli

A command line client for svanill-vault

Example usage

$ echo "this is just a test" > some_file
$ svanill-vault-cli push some_file
$ svanill-vault-cli ls
$ rm some_file
$ svanill-vault-cli pull some_file
$ cat some_file
$ svanill-vault-cli rm some_file
$ svanill-vault-cli ls
$ cat some_file

You can change destination filenames with command line options. Defaults have been choosen to reduce command line options in day to day use and may differ from some classic conventions.

Build

cargo build

Dependencies

~10–16MB
~322K SLoC