awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesCode Structure Reformatting

Tools for adjusting the layout of code elements like argument lists.

Distinct from Command Line Argument Handlers: The candidates focus on CLI argument parsing, not the visual reformatting of source code in a buffer.

Explore 3 awesome GitHub repositories matching development tools & productivity · Code Structure Reformatting. Refine with filters or upvote what's useful.

Awesome Code Structure Reformatting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nvim-mini/mini.nvimالصورة الرمزية لـ nvim-mini

    nvim-mini/mini.nvim

    9,325عرض على GitHub↗

    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

    Allows splitting bracketed arguments into multiple lines or joining them into a single line.

    Lualuamini-nvimneovim
    عرض على GitHub↗9,325
  • skwp/dotfilesالصورة الرمزية لـ skwp

    skwp/dotfiles

    6,976عرض على GitHub↗

    This project is a curated configuration suite and development environment bootstrapper designed to optimize Zsh and Vim. It provides a collection of dotfiles, plugins, and scripts that automate the installation of system packages and shell tools to standardize a local workstation. The suite focuses on creating a consistent experience across the command line and text editor. It implements a Zsh shell framework with syntax highlighting and fuzzy matching, alongside a Vim configuration that includes advanced plugins and modal editing. It also provides a set of sane defaults and Vim-style keybind

    Provides tools for adjusting the layout of code elements like splitting or joining hashes and arrays.

    Ruby
    عرض على GitHub↗6,976
  • beancount/beancountالصورة الرمزية لـ beancount

    beancount/beancount

    5,291عرض على GitHub↗

    Beancount is a plain-text double-entry accounting system. It enforces zero-sum transactions, organizes accounts into a hierarchical five-type tree, and verifies balances at specific dates using precision-derived tolerances. Transactions are recorded in plain-text files with a strict syntax that supports currency-specific rounding, automatic interpolation of missing amounts, and comprehensive metadata including tags, links, and payee annotations. Beyond core bookkeeping, Beancount offers investment portfolio tracking with lot-based cost basis management, configurable booking strategies (FIFO,

    Ledger reformats input files to align numbers and currencies consistently for easier reading.

    Pythonbeancount
    عرض على GitHub↗5,291
  1. Home
  2. Development Tools & Productivity
  3. Code Structure Reformatting

استكشف الوسوم الفرعية

  • Fragment FormattersCapabilities for processing specific line ranges or code strings instead of entire files. **Distinct from Code Structure Reformatting:** Focuses on partial-file formatting ranges rather than structural reorganization of the whole buffer.