`ls` and `cat` in a single program
Go to file
_ 3692be4a05 bump deps 2026-07-27 18:05:01 -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 bump deps 2026-07-27 18:05:01 -05:00
Cargo.toml bump deps 2026-07-27 18:05:01 -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.