Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 3.86 KB

File metadata and controls

56 lines (45 loc) · 3.86 KB

lla Plugins

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

Installation

You can install all prebuilt plugins at once using the default installer:

lla install

To force fetching the latest prebuilt archive (useful after a release):

# install pre-built plugins
lla install --prebuilt
# or install from a repo
lla install --git https://github.com/chaqchase/lla

If you prefer to build from source, install them like this:

git clone https://github.com/chaqchase/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
  • flush_dns: Flush DNS cache on macOS, Linux, and Windows
  • git_status: Shows the git status of each file
  • google_meet: Google Meet plugin for creating meeting rooms and managing links
  • google_search: Google search with autosuggestions, history management, and clipboard fallback
  • jwt: JWT decoder and analyzer with search and validation capabilities
  • keyword_search: Searches file contents for user-specified keywords
  • last_git_commit: A plugin for the lla that provides the last git commit hash
  • npm: NPM package search with bundlephobia integration and favorites management
  • sizeviz: File size visualizer plugin for lla
  • youtube: YouTube search with autosuggestions and history management
  • 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
  • kill_process: Interactive process management plugin for listing and terminating system processes with cross-platform support