cvpn

Crates.iocvpn
lib.rscvpn
version0.1.1
sourcesrc
created_at2022-05-27 04:16:22.513885
updated_at2022-05-27 04:24:54.145425
descriptiona CLI application of VPN service at Faculty of Informatics, Shizuoka University
homepage
repositoryhttps://github.com/earlgray283/cvpn-rs
max_upload_size
id594829
size80,362
earlgray (earlgray283)

documentation

README

cvpn-rs

a CLI application of VPN service at Faculty of Informatics, Shizuoka University (written in Rust 🦀)

Install

1. use cargo

$ cargo install cvpn

Features

1. list

Displays a list of files or directories in the specified path.

$ cvpn list /path/to/dir
         -  Wed Jul  7 00:00:00 2014  ï„• love
         -  Wed Aug 28 23:59:59 2013  ï„• poker

Also you can display by full path.

$ cvpn l /path/to/dir --name-only
/path/to/dir/love
/path/to/dir/poker

2. download

Download files from specified file paths. Files are downloaded in parallel.

$ cvpn download /path/to/file1 /path/to/file2

The --name-only option of the list command allows you to download effortless.

$ cvpn l /path/to/dir --name-only | grep 'makabe' | xargs cvpn d
Commit count: 25

cargo fmt