Configuration
lla configuration
Customizing lla
While lla works beautifully out of the box, you can tailor its behavior to match your workflow through a thoughtfully designed configuration system. This guide walks you through the available options and their impact on your experience.
Quick Setup
Your configuration lives at ~/.config/lla/config.toml
. Get started with:
Core Settings
Here's your blueprint for customization:
Display Formats
Choose your default view:
default
: Clean, efficient listinglong
: Detailed metadata viewtree
: Hierarchical structuregrid
: Space-optimized layoutgit
: Repository insightstimeline
: Time-based groupingsizemap
: Storage visualizationtable
: Structured data view
Command-Line Configuration
Quickly adjust settings without editing files:
Performance Considerations
lla includes thoughtful defaults for large directory operations:
- Tree view: 20,000 entries maximum
- Recursive listing: 20,000 entries maximum
- Directory sizes: Optional for performance
- Fuzzy search: Smart pattern exclusions
These limits ensure smooth performance while handling substantial directory structures. Adjust them based on your system's capabilities and specific needs.