ll

Installation
SKILL.md

ll - Interactive Resource Listing

The ll module provides an interactive interface, primarily leveraging fzf, to search and list information about the file system and key operating system resources like CPU, memory, and processes.

When to Activate

  • When the user wants to search for files or directories interactively using fzf.
  • When performing a quick interactive check of system CPU, memory, or process states.

Core Principles & Rules

  • Interactive Search: Use the --fzfapp (or default x ll) to search through files and system data.
  • Resource Shortcuts: Supports prefixed subcommands (e.g., :cpu, :mem) for quick system snapshots.

Patterns & Examples

Interactive File Search

# Start an interactive fzf session to browse files and directories
x ll

Quick System Check

# View current memory or process state via ll
x ll :mem
x ll :ps

Checklist

  • Confirm if the user needs an interactive search or a specific resource snapshot.
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026