`ls` and `cat` in a single program
Go to file
_ 6167c8c2ca add readme 2025-03-21 12:01:13 -05:00
src that's fine for now 2025-03-21 03:07:52 -05:00
.gitignore it could definitely work 2025-03-21 00:03:03 -05:00
Cargo.lock that's fine for now 2025-03-21 03:07:52 -05:00
Cargo.toml add readme 2025-03-21 12:01:13 -05:00
README.md add readme 2025-03-21 12:01:13 -05:00

README.md

Has this ever happened to you?

$ ls src
main.rs

$ ls src/main.rs
src/main.rs

There's finally a better way!

$ lk src
main.rs

$ lk src/main.rs
use anyhow::{Context ...

lk, (pronounced "look"), combines ls and cat into a single command for interactive file browsing.