awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kien avatar

kien/ctrlp.vim

0
View on GitHub↗
7,241 Stars·662 Forks·VimL·2 Aufrufekien.github.com/ctrlp.vim↗

Ctrlp.vim

ctrlp.vim is a fuzzy file navigation tool for the Vim editor. It enables the location and opening of files, buffers, tags, and recently used items through approximate string matching and regular expressions.

The project identifies project roots by scanning for version control markers and configuration files. It allows for the creation of new files and their required parent directories directly from the search interface, and can open multiple files simultaneously.

Broad capabilities include text editor resource management and workflow automation, such as executing specific commands immediately after a file is opened. The system supports search indexing through pattern-based file filtering to exclude specific directories or symbolic links.

Features

  • Fuzzy File Finders - Provides a comprehensive fuzzy search interface for locating files, open buffers, tags, and recently used items.
  • Marker Detection - Automatically identifies project base directories by scanning for version control markers like .git folders.
  • Fuzzy Matching - Uses fuzzy matching algorithms to calculate similarity scores and rank the most relevant files and buffers.
  • Fuzzy Search Engines - Implements a fuzzy search engine to filter candidates using flexible matching techniques for fast file navigation.
  • Buffer Navigation - Provides rapid navigation between open buffers, files, and tags using a fuzzy search interface.
  • Vim - Integrates directly with the Vim editor using native Vim script to manage buffers and navigation commands.
  • Project Root Discovery - Determines the project root by scanning the filesystem for version control markers and configuration files.
  • Search Result Filtering - Filters search results by excluding files, directories, or symbolic links based on custom ignore patterns.
  • Asynchronous Project Scans - Implements non-blocking background directory crawling to populate the search list without freezing the editor UI.
  • Editor Buffer Managers - Manages recently used files and open buffers to facilitate quick switching between project documents.
  • File Ignore Patterns - Supports excluding specific files, directories, or symbolic links from the search index using ignore patterns.
  • Search-Integrated File Creation - Generates new files and automatically creates any missing parent directories directly from the search prompt.
  • Vim-Based Workflows - Automates development workflows by executing editor commands and creating directories from the search interface.

Star-Verlauf

Star-Verlauf für kien/ctrlp.vimStar-Verlauf für kien/ctrlp.vim

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Ctrlp.vim

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ctrlp.vim.
  • lucaong/minisearchAvatar von lucaong

    lucaong/minisearch

    5,804Auf GitHub ansehen↗
    TypeScriptautocompleteautosuggestionedge-computing
    Auf GitHub ansehen↗5,804
  • nvim-mini/mini.nvimAvatar von nvim-mini

    nvim-mini/mini.nvim

    9,325Auf GitHub ansehen↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    Auf GitHub ansehen↗9,325
  • liuchengxu/vim-clapAvatar von liuchengxu

    liuchengxu/vim-clap

    2,139Auf GitHub ansehen↗

    Vim-clap is a high-performance fuzzy selection interface and command palette designed for Vim and NeoVim. It functions as an extensible plugin that enables rapid navigation of files, buffers, and project resources by offloading heavy search and filtering computations to an external background process. The project distinguishes itself through a pluggable provider architecture that allows developers to define custom search sources using external scripts or binaries. By decoupling the selection interface from the underlying fuzzy matching logic, it supports both built-in algorithms and high-perf

    Rustfloating-windowfuzzy-findernvim
    Auf GitHub ansehen↗2,139
  • tagspaces/tagspacesAvatar von tagspaces

    tagspaces/tagspaces

    4,935Auf GitHub ansehen↗

    TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable metadata stored directly in filenames or sidecar JSON files, eliminating the need for a central database. It functions as a full-text file search engine, a Kanban board file organizer, a local AI file assistant, an S3-compatible cloud file manager, and a web clipper and bookmark manager, all within a single application. The project distinguishes itself through a local-first architecture where all file operations, indexing, and AI processing run entirely on the device, with cloud

    TypeScriptelectronjavascriptnote-taking
    Auf GitHub ansehen↗4,935
Alle 30 Alternativen zu Ctrlp.vim anzeigen→

Häufig gestellte Fragen

Was macht kien/ctrlp.vim?

ctrlp.vim is a fuzzy file navigation tool for the Vim editor. It enables the location and opening of files, buffers, tags, and recently used items through approximate string matching and regular expressions.

Was sind die Hauptfunktionen von kien/ctrlp.vim?

Die Hauptfunktionen von kien/ctrlp.vim sind: Fuzzy File Finders, Marker Detection, Fuzzy Matching, Fuzzy Search Engines, Buffer Navigation, Vim, Project Root Discovery, Search Result Filtering.

Welche Open-Source-Alternativen gibt es zu kien/ctrlp.vim?

Open-Source-Alternativen zu kien/ctrlp.vim sind unter anderem: lucaong/minisearch. nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… liuchengxu/vim-clap — Vim-clap is a high-performance fuzzy selection interface and command palette designed for Vim and NeoVim. It functions… tagspaces/tagspaces — TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable… sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… roversx/launchnext.