A terminal file and directory browser built with Mosaic TUI framework.
mless (Mosaic Less) is a terminal-based file and directory browser with vim-like navigation. It provides an intuitive interface for browsing directories and viewing files directly in your terminal.
- Directory browsing with parent navigation
- File viewing with horizontal and vertical scrolling
- Vim-like keyboard controls (j/k for navigation, q to quit)
mless <file_or_directory>
Directory Navigation:
↑/↓
orj/k
- Navigate up/downEnter
- Open selected file/directoryq
- Quit
File Viewing:
↑/↓
orj/k
- Scroll vertically←/→
orh/l
- Scroll horizontallySpace
orf
- Page downPage Up/Down
- Page navigationHome/g
- Go to topEnd/G
- Go to bottomBackspace/b/Esc
- Return to parent directoryq
- Quit
dune build