Commit graph

695 commits

Author SHA1 Message Date
ChristianVisintin 1364fd34ed fmt host.rs 2020-12-01 11:09:55 +01:00
ChristianVisintin 02ca8c6046 Stat method for localhost 2020-12-01 11:09:44 +01:00
ChristianVisintin 9b6e1864d8 stat method for file transfers 2020-12-01 10:57:13 +01:00
ChristianVisintin 698db4219c Removed warn about unused log level 2020-11-30 21:02:58 +01:00
ChristianVisintin 6775383f7f users crate only on unix, macos, linux 2020-11-30 21:02:11 +01:00
ChristianVisintin 4e1928866e Local explorer color changed to Yellow, since barely visible on some terminals (such as windows dos) 2020-11-30 21:01:54 +01:00
ChristianVisintin 5306d6d027 Sort file entries by name 2020-11-30 16:07:13 +01:00
ChristianVisintin 2e1e548dbc -T option is millis, not micros 2020-11-30 15:54:05 +01:00
ChristianVisintin b5c47b9470 Redraw interface only if needed 2020-11-30 14:38:14 +01:00
ChristianVisintin 015a17d9f7 Fixed help 2020-11-30 14:27:48 +01:00
ChristianVisintin 512f76738e Default ticks to 10ms 2020-11-30 14:20:16 +01:00
ChristianVisintin 6181439e65 UI improvements 2020-11-30 14:20:10 +01:00
ChristianVisintin c8a2419a4f PageUp/PageDown for explorer TAB 2020-11-30 14:12:19 +01:00
ChristianVisintin 7960776abb code fmt 2020-11-30 14:02:09 +01:00
ChristianVisintin 3e9d77cfac Progress bar: write ETA 2020-11-30 13:50:34 +01:00
ChristianVisintin 3d622b6b68 Write progress bar only if a significant progress has been made (0.5% at least) 2020-11-30 13:33:34 +01:00
ChristianVisintin a7253e8082 Goto command: support for relative paths 2020-11-30 11:24:14 +01:00
ChristianVisintin abf2124b09 Fixed log box 2020-11-30 11:17:38 +01:00
ChristianVisintin 6c47f4a426 Enlarged YesNo dialog popup 2020-11-30 10:37:01 +01:00
ChristianVisintin 4b800e4892 Updated dependencies 2020-11-30 10:35:51 +01:00
ChristianVisintin ee0a5a176f Solved the annoying stuff related to this <https://github.com/rust-lang/rust/issues/59159>. 2020-11-30 08:36:11 +01:00
ChristianVisintin 306deaaa23 Removed test which can't run anymore 2020-11-29 20:56:35 +01:00
ChristianVisintin f48fdc48dd Fixed recursive recv from remote 2020-11-29 20:52:30 +01:00
ChristianVisintin 9b135200d7 Thanks to latest commit I can finally draw progress bar :D 2020-11-29 20:31:51 +01:00
ChristianVisintin 4430f3133d Filetransfer recv/send returns Std::io::Write and Read now 2020-11-29 20:31:34 +01:00
ChristianVisintin 57a167ef5a Panic on FTP 2020-11-29 17:51:45 +01:00
ChristianVisintin 9098c03886 Usage 2020-11-29 17:50:24 +01:00
ChristianVisintin 5383e55523 Removed FIXME 2020-11-29 17:47:32 +01:00
ChristianVisintin cd35dac4a5 Many fixes in UI; Help command 2020-11-29 17:46:56 +01:00
ChristianVisintin 28435aaeda Many fixes in UI 2020-11-29 17:05:12 +01:00
ChristianVisintin 9643280ab0 More logs, some improvements 2020-11-29 16:53:04 +01:00
ChristianVisintin 0ebbe40207 Update dir after upload/download 2020-11-29 16:37:25 +01:00
ChristianVisintin 74a49485b6 Simplified change dir and scan dir 2020-11-29 16:35:51 +01:00
ChristianVisintin 585ad19462 Ui fixes 2020-11-29 16:18:55 +01:00
ChristianVisintin a843a5a0de GOTO for remote 2020-11-29 16:18:50 +01:00
ChristianVisintin b300f510b8 Disconnect, don't quit on fatal error 2020-11-29 16:18:23 +01:00
ChristianVisintin 07ebf3cd1b Improved color match 2020-11-29 16:18:00 +01:00
ChristianVisintin 015e2b3601 Fixed fmt for fsentry 2020-11-29 16:17:00 +01:00
ChristianVisintin 1ff42ecf13 to_string_lossy().to_string() for users/groups 2020-11-29 15:56:01 +01:00
ChristianVisintin badbddb240 fmt code 2020-11-29 15:48:57 +01:00
ChristianVisintin a2492d1442 Draw method 2020-11-29 15:48:44 +01:00
ChristianVisintin c99d194162 Larger popup 2020-11-29 15:27:07 +01:00
ChristianVisintin fbf1ec8997 Popup drawing 2020-11-29 15:26:37 +01:00
ChristianVisintin e3bf4602cc Push file_type to mode 2020-11-29 15:05:21 +01:00
ChristianVisintin b43bbcfa7d Draw popup area 2020-11-29 15:03:31 +01:00
ChristianVisintin d5d39b6c3a Draw explorers 2020-11-29 15:01:02 +01:00
ChristianVisintin 8d9eec0750 fmt for FsEntry 2020-11-29 14:55:35 +01:00
ChristianVisintin 074aa0f4a8 fmt_ls for FsEntry 2020-11-29 14:53:47 +01:00
ChristianVisintin 87990d12b5 draw log list 2020-11-29 13:01:12 +01:00
ChristianVisintin c54cbed866 Restore input mode once download/upload finishes 2020-11-29 12:37:43 +01:00