| pronouns | he/him |
| blog | https://neosam.dev |
| german account | @neosam_de |
| pronouns | he/him |
| blog | https://neosam.dev |
| german account | @neosam_de |
To all developers, not only of programming languages: Please pick a unique name for your software 
Python, Rust, Go, Julia, etc are bad names for searchability 
Pick a name where you get almost no results on a search engine. Something like OxiTraffic. Not the most sexy name, but unique. I searched for the name first before choosing it.
Also, if you are on Linux, highly recommend using a filesystem like btrfs or bcachefs with compression. These filesystems are seriously efficient. They can pack tiny files to not waste disk space allocations and compression is very effective on rust target dirs.
On Windows and macOS, I constantly run out of disk space because of Rust, even though my partitions are hundreds of GBs.
On Linux with btrfs+compression, I never have. I do the cleanup occasionally, just for housekeeping, but i have never *had* to do it, and my Linux partition is much smaller, less than 100GB.
Transferring files in the terminal is a pain ๐ซ
Well, not anymore! ๐ช
๐ **termscp**: A feature rich TUI for file transfer and explorer.
๐ฅ Supports SCP/SFTP/FTP/S3/SMB
๐ Works on Windows, Linux, FreeBSD, NetBSD and MacOS!
๐ฆ Written in Rust & built with @ratatui_rs
โญ GitHub: https://github.com/veeso/termscp
#rustlang #ratatui #tui #terminal #file #transfer #scp #sftp #ftp #smb #explorer