我们为您精选了匹配 “move” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。
lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and organizing files and directories. It operates as a shell-integrated tool that synchronizes the current working directory with the calling shell and supports vi-style keybindings for filesystem operations. The project distinguishes itself through its ability to render images directly in the terminal via the SIXEL graphics protocol and its shell-driven execution model, which allows users to extend functionality using external shell scripts and commands. It also implements a server
lf is a terminal-based file manager (TUI) that lets you navigate and organize files via keyboard-driven commands, fitting the request for a command-line file organizer, though it does not explicitly emphasize batch operations, pattern matching, or dry-run/undo features.
Organize is a command-line utility designed to automate file system management, storage cleanup, and directory organization. It functions as a rule-based engine that processes files through sequential pipelines, allowing users to define complex workflows for moving, renaming, and managing local data. The system utilizes structured configuration files to map file system triggers to specific actions. It distinguishes itself through a simulation engine that allows users to preview the impact of their rules on a virtual file system before applying changes, ensuring data integrity. Additionally, t
tfeldmann/organize is a command-line automation tool for rule-based file management, which directly fits the search's focus on moving, renaming, and organizing files systematically, and its Python-based, platform-independent design supports the required batch operations and pattern matching.