|  6167c8c2ca | ||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
		
			
				
				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.