5 रिपॉजिटरी
Text editors that use memory buffers to decouple the visual representation from the disk storage.
Distinct from Buffer-Based Storage: Distinct from Buffer-Based Storage which is the data pattern; this is the full editor application implementing that pattern.
Explore 5 awesome GitHub repositories matching development tools & productivity · Buffer-Based Editors. Refine with filters or upvote what's useful.
notepad-- is a cross-platform plain text editor designed for creating and modifying unstructured text files. It functions as a lightweight productivity tool that allows users to write and save documents across Windows, Linux, and macOS. The application utilizes a buffer-based editing model to decouple file storage from the visual display. This approach enables a consistent user interface for local file management and plain text document creation regardless of the underlying operating system.
Manages document content in a memory buffer to decouple file storage from the visual display.
Harlequin is a terminal-based SQL IDE that runs queries against DuckDB and SQLite databases, with a plug-in adapter system for connecting to additional database engines. It provides a full-screen text editor with syntax highlighting and fuzzy autocomplete for writing SQL, and displays query results in a scrollable table within the terminal. The application distinguishes itself through a tree-based data catalog that lets you browse database schemas, local files, and remote S3 objects, with the ability to insert or copy paths directly into the query editor. It supports custom key bindings throu
Provides a full-screen SQL editor with syntax highlighting and fuzzy autocomplete for writing queries.
bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for
Adds numeric prefixes to buffer tabs for keyboard-based buffer switching.
fzf-lua is a fuzzy finder integration for Neovim that utilizes fzf to search files, buffers, and project symbols. It serves as a code navigation framework providing a dynamic result generator that populates search windows using real-time shell commands or custom Lua functions. The project distinguishes itself through specialized integration tools for Git and Language Server Protocols. It includes a Git search interface for navigating commits, branches, stashes, and diffs, alongside an LSP integration tool that bridges language server providers to locate definitions and references across a cod
Uses temporary editor buffers to render selected items with native syntax highlighting and formatting.
ChatGPT.nvim एक OpenAI LLM Neovim प्लगइन है जो कोड स्निपेट्स को रिफैक्टर करने, पूरा करने और ठीक करने के लिए AI-संचालित कोड सहायक के रूप में कार्य करता है। यह एक कस्टम प्रॉम्प्ट ऑटोमेशन टूल और मार्कडाउन रेंडरर के रूप में कार्य करता है, जो उपयोगकर्ताओं को सीधे एडिटर के भीतर भाषा मॉडल के साथ बातचीत करने की अनुमति देता है। यह प्रोजेक्ट पुन: प्रयोज्य AI व्यक्तित्वों और सिस्टम प्रॉम्प्ट और टेम्प्लेट का उपयोग करके स्वचालित टेक्स्ट प्रोसेसिंग कार्यों को परिभाषित करने के लिए एक फ्रेमवर्क के माध्यम से खुद को अलग करता है। इसमें एक विशेष रेंडरिंग सिस्टम शामिल है जो प्रतिक्रियाओं को फोल्ड करने योग्य कोड ब्लॉक के साथ स्टाइल किए गए मार्कडाउन में बदल देता है। यह प्लगइन इंटरैक्टिव चैट इंटरफ़ेस, प्रोजेक्ट फ़ाइलों के लिए संदर्भ-जागरूक प्रॉम्प्टिंग, और व्याकरण सुधार और बग फिक्सिंग के लिए स्वचालित कोड क्रियाओं को कवर करता है। यह स्थिर भंडारण के बजाय बाहरी कमांड के माध्यम से API कुंजियाँ प्राप्त करके सुरक्षित क्रेडेंशियल प्रबंधन भी लागू करता है।
Uses temporary Neovim buffers to handle the input and output flow of AI interactions.