MIETA - CLI Tool for Directory Tree and File Preview
Overview
MIETA is a CLI tool that visually displays directory structures in the terminal and allows you to preview the contents of selected files. As the name suggests, it allows you to "see" (MIETA) code and files easily. (The name is, of course, a nod to MIEL.)
Install
go install github.com/tokuhirom/mieta@latest
Main Features
Directory Tree Display
Displays directory structure in a tree format
Automatically excludes .git directories
Tree display is asynchronous, ensuring the UI is not blocked even with large directories
File Preview
Shows the contents of selected files with syntax highlighting