Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.63 KB

plugins.md

File metadata and controls

40 lines (31 loc) · 2.63 KB

lla Plugins

This is a list of all the plugins available for lla.

Installation

You can install all plugins at once using:

lla install --git https://github.com/triyanox/lla

or you can manually install them like this:

git clone https://github.com/triyanox/lla
cd lla/plugins/
cargo build --release

then copy the generated .so, .dll, or .dylib file from the target/release directory to your lla plugins directory.

Available Plugins

  • categorizer: Categorizes files based on their extensions and metadata
  • code_complexity: Analyzes code complexity using various metrics
  • code_snippet_extractor: A plugin for extracting and managing code snippets
  • dirs_meta: Shows directories metadata
  • duplicate_file_detector: A plugin for the lla that detects duplicate files.
  • file_hash: Displays the hash of each file
  • file_meta: Displays the file metadata of each file
  • file_tagger: A plugin for tagging files and filtering by tags
  • git_status: Shows the git status of each file
  • keyword_search: Searches file contents for user-specified keywords
  • last_git_commit: A plugin for the lla that provides the last git commit hash
  • sizeviz: File size visualizer plugin for lla
  • file_mover: A plugin that provides an intuitive clipboard-based interface for moving files and directories.
  • file_copier: A plugin that provides an intuitive clipboard-based interface for copying files and directories.
  • file_remover: A plugin that provides an interactive interface for safely removing files and directories.
  • file_organizer: A plugin for organizing files using various strategies