Skip to content

Commit

Permalink
feat: add dirs_meta plugin for directory metadata analysis
Browse files Browse the repository at this point in the history
- Introduced a new plugin, `dirs_meta`, that analyzes directories and provides metadata such as file counts, sizes, and modification times.
- Implemented intelligent caching for improved performance and parallel processing for faster analysis.
- Updated workspace configuration to include the new plugin and removed the deprecated `dirs` plugin.
- Added comprehensive README documentation for usage and display formats.
- Updated Cargo.lock and Cargo.toml files to reflect new dependencies and plugin structure.
  • Loading branch information
chaqchase committed Dec 27, 2024
1 parent 9e91c05 commit 0ac82e3
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 294 deletions.
59 changes: 39 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["lla", "lla_plugin_interface", "plugins/*"]
members = ["lla", "lla_plugin_interface", "lla_plugin_utils", "plugins/*"]

[workspace.package]
description = "Blazing Fast and highly customizable ls Replacement with Superpowers"
Expand Down
18 changes: 0 additions & 18 deletions plugins/dirs/Cargo.toml

This file was deleted.

Loading

0 comments on commit 0ac82e3

Please sign in to comment.