Commit graph

4 commits

Author SHA1 Message Date
bf36e496c4 Imported std::io::ErrorKind::* in rbcat.rs for prettier error matching
Implemented proper error handling for rbls, added support for multiple files and directories, added alphabetical sort
2024-04-25 13:13:07 +03:00
f780929dbf Implemented basic "cat" functionality
Added newline to rbecho.rs
Shortened TryFrom<Result<DirEntry, io::Error>> for FileInfo
2024-04-25 02:59:54 +03:00
0f0bee6802 Implemented basic rbls functionality with formatted output and flags -a and -A
Added crate "console" for access to the terminals properties
2024-04-24 03:45:48 +03:00
58f52075aa Initial commit 2024-04-23 15:38:13 +03:00