File Meta

Displays the file metadata of each file

LLA File Metadata Plugin

Show file metadata with clear formatting.

Features

  • Access/modify/create timestamps
  • Ownership and permissions
  • Size stats
  • Color-coded output

Configuration

Located at ~/.config/lla/file_meta/config.toml:

[colors]
accessed = "bright_blue"      # Access time color
modified = "bright_green"     # Modification time color
created = "bright_yellow"     # Creation time color
ownership = "bright_magenta"  # UID/GID information color
size = "bright_cyan"         # File size color
permissions = "bright_red"    # Permissions color
success = "bright_green"     # Success messages
info = "bright_blue"        # Information messages
name = "bright_yellow"      # Name highlighting

Usage

# View help information
lla plugin --name file_meta --action help

Display Format

document.pdf
Accessed:    2024-03-15 14:30:22
Modified:    2024-03-15 14:30:20
Created:     2024-03-15 14:30:18
UID/GID:     1000/1000
Size:        1.0 MB
Permissions: 644