awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dylanaraps avatar

dylanaraps/fffArchived

0
View on GitHub↗
4,188 stele·192 fork-uri·Shell·MIT·9 vizualizări

Fff

fff este un manager de fișiere bazat pe terminal scris în Bash. Oferă o interfață text-utilizator pentru navigarea și manipularea directoarelor și fișierelor folosind scurtături de tastatură.

Proiectul se concentrează pe integrarea shell, menținând contextul directorului și permițând utilizatorilor să lanseze instanțe de terminal integrate centrate pe folderul activ. Include un mod de selecție a fișierelor pentru selectarea elementelor care urmează să fie transmise editorilor externi și suportă randarea integrată a imaginilor în terminal.

Capabilitățile de bază includ navigarea în sistemul de fișiere condusă de tastatură, filtrarea directoarelor în timp real și marcarea (bookmarking). Instrumentul suportă afișarea metadatelor fișierelor și operațiuni în masă precum copierea, mutarea, ștergerea și redenumirea în lot printr-un flux de lucru de marcare și lipire.

Features

  • Terminal File Managers - Provides a comprehensive terminal-based file manager for navigating and organizing files using keyboard shortcuts.
  • Terminal User Interfaces - Provides a keyboard-driven text-user interface for browsing and managing the filesystem.
  • File and Directory Operations - Provides essential filesystem operations including creating, renaming, deleting, and moving files.
  • Command-Line File Operations - Provides bulk renaming, moving, and deleting capabilities through a marking and pasting workflow.
  • Bash-Based File Managers - A terminal-based file manager written in Bash for navigating and manipulating directories.
  • Filesystem Navigation - Implements keyboard-driven browsing of directories and movement between parent, child, and home folders.
  • Integrated Terminal Spawning - Launches a shell instance centered on the currently viewed folder for immediate command line access.
  • Shell Integration - Integrates the file manager with the shell to maintain directory context and launch terminals in active folders.
  • Directory Persistence Utilities - Updates the shell working directory to the last visited folder upon exiting the manager.
  • Keyboard-Driven Navigation - Implements a purely text-based interface for fast filesystem traversal and bookmark jumping.
  • Bulk File Operations - Executes copy, paste, cut, and batch renaming tasks on multiple selected files.
  • File Selection Pickers - Includes a specialized mode to select files and directories to be passed to external editors.
  • Directory Bookmarks - Enables instant navigation to frequently used directories via predefined shortcut keys.
  • File Search Utilities - Includes a search interface to locate specific files or directories within the current view.
  • Keyboard-Driven Workflows - Provides a high-speed interaction paradigm for browsing files using keyboard shortcuts.
  • Application State Tracking - Tracks the current directory and selected files using global shell variables.
  • Terminal Workflow Optimizations - Optimizes terminal workflows by allowing file management directly within the shell.
  • Input Event Loops - Processes user keyboard input via a continuous event loop to trigger shell functions.
  • Shell Working Directory Synchronization - Returns the final navigated path to the parent shell upon exit to update the working directory.
  • Multiple File Selection - Allows users to mark and select multiple files for batch processing.
  • Real-time List Filtering - Filters the current directory listing in real-time as text is entered.
  • File Managers - Simple file manager written in Bash.
  • Terminal Utilities - Simple file manager written in bash.

Istoric stele

Graficul istoricului de stele pentru dylanaraps/fffGraficul istoricului de stele pentru dylanaraps/fff

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face dylanaraps/fff?

fff este un manager de fișiere bazat pe terminal scris în Bash. Oferă o interfață text-utilizator pentru navigarea și manipularea directoarelor și fișierelor folosind scurtături de tastatură.

Care sunt principalele funcționalități ale dylanaraps/fff?

Principalele funcționalități ale dylanaraps/fff sunt: Terminal File Managers, Terminal User Interfaces, File and Directory Operations, Command-Line File Operations, Bash-Based File Managers, Filesystem Navigation, Integrated Terminal Spawning, Shell Integration.

Care sunt câteva alternative open-source pentru dylanaraps/fff?

Alternativele open-source pentru dylanaraps/fff includ: gokcehan/lf — lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and… ranger/ranger — Ranger is a keyboard-centric console file manager that provides a multi-column, text-based interface for navigating… jarun/nnn — This project is a keyboard-driven terminal file manager designed for efficient navigation and manipulation of local… kamiyaa/joshuto — Joshuto is a keyboard-driven terminal user interface file manager built with Rust. It functions as a Vim-like file… eza-community/eza — Eza is a command-line utility designed to replace standard directory listing tools by providing a more informative and… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,…

Alternative open-source pentru Fff

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Fff.
  • gokcehan/lfAvatar gokcehan

    gokcehan/lf

    9,340Vezi pe GitHub↗

    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

    Gofile-managerterminal
    Vezi pe GitHub↗9,340
  • ranger/rangerAvatar ranger

    ranger/ranger

    16,880Vezi pe GitHub↗

    Ranger is a keyboard-centric console file manager that provides a multi-column, text-based interface for navigating and organizing local file systems. It functions as a productivity tool designed to streamline command-line workflows by allowing users to perform standard file operations, such as copying, moving, and deleting, directly within a terminal environment. The project distinguishes itself through its extensible architecture and deep integration with the host shell. It supports custom plugin development and maintains context between sessions by syncing the working directory upon exit.

    Pythonconsolefile-launcherfile-manager
    Vezi pe GitHub↗16,880
  • jarun/nnnAvatar jarun

    jarun/nnn

    21,630Vezi pe GitHub↗

    This project is a keyboard-driven terminal file manager designed for efficient navigation and manipulation of local and remote filesystems. It functions as both a standalone console file explorer and a versatile file picker, allowing users to select paths and pass them to external shell commands or system utilities for automated workflows. The application distinguishes itself through a highly modular architecture that supports compile-time feature flagging and static binary compilation, ensuring a minimal memory footprint and portability across environments. Users can extend its core function

    Candroidbatch-renamec
    Vezi pe GitHub↗21,630
  • kamiyaa/joshutoAvatar kamiyaa

    kamiyaa/joshuto

    3,714Vezi pe GitHub↗

    Joshuto is a keyboard-driven terminal user interface file manager built with Rust. It functions as a Vim-like file explorer, providing a text-based environment for browsing directories and performing filesystem operations through modal navigation and cursor-based movements. The project distinguishes itself through a side-by-side column view that allows for terminal file previewing, including the rendering of image thumbnails and file contents. It supports a highly customizable workflow where users can define their own keybindings, visual themes, and terminal styles through external configurat

    Rustclipboardconcurrencyfile-manager
    Vezi pe GitHub↗3,714
Vezi toate cele 30 alternative pentru Fff→