add SIZE column and paths_under

This commit is contained in:
🪞👃🪞 2025-03-23 18:14:09 +02:00
parent 1a00ef1ff6
commit 29435bb937
5 changed files with 87 additions and 65 deletions

View file

@ -15,8 +15,6 @@ use crate::crossterm::event::{Event, KeyEvent, KeyCode, KeyModifiers, KeyEventSt
use clap::{arg, command, value_parser};
use walkdir::WalkDir;
use xxhash_rust::xxh3::xxh3_64;
use file_type::FileType;
mod keys;
mod view; use self::view::*;
mod model; pub(crate) use self::model::*;