awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tejasq/add-gitignore

Open-source alternatives to Add Gitignore

30 open-source projects similar to tejasq/add-gitignore, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Add Gitignore alternative.

  • shobrook/reboundshobrook avatar

    shobrook/rebound

    4,119View on GitHub↗

    Rebound is an automated error resolver and exception handling extension that maps runtime exceptions to external community knowledge bases. It functions as a search automation tool designed to surface community-driven error resolutions directly in the terminal when a software exception is thrown. The tool specifically integrates with Stack Overflow to automatically fetch relevant discussion threads and solutions during a program crash. It reduces manual searching by retrieving these community answers without requiring the developer to leave the command line interface. The system covers autom

    Pythoncommand-line-interfacecommand-line-toolerror-messages
    View on GitHub↗4,119
  • jarun/bcaljarun avatar

    jarun/bcal

    694View on GitHub↗

    :1234: Bits, bytes and general-purpose calculator

    Ccalculatorclicommand-line
    View on GitHub↗694
  • casey/justcasey avatar

    casey/just

    34,302View on GitHub↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Rust
    View on GitHub↗34,302
  • mellowcandle/bitwisemellowcandle avatar

    mellowcandle/bitwise

    715View on GitHub↗

    Terminal based bit manipulator in ncurses

    Cbitwisebitwise-operationc
    View on GitHub↗715

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • sharex/sharexShareX avatar

    ShareX/ShareX

    38,123View on GitHub↗

    ShareX is a desktop utility designed for screen capture, image annotation, and automated file sharing. It provides a comprehensive suite of tools for capturing screen regions, windows, or scrolling content, and includes a layered image editor that allows users to manipulate, scale, and transform graphical elements and annotations directly on captured media. The application distinguishes itself through an event-driven post-capture pipeline that triggers automated workflows, such as image processing, external command execution, or file uploads, immediately after a capture event. Users can exten

    C#capturecolor-pickercsharp
    View on GitHub↗38,123
  • matthewyork/datetoolsMatthewYork avatar

    MatthewYork/DateTools

    7,186View on GitHub↗

    DateTools is a date manipulation library for iOS applications that provides utilities for date arithmetic, range management, and relative time formatting. It functions as a set of tools to shift dates by specific units, calculate durations between timestamps, and convert dates into localized, human-readable strings. The library specializes in the analysis of time spans, offering systems to define, compare, and organize overlapping or sequential time periods. It includes logic to determine chronological relationships, such as whether dates fall within specific windows or how different time per

    Objective-C
    View on GitHub↗7,186
  • junegunn/fzfjunegunn avatar

    junegunn/fzf

    81,017View on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Gobashclifish
    View on GitHub↗81,017
  • oldj/switchhostsoldj avatar

    oldj/SwitchHosts

    26,826View on GitHub↗

    SwitchHosts is a desktop application for managing and switching between multiple sets of system hosts file entries. It functions as a network environment switcher and an operating system hosts file manager, allowing users to map domain names to specific IP addresses for local DNS management. The tool distinguishes itself through remote hosts synchronization, which fetches and updates local data from remote URLs on a defined schedule. It enables rapid configuration toggling via a main window and system tray menu to swap between different network routing sets instantly. The application include

    TypeScriptelectronhostshostseditor
    View on GitHub↗26,826
  • ttu/dotnet-fake-json-serverttu avatar

    ttu/dotnet-fake-json-server

    405View on GitHub↗

    Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.

    C#csharpdotnet-coredynamic
    View on GitHub↗405
  • abhishaker17/clockerAbhishaker17 avatar

    Abhishaker17/Clocker

    607View on GitHub↗

    ⏲ macOS app to plan and organize through timezones.

    Swift
    View on GitHub↗607
  • ahoo-wang/smartcodeAhoo-Wang avatar

    Ahoo-Wang/SmartCode

    578View on GitHub↗

    SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!

    C#
    View on GitHub↗578
  • ahl5esoft/golang-underscoreA

    ahl5esoft/golang-underscore

    0View on GitHub↗
    View on GitHub↗0
  • ahqsoftwares/tauri-ahq-storeahqsoftwares avatar

    ahqsoftwares/tauri-ahq-store

    140View on GitHub↗

    We're migrating to https://github.com/ahqstore/client

    Rust
    View on GitHub↗140
  • aidenmagrath/windows-auto-unzipperA

    aidenmagrath/Windows-Auto-Unzipper

    0View on GitHub↗
    View on GitHub↗0
  • aaronpearce/devswitchA

    aaronpearce/DevSwitch

    0View on GitHub↗
    View on GitHub↗0
  • 8144225309/superscalar-mcp8144225309 avatar

    8144225309/superscalar-mcp

    0View on GitHub↗

    MCP server for SuperScalar — Bitcoin Lightning channel factories. Query protocol specs, estimate UTXO savings, and explore factory architectures.

    JavaScript
    View on GitHub↗0
  • afiqiqmal/sharedchamberafiqiqmal avatar

    afiqiqmal/SharedChamber

    97View on GitHub↗

    Android Secure SharedPreferences Using Facebook Conceal Encryption

    Java
    View on GitHub↗97
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • alandsleman/formbuilderAlandSleman avatar

    AlandSleman/FormBuilder

    474View on GitHub↗

    UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

    TypeScript
    View on GitHub↗474
  • acostalima/react-native-test-runneracostalima avatar

    acostalima/react-native-test-runner

    5View on GitHub↗

    Run unit and integration tests in React Native's environment.

    JavaScript
    View on GitHub↗5
  • alexbrazier/react-native-network-loggeralexbrazier avatar

    alexbrazier/react-native-network-logger

    677View on GitHub↗

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

    TypeScript
    View on GitHub↗677
  • alexchantastic/alfred-open-with-vscode-workflowalexchantastic avatar

    alexchantastic/alfred-open-with-vscode-workflow

    314View on GitHub↗

    Alfred 5 workflow for opening files or folders in Visual Studio Code

    View on GitHub↗314
  • alexcrichton/proc-macro2A

    alexcrichton/proc-macro2

    0View on GitHub↗
    View on GitHub↗0
  • alexk111/hd-wallet-scanneralexk111 avatar

    alexk111/HD-Wallet-Scanner

    35View on GitHub↗

    HD Wallet Scanner Find all used addresses in your Bitcoin HD Wallets bypassing gap limits

    JavaScript
    View on GitHub↗35
  • alexk111/node-red-node-typescript-starteralexk111 avatar

    alexk111/node-red-node-typescript-starter

    91View on GitHub↗

    This is a quick-start template repository for creating new Node-RED node sets in TypeScript.

    JavaScript
    View on GitHub↗91
  • alexkuz/redux-devtools-inspectoralexkuz avatar

    alexkuz/redux-devtools-inspector

    235View on GitHub↗

    Another Redux DevTools Monitor

    JavaScript
    View on GitHub↗235
  • alexweber/es6-jspm-gulp-boilerplateA

    alexweber/es6-jspm-gulp-boilerplate

    0View on GitHub↗
    View on GitHub↗0
  • aliabb01/invoifyaliabb01 avatar

    aliabb01/invoify

    6,307View on GitHub↗

    Invoify is a browser-based billing tool and invoice generator built with Next.js and TypeScript. It provides a web interface for designing, creating, and managing professional billing documents for clients. The application features a professional invoice designer with live previews and layout templates. It allows for the direct generation of portable document format files and includes an integrated email service for automated invoice delivery to recipients. The system manages billing data through local browser storage and supports exporting invoice information into PDF, JSON, and CSV formats

    TypeScript
    View on GitHub↗6,307
  • aliasrobotics/aztarnaaliasrobotics avatar

    aliasrobotics/aztarna

    93View on GitHub↗

    aztarna, a footprinting tool for robots.

    Python
    View on GitHub↗93
  • a7t-ai/poirota7t-ai avatar

    a7t-ai/poirot

    187View on GitHub↗

    A native macOS companion for Claude Code that lets you browse sessions, explore diffs, and re-run commands.

    Swiftaiclaudeclaude-code
    View on GitHub↗187