426 B
426 B
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.