# Results for "move"

> AI-ranked search results for `move` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 120 total matches; showing the top 2.

Explore on the web: https://awesome-repositories.com/q/move

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/move).**

## Results

- [gokcehan/lf](https://awesome-repositories.com/repository/gokcehan-lf.md) (9,340 ⭐) — 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
- [tfeldmann/organize](https://awesome-repositories.com/repository/tfeldmann-organize.md) (3,077 ⭐) — 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
