veeso
54b5583d1a
Migrated termscp to tui-realm 1.x
2022-01-06 10:44:34 +01:00
veeso
bc6b7b582e
Files found from search are now displayed with their relative path from working directory
2022-01-06 10:44:34 +01:00
veeso
3927fb2a39
Files found from search are now displayed with their absolute path
2022-01-06 10:44:34 +01:00
veeso
92b081c076
Replaced u8 pex with UnixPex struct
2021-08-23 17:52:55 +02:00
veeso
32ab0267fb
Removed unused readonly attribute for FsEntry
2021-08-23 17:18:27 +02:00
veeso
764cca73d1
linter
2021-08-10 22:27:20 +02:00
veeso
4093ba169c
Replaced '...' with '…' in texts
2021-07-15 12:24:20 +02:00
veeso
97a62def11
Brought all extern crate to top level
2021-06-26 12:32:11 +02:00
veeso
c78fc583b0
Fix: target_family unix means also macos and linux; use BSD target_os
2021-06-21 09:11:28 +02:00
veeso
e3d2151bad
Unix Build
2021-06-20 14:38:03 +02:00
veeso
48483a5c99
Unique function to send and receive files in session.rs via TransferPayload. Fixed transfer size when sending multiple entries
2021-06-18 13:02:04 +02:00
veeso
efad2b96db
Status bar improvements: 'Show hidden files' in status bar; Status bar is has now been splitted into two, one for each explorer tab
2021-06-16 13:57:11 +02:00
veeso
1c58f1d623
Use containers to test file transfers
...
Use containers to test file transfers
Container setup
Container setup
tests with docker-compose
these tests won't work with containers
ftp tests with containers; removed crap servers; tests only lib
hostname for github
booooooh
fixed recursive remove FTP
Use containers to test file transfers
Container setup
Container setup
tests with docker-compose
these tests won't work with containers
ftp tests with containers; removed crap servers; tests only lib
hostname for github
booooooh
fixed recursive remove FTP
fixed rename
changelog
Desperate attempt
Fixed ftp tests; migrated sftp tests to containers; use env for services
github actions are just broken imo
github actions are just broken imo
Don't use services, since they just don't fuckin work...
docker compose not supported yet?
deprecated typo
Now explain this: github actions have services (which don't work) and then you find out docker-compose is already installed *BLOWMIND*
Fixed hostname for tests
scp tests
maybe
tests
wtf
Restored host tests
Changelog
Improving coverage
Improving coverage
Restored coverage task
More tests for file transfers; test ssh keys too
typo
tests; code improvements
Use tests helpers
fixed tempdir
fixed tempdir
2021-06-15 17:51:06 +02:00
veeso
892be42988
pretty assert
2021-05-06 21:57:04 +02:00
veeso
55e884889c
Clippy
2021-03-27 12:17:35 +01:00
veeso
96b7aff3b6
format
2021-03-26 22:30:47 +01:00
veeso
1ad75adf87
License changed to MIT
2021-03-26 22:25:10 +01:00
veeso
f5f84ac346
Fixed del_entry
2021-03-26 21:26:18 +01:00
veeso
08b855e779
Find dialog in view
2021-03-25 22:59:42 +01:00
veeso
3520499289
Removed index from explorer
2021-03-21 15:58:14 +01:00
veeso
cd31cc1fc9
File transfer activity refactoring
2021-03-20 21:06:12 +01:00
veeso
61404cfbec
Get method for file explorer
2021-03-20 15:31:53 +01:00
veeso
025547a3dc
Format key attributes
2021-02-25 17:47:50 +01:00
veeso
c5e2e02415
Optimized formatter: instead of replacing in fmt_str, keep 'prefix' in the call chain
2021-01-24 11:29:20 +01:00
veeso
56c580fc80
Use file_fmt in explorer activity
2021-01-23 16:26:25 +01:00
veeso
da0d5231bf
Use formatter to fmt fs entries instead of fmt::Display trait
2021-01-23 15:51:46 +01:00
veeso
c1f6308795
Explorer formatter module
2021-01-23 15:41:07 +01:00
ChristianVisintin
23ca2baa8c
Cargo clippy
2021-01-16 18:02:12 +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
bf56a269e0
Replaced Box<dyn Iterator... with impl Iterator
2021-01-16 10:37:53 +01:00
veeso
2bd3d33ff6
Updated copyright
2021-01-09 20:45:06 +01:00
ChristianVisintin
65e7ff22f7
Explorers: append '/' to directories name
2020-12-27 10:47:11 +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
740d906eb3
ToString, FromStr for FileSorting and GroupDirs
2020-12-26 19:03:54 +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
5b042e86ef
FsEntry::is_hidden() method
2020-12-26 11:58:28 +01:00
ChristianVisintin
8ccf5eb0bb
FsEntry::get_name() returns &str
2020-12-26 10:51:01 +01:00
ChristianVisintin
eb12da0308
Utils into multiple files
2020-12-20 15:36:48 +01:00
ChristianVisintin
d0774fd7ed
FsEntry::is_file
2020-12-19 21:38:56 +01:00
ChristianVisintin
1b99d63c47
Added one more space to size in FsEntry::fmt, since sometimes size has 4 digits
2020-12-18 16:42:06 +01:00
ChristianVisintin
d37cc4f796
test name elide in fs fmt
2020-12-18 12:27:37 +01:00
ChristianVisintin
b3fed60d12
Fixed fmt explorer windows
2020-12-18 12:06:54 +01:00
ChristianVisintin
a3d1db3fa2
Fs test fmt
2020-12-18 11:56:08 +01:00
ChristianVisintin
619ac4e753
Windows fix for fs mod
2020-12-12 22:04:59 +01:00
ChristianVisintin
99db7b6d8e
Fixed FsEntry fmt
2020-12-12 17:50:01 +01:00
ChristianVisintin
3b33c55d97
Removed redundant code for fsEntry fmt
2020-12-12 17:36:39 +01:00