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
|
76c4f1b67f
|
Close popups also with <ENTER>
|
2020-12-25 10:00:24 +01:00 |
|
ChristianVisintin
|
96a395615b
|
FileTransferActivity: load ConfigClient; set text editor to configuration's value
|
2020-12-24 19:01:42 +01:00 |
|
ChristianVisintin
|
6bf503331e
|
SSH key storage in scp/sftp file transfers
|
2020-12-24 17:27:57 +01:00 |
|
ChristianVisintin
|
b5abe4538f
|
Replaced sha256 sum with last modification time check, to verify if a file has been changed in the text editor
|
2020-12-22 17:23:16 +01:00 |
|
ChristianVisintin
|
50b8f3cd71
|
Improved abs paths in host
|
2020-12-21 13:59:03 +01:00 |
|
ChristianVisintin
|
1a5bd394b6
|
Optimizations
|
2020-12-21 11:12:49 +01:00 |
|
ChristianVisintin
|
3901ed54c6
|
Copy feature in ui; new keybinding <C>
|
2020-12-21 11:11:29 +01:00 |
|
ChristianVisintin
|
eb12da0308
|
Utils into multiple files
|
2020-12-20 15:36:48 +01:00 |
|
ChristianVisintin
|
3f6f03af33
|
Text editor input and session
|
2020-12-20 15:05:22 +01:00 |
|
ChristianVisintin
|
9171e0789f
|
Moved recv_file and send_file to an independent method (fix)
|
2020-12-20 14:47:37 +01:00 |
|
ChristianVisintin
|
5eabaf8ac2
|
Moved recv_file and send_file to an independent method
|
2020-12-20 12:33:19 +01:00 |
|
ChristianVisintin
|
b8ad1e7feb
|
edit file method
|
2020-12-19 21:49:53 +01:00 |
|
ChristianVisintin
|
4d7ea1cdb4
|
Context methods
|
2020-12-19 21:47:03 +01:00 |
|
ChristianVisintin
|
5632ac6f0b
|
Optimizing log code
|
2020-12-19 21:12:30 +01:00 |
|
ChristianVisintin
|
7a115e5dc3
|
wrkdir as member of FileExplorer
|
2020-12-19 21:10:00 +01:00 |
|
ChristianVisintin
|
d95cda3dfc
|
Optimizing log code
|
2020-12-19 21:05:56 +01:00 |
|
ChristianVisintin
|
dd9f54acae
|
Working on text-editor
|
2020-12-19 21:04:55 +01:00 |
|
ChristianVisintin
|
9c2e751e11
|
Rounded borders; collapsed bookmarks borders
|
2020-12-18 20:54:34 +01:00 |
|
ChristianVisintin
|
2a52a19552
|
Display transfer speed
|
2020-12-18 17:06:17 +01:00 |
|
ChristianVisintin
|
61b4a3b76e
|
Log how long it took to download/upload a file
|
2020-12-18 16:14:23 +01:00 |
|
ChristianVisintin
|
900d9ac3c6
|
Apply file mode of file downloaded from remote
|
2020-12-18 11:31:51 +01:00 |
|
ChristianVisintin
|
562a1b3ae8
|
Clippy optimizations
|
2020-12-16 16:35:11 +01:00 |
|
ChristianVisintin
|
0bab9a77a2
|
Working on bookmarks
|
2020-12-15 12:28:06 +01:00 |
|
ChristianVisintin
|
ad44f020a5
|
Highlight selected entry in tabs, only when the tab is active
|
2020-12-14 15:52:01 +01:00 |
|
ChristianVisintin
|
ad339aa959
|
Added missing help entry
|
2020-12-14 15:47:41 +01:00 |
|
ChristianVisintin
|
b8b29371ca
|
Reload directory content with '<L>'
|
2020-12-14 13:52:49 +01:00 |
|
ChristianVisintin
|
c493ba45a8
|
align_text_center as part of utils
|
2020-12-14 13:33:24 +01:00 |
|
ChristianVisintin
|
e9d5093a52
|
Read buffer is now 65536 bytes long
|
2020-12-14 10:03:20 +01:00 |
|
ChristianVisintin
|
99a3b64833
|
Explorer tabs have now 70% of layout height, while logging area is 30%
|
2020-12-14 09:14:23 +01:00 |
|
ChristianVisintin
|
2b8be4d1e9
|
Fixed color mismatch in local explorer tab (Yellow/LightYellow)
|
2020-12-14 09:01:35 +01:00 |
|
ChristianVisintin
|
83bc7db048
|
Optimized performance for file transfer
|
2020-12-13 11:43:04 +01:00 |
|
ChristianVisintin
|
d29428a53b
|
Reduced layout margin
|
2020-12-13 10:02:54 +01:00 |
|
ChristianVisintin
|
2a8ad5e0ed
|
Selected file has now colourful background, instead of foreground, for a better readability
|
2020-12-13 09:55:16 +01:00 |
|
ChristianVisintin
|
f06f718b47
|
when file index is at the end of the list, moving down will set the current index to the first element and viceversa
|
2020-12-13 09:46:36 +01:00 |
|
ChristianVisintin
|
db532cc4b7
|
Added <CTRL+C> to help page
|
2020-12-13 09:41:41 +01:00 |
|
ChristianVisintin
|
962843bb97
|
Log transfer aborted
|
2020-12-13 09:39:12 +01:00 |
|
ChristianVisintin
|
a8a9cb9d2e
|
Abort upload/download pressing Ctrl+C
|
2020-12-12 22:00:12 +01:00 |
|
ChristianVisintin
|
3e72787625
|
Transfer states
|
2020-12-12 21:32:11 +01:00 |
|
ChristianVisintin
|
d89839443d
|
Trim hostname
|
2020-12-12 18:04:47 +01:00 |
|
ChristianVisintin
|
1fb614642c
|
Added 'E' to keybindings; behaves as <DEL> (added because some keyboards don't have <DEL>
|
2020-12-12 17:44:04 +01:00 |
|
ChristianVisintin
|
3dcf33ebe2
|
Optimized code, with the newest fsentry methods
|
2020-12-12 17:33:15 +01:00 |
|
ChristianVisintin
|
912da10696
|
When downloading symlinks, the filename and its size is now known (thanks to the new symlinks management)
|
2020-12-12 17:32:49 +01:00 |
|
ChristianVisintin
|
57e83a63dd
|
Optimized code for fsentry
|
2020-12-12 16:32:21 +01:00 |
|