Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 966 Bytes

File metadata and controls

42 lines (30 loc) · 966 Bytes

mless

A terminal file and directory browser built with Mosaic TUI framework.

Description

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.

Features

  • Directory browsing with parent navigation
  • File viewing with horizontal and vertical scrolling
  • Vim-like keyboard controls (j/k for navigation, q to quit)

Usage

mless <file_or_directory>

Controls

Directory Navigation:

  • ↑/↓ or j/k - Navigate up/down
  • Enter - Open selected file/directory
  • q - Quit

File Viewing:

  • ↑/↓ or j/k - Scroll vertically
  • ←/→ or h/l - Scroll horizontally
  • Space or f - Page down
  • Page Up/Down - Page navigation
  • Home/g - Go to top
  • End/G - Go to bottom
  • Backspace/b/Esc - Return to parent directory
  • q - Quit

Building

dune build