Use formatter to fmt fs entries instead of fmt::Display trait

This commit is contained in:
veeso
2021-01-23 15:51:46 +01:00
parent c1f6308795
commit da0d5231bf
5 changed files with 59 additions and 275 deletions

View File

@@ -60,12 +60,16 @@ It happens quite often to me, when using SCP at work to forget the path of a fil
- SFTP
- SCP
- FTP and FTPS
- Compatible with Windows, Linux, BSD and MacOS
- Practical user interface to explore and operate on the remote and on the local machine file system
- Bookmarks and recent connections can be saved to access quickly to your favourite hosts
- Supports text editors to view and edit text files
- Supports both SFTP/SCP authentication through SSH keys and username/password
- User customization directly from the user interface
- Compatible with Windows, Linux, BSD and MacOS
- Customizations:
- Custom file explorer format
- Customizable text editor
- Customizable file sorting
- SSH key storage
- Written in Rust
- Easy to extend with new file transfers protocols
- Developed keeping an eye on performance