Skip to content

Commit a17605f

Browse files
feat: explorer mode with miller view
1 parent 9741bbc commit a17605f

27 files changed

Lines changed: 6147 additions & 247 deletions

File tree

Cargo.lock

Lines changed: 132 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ tempfile = "3"
4949
gravityfile-core = { version = "0.1.3", path = "crates/gravityfile-core" }
5050
gravityfile-scan = { version = "0.1.3", path = "crates/gravityfile-scan" }
5151
gravityfile-analyze = { version = "0.1.3", path = "crates/gravityfile-analyze" }
52+
gravityfile-ops = { version = "0.1.3", path = "crates/gravityfile-ops" }
5253
gravityfile-tui = { version = "0.1.3", path = "crates/gravityfile-tui" }
5354

55+
# File operations
56+
fs_extra = "1.3"
57+
trash = "5"
58+
5459
[package]
5560
name = "gravityfile"
5661
version.workspace = true

0 commit comments

Comments
 (0)