Skip to content

rust-ls is a rust verision of the LS command.

Notifications You must be signed in to change notification settings

Acollie/rust_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLS Rust - ls

Rust

This is a rework of the ls program in rust.

To run the program simply write cargo run this will then run the program in the current directory.

Example output

$ cargo run
+------------+-----------+-----------+---------------------+
| Filename   | File size | File Type | Created at          |
+------------+-----------+-----------+---------------------+
| Cargo.toml | 232       | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| target     | 160       | Directory | 09/01/2023 19:33:46 |
+------------+-----------+-----------+---------------------+
| Cargo.lock | 19042     | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| README.md  | 1379      | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .gitignore | 349       | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .github    | 96        | Directory | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .git       | 448       | Directory | 09/01/2023 19:29:26 |
+------------+-----------+-----------+---------------------+
| .idea      | 224       | Directory | 09/01/2023 19:29:49 |
+------------+-----------+-----------+---------------------+
| src        | 160       | Directory | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+

About

rust-ls is a rust verision of the LS command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages