Better format file info, fetch file size with info

This commit is contained in:
timvisee 2018-05-10 15:38:53 +02:00
parent d88a0f56cf
commit 54bdb922b7
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
7 changed files with 72 additions and 24 deletions

View file

@ -15,13 +15,13 @@ use std::io::{
};
use std::process::{exit, ExitStatus};
use chrono::Duration;
#[cfg(feature = "clipboard")]
use self::clipboard::{ClipboardContext, ClipboardProvider};
use self::colored::*;
use failure::{err_msg, Fail};
use ffsend_api::url::Url;
use rpassword::prompt_password_stderr;
use time::Duration;
use cmd::matcher::MainMatcher;