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
Installs
3
Repository
x-cmd/skill
GitHub Stars
21
First Seen
Apr 10, 2026
ll — x-cmd/skill