Commit graph

241 commits

Author SHA1 Message Date
veeso 2f3c1e7f7f Removed unused keys from keymap 2021-03-20 20:36:41 +01:00
veeso 12ec87235f Keymap 2021-03-20 15:31:20 +01:00
veeso 3b99a5401f Migrated setup activity to new activity lifecycle 2021-03-17 21:00:26 +01:00
veeso 5156928bdc Merge branch 'rethink-context' into rethink-activities 2021-03-15 21:09:02 +01:00
veeso 20e7a66ded Working on setup activity; need to merge rethink-context 2021-03-15 21:00:55 +01:00
veeso 411f734aef changelog 2021-03-14 20:59:35 +01:00
veeso 2c898a91da Auth activity OK! 2021-03-14 20:56:36 +01:00
ChristianVisintin 00e2a1db31 Fixed crash due to bookmark delete 2021-03-14 19:37:25 +01:00
veeso 4ebb8a3b51 Fixed popups 2021-03-14 16:54:27 +01:00
veeso e76dcd4638 Quit popup 2021-03-14 15:44:21 +01:00
veeso 5bc46dd720 Something is working, but it is still unusable 2021-03-14 15:31:49 +01:00
veeso 5c952169b3 Removed layout 2021-03-14 14:09:23 +01:00
veeso 2b6f7e4868 Components will now render and set cursor 2021-03-14 12:22:50 +01:00
veeso 2e3dc7f7a5 Working on auth activity view 2021-03-13 17:30:57 +01:00
ChristianVisintin e9d3684f87 Working on view 2021-03-10 12:29:41 +01:00
ChristianVisintin 021bcf0c97 Char 'E' in addition to <DEL> for bookmarks 2021-03-10 12:14:46 +01:00
ChristianVisintin fba6da8120 auth activity update 2021-03-10 12:10:36 +01:00
veeso 5980bc1fcb Working on activity refactoring 2021-03-09 21:52:11 +01:00
ChristianVisintin f75dd5d4e3 Cache version fetched from Github 2021-03-08 14:20:13 +01:00
ChristianVisintin 56d705e253 Config client shared in the context 2021-03-08 12:01:40 +01:00
veeso da5e1f315d Show new version available in auth activity 2021-02-28 13:01:51 +01:00
veeso 85c57ce027 Handle check for updates in setup activity 2021-02-28 12:47:55 +01:00
veeso cc5399d36e Cargo clippy 2021-02-27 20:49:20 +01:00
ChristianVisintin e948d598b0 Convert to lowercase when sorting bookmarks 2021-02-26 08:13:38 +01:00
veeso af830d603d Now bookmarks and recents are sorted in the UI (bookmarks are sorted by name; recents are sorted by connection datetime) 2021-02-25 16:15:06 +01:00
veeso 4ff7fc079c Added CLI options to set starting working directory on both local and remote hosts 2021-02-25 14:27:34 +01:00
ChristianVisintin 7f24d6db5c Default choice for deleting file set to NO (way too easy to delete files by mistake) 2021-02-16 12:53:28 +01:00
veeso 859daa3107 Clippy 2021-01-23 16:38:36 +01:00
veeso 56c580fc80 Use file_fmt in explorer activity 2021-01-23 16:26:25 +01:00
veeso 7a9ee697ff Added fmt_file to setupt activity 2021-01-23 16:22:32 +01:00
veeso da0d5231bf Use formatter to fmt fs entries instead of fmt::Display trait 2021-01-23 15:51:46 +01:00
ChristianVisintin 0c9ed38eb7 Solved file index in explorer files at start of termscp, in case the first entry is an hidden file 2021-01-19 09:13:08 +01:00
ChristianVisintin 08d8a3621c Keyring storage in bookmarks client (if possible) 2021-01-16 16:57:00 +01:00
ChristianVisintin 76fdd9864c Fixed copyright header 2021-01-16 15:13:58 +01:00
ChristianVisintin 928fc1b450 Solved index of files list no more kept after 0.3.0 (use set_abs_index instead) 2021-01-16 11:35:33 +01:00
ChristianVisintin 03e1bf53d0 Solved index of files list no more kept after 0.3.0 2021-01-16 11:16:31 +01:00
veeso 2bd3d33ff6 Updated copyright 2021-01-09 20:45:06 +01:00
ChristianVisintin daa3b3e549 Fixed 0 B/S transfer rate displayed after completing download in less than 1 second 2020-12-28 22:54:28 +01:00
ChristianVisintin e20a78acef Don't collapse bookmarks tabs 2020-12-27 11:05:01 +01:00
ChristianVisintin 6dd4cfaa3c InputMode as Option<Popup> in AuthActivity 2020-12-27 11:03:44 +01:00
ChristianVisintin d756bf7786 InputMode as Option<Popup> in FileTransferActivity 2020-12-27 10:59:12 +01:00
ChristianVisintin 09bc8a92a2 show_hidden_files and group_dirs in termscp configuration; instantiate FileExplorer based on current configuration in FileTransferActivity 2020-12-27 10:31:33 +01:00
ChristianVisintin 99fd0b199d FileTransferActivity: sort files with <B> 2020-12-26 21:47:48 +01:00
ChristianVisintin b137fecc12 FileSorting and GroupDirs as enums 2020-12-26 18:55:14 +01:00
ChristianVisintin 14125f673a Added options to explorer, in order to define sorting modes and other options. Added bitflags to dependencies; Moved Explorer to Fs module 2020-12-26 17:29:12 +01:00
ChristianVisintin e0d9ac2ed8 FileTransferActivity::Explorer refactoring; toggle hidden files with <A> 2020-12-26 15:50:57 +01:00
ChristianVisintin 8ccf5eb0bb FsEntry::get_name() returns &str 2020-12-26 10:51:01 +01:00
ChristianVisintin c0fdc9b8f8 Added new keybindings to help; log new file created 2020-12-26 10:40:45 +01:00
ChristianVisintin 644ea1566c Create new file with <N> 2020-12-26 10:16:01 +01:00
ChristianVisintin f6d1f24b60 cargo clippy 2020-12-26 09:40:24 +01:00