Skip to content

Commit

Permalink
feat(archive): Add support for tar archive inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Feb 6, 2024
1 parent 8ea8272 commit 40c78d2
Show file tree
Hide file tree
Showing 23 changed files with 1,338 additions and 394 deletions.
50 changes: 31 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ percent-encoding = "2.3.1"
phf = { version = "0.11.2", features = ["macros"] }
plist = { version = "1.6.0", default-features = false }
uutils_term_grid = "0.3"
tar = "0.4.40"
terminal_size = "0.3.0"
timeago = { version = "0.4.2", default-features = false }
unicode-width = "0.1"
Expand Down
Loading

0 comments on commit 40c78d2

Please sign in to comment.