| Crates.io | lz |
| lib.rs | lz |
| version | 0.4.0 |
| created_at | 2025-07-16 15:29:16.352917+00 |
| updated_at | 2025-07-17 07:52:25.438357+00 |
| description | A CLI tool to list the 5 most recently accessed files in a directory tree, sorted by last access time. |
| homepage | https://github.com/AlexsJones/lz |
| repository | https://github.com/AlexsJones/lz |
| max_upload_size | |
| id | 1755666 |
| size | 389,261 |
A blazingly fast CLI tool to list the 5 most recently accessed files in a directory tree, sorted by last access time.
Add to your Cargo.toml or install via cargo:
cargo install --path .
lz [OPTIONS] [--path <PATH>]
--path <PATH>: The root directory to scan (defaults to current directory)lz --path /var/log
Output:
/var/log/syslog (2024-06-10 14:23:01)
/var/log/auth.log (2024-06-10 13:55:12)
/var/log/kern.log (2024-06-10 13:40:05)
/var/log/dpkg.log (2024-06-10 12:10:44)
/var/log/faillog (2024-06-10 11:59:33)
Licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).
Pull requests and issues are welcome!