Module list

Module list 

Source
Expand description

List subcommand for finding and displaying matching files.

This module handles the fren list command which searches for files matching given patterns, optionally recursively, and with exclusion support. All operations are async to match the async API of freneng.

Functionsยง

display_files
Displays the list of found files.
find_files
Finds files matching the given patterns, with optional recursion and exclusions.
handle_list_command
Handles the list subcommand.