mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 02:29:57 +02:00
Better format file info, fetch file size with info
This commit is contained in:
parent
d88a0f56cf
commit
54bdb922b7
7 changed files with 72 additions and 24 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue