mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
add SIZE column and paths_under
This commit is contained in:
parent
1a00ef1ff6
commit
29435bb937
5 changed files with 87 additions and 65 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue