awesome-repositories.com
Blog
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 codesboy/get-your-github-card

Open-source alternatives to Get Your GitHub Card

26 open-source projects similar to codesboy/get-your-github-card, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Get Your GitHub Card alternative.

  • 4148/greenhat4148 avatar

    4148/greenhat

    1,553View on GitHub↗

    greenhat is a quick hack for decorating your GitHub contribution calendar with commits for the past n days. It uses the GITAUTHORDATE and GITCOMMITTERDATE environmental variables to make commits appear in the past. Be warned that greenhat will clobber your repository's commit history.

    Python
    View on GitHub↗1,553
  • agwa/git-cryptAGWA avatar

    AGWA/git-crypt

    9,746View on GitHub↗

    git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so they remain as ciphertext on remote servers while appearing as plaintext in local directories. The tool uses Git attributes to define the scope of files and directories targeted for encryption. It supports both symmetric secret key encryption for shared access and asymmetric public key encryption to control decryption permissions among multiple collaborators. The system automates the encryption and decryption process through hook-based filters that trigger during commit and ch

    C++
    View on GitHub↗9,746
  • apollostack/githuntA

    apollostack/GitHunt

    0View on GitHub↗
    View on GitHub↗0
  • aquarhead/miaopullaquarhead avatar

    aquarhead/miaopull

    1View on GitHub↗

    Miaopull 「喵噗哦」

    Python
    View on GitHub↗1
  • boennemann/badgesboennemann avatar

    boennemann/badges

    1,208View on GitHub↗

    A collection of all JavaScript related and free for open-source readme badges out there. All of the services are live and operating on this repositoriy's dummy code.

    CoffeeScript
    View on GitHub↗1,208

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
  • gazler/githugGazler avatar

    Gazler/githug

    6,949View on GitHub↗

    Githug is a terminal-based learning tool and interactive Git course that teaches version control through a series of progressive repository challenges. It functions as a command-line game where users master software operations by solving curated levels that require specific repository states to progress. The system utilizes a challenge-and-verify loop, employing a validation engine to check the current Git index and working tree against predefined solution logic. To support the learning process, it includes a hint system for roadblocks and a state management mechanism to reset levels to their

    Shell
    View on GitHub↗6,949
  • gelstudios/gitfitigelstudios avatar

    gelstudios/gitfiti

    8,437View on GitHub↗

    gitfiti is a tool for generating pixel art on a GitHub contribution graph by manipulating Git commit histories. It functions as a commit history manipulator and a pixel art template renderer that produces specific visual patterns on a profile's activity map. The project translates image templates and numeric coordinates into a sequence of backdated commits. It controls the intensity of calendar squares by simulating activity density and generates executable shell scripts to automate the bulk commit process. The software covers capabilities for custom art template definition and the generatio

    Python
    View on GitHub↗8,437
  • igrigorik/githubarchive.orgigrigorik avatar

    igrigorik/githubarchive.org

    3,040View on GitHub↗

    Open-source developers all over the world are working on millions of projects: writing code & documentation, fixing & submitting bugs, and so forth. GH Archive is a project to record the public GitHub activity, archive it, and make it easily accessible for further analysis.

    Ruby
    View on GitHub↗3,040
  • ionicabizau/github-contributionsIonicaBizau avatar

    IonicaBizau/github-contributions

    1,335View on GitHub↗

    Ensure you configured NPM and NodeJS not to require sudo when installing packages globally.

    HTML
    View on GitHub↗1,335
  • ironmaniiith/github-profile-name-writerironmaniiith avatar

    ironmaniiith/Github-profile-name-writer

    143View on GitHub↗

    1. Make a new repo (say testRepo) 2. Run the file run.sh, it will ask you the information like username and id, enter it. 3. You will obtain a file runThis.sh, just copy that file in your cloned version of testRepo and run it, that's all...

    Python
    View on GitHub↗143
  • joelsutherland/github-jquery-repo-widgetJoelSutherland avatar

    JoelSutherland/GitHub-jQuery-Repo-Widget

    284View on GitHub↗

    A good looking repo widget to add to your website.

    CSS
    View on GitHub↗284
  • josephyzhou/github-trendingJ

    josephyzhou/github-trending

    0View on GitHub↗
    View on GitHub↗0
  • kevva/github-gistskevva avatar

    kevva/github-gists

    45View on GitHub↗

    ` $ npm install --save github-gists `

    JavaScript
    View on GitHub↗45
  • lepture/github-cardslepture avatar

    lepture/github-cards

    2,148View on GitHub↗

    Card for your GitHub profile, card for your GitHub repositories.

    HTML
    View on GitHub↗2,148
  • littleark/githutlittleark avatar

    littleark/githut

    1,293View on GitHub↗

    Visualization of data from github archive.

    HTML
    View on GitHub↗1,293
  • mroth/lolcommitsmroth avatar

    mroth/lolcommits

    4,811View on GitHub↗

    lolcommits is an automated tool for capturing, archiving, and associating webcam media with version control commit histories. It functions as a webcam snapshot archiver and history visualization tool that triggers photos, GIFs, or videos whenever a Git commit is performed. The system uses Git hook automation to associate commit hashes with physical snapshots of the developer. It includes a plugin system for integrating third-party tools to transform captured images or add visual overlays such as commit messages and identifiers. The tool provides a media archive browser to retrieve captures a

    Ruby
    View on GitHub↗4,811
  • necolas/css3-github-buttonsnecolas avatar

    necolas/css3-github-buttons

    1,105View on GitHub↗

    CSS3 GitHub Buttons helps you easily create GitHub-style buttons from links, buttons, and inputs.

    HTML
    View on GitHub↗1,105
  • no13bus/ohmyrepono13bus avatar

    no13bus/ohmyrepo

    127View on GitHub↗

    use webhook to analysis automaticly that who stared your repository, where are they. Besides you can fellow some users.

    Python
    View on GitHub↗127
  • pcottle/learngitbranchingpcottle avatar

    pcottle/learnGitBranching

    33,604View on GitHub↗

    This project is an interactive Git tutorial and version control simulator. It provides a visual learning environment where users practice Git commands through structured lessons and a simulated terminal that does not affect the local file system. The application functions as a branching visualizer, rendering a graphical representation of commit trees and branch pointers that update in real time as commands are executed. It allows for the creation of custom exercises and the sharing of specific command sequences via unique links. The software covers educational challenges for mastering reposi

    JavaScript
    View on GitHub↗33,604
  • readify/gitvizR

    Readify/GitViz

    0View on GitHub↗
    View on GitHub↗0
  • resume/resume.github.comresume avatar

    resume/resume.github.com

    62,866View on GitHub↗

    This project is a static site generator designed to transform plain text content into pre-rendered web documents. It functions as a content platform that separates structural information from presentation, utilizing lightweight markdown formatting to ensure portability and ease of maintenance. The platform is built on a dependency-free execution model, operating without external libraries or frameworks to minimize security risks and support long-term stability. It integrates a technical governance framework and a software engineering manifesto, providing a structured set of principles and dec

    JavaScript
    View on GitHub↗62,866
  • sindresorhus/is-github-downsindresorhus avatar

    sindresorhus/is-github-down

    133View on GitHub↗

    `sh npx is-github-down `

    JavaScript
    View on GitHub↗133
  • src-d/go-gitsrc-d avatar

    src-d/go-git

    4,880View on GitHub↗

    This project is a native implementation of the Git version control system for Go applications. It provides a programmable API and a low-level plumbing toolset that allows developers to manage repositories, manipulate object graphs, and perform version control operations without requiring external system binaries or C bindings. The library is distinguished by its flexible storage and network layers, featuring a virtual file system that enables in-memory repository management to bypass disk I/O. It supports pluggable network transports and interface-based storage backends, allowing for custom p

    Go
    View on GitHub↗4,880
  • stylishthemes/github-darkStylishThemes avatar

    StylishThemes/GitHub-Dark

    9,911View on GitHub↗

    GitHub-Dark is a browser extension theme and collection of user style sheets designed to provide a comprehensive dark mode aesthetic for the GitHub interface. It functions by injecting custom style rules directly into the browser to override default website colors, fonts, and layout properties, aiming to improve visual comfort and readability during extended use. The project distinguishes itself through its focus on deep integration and visual consistency. It includes specialized support for syntax highlighting across various programming languages and notebook environments, ensuring that code

    CSSawesomecssdark
    View on GitHub↗9,911
  • thieman/github-selfiesthieman avatar

    thieman/github-selfies

    1,187View on GitHub↗

    Everything is better with selfies. Yes, even pull requests. Trust me.

    JavaScript
    View on GitHub↗1,187
  • tholman/github-cornerstholman avatar

    tholman/github-corners

    5,001View on GitHub↗

    GitHub Corners is a collection of customizable web callout widgets designed to promote open source projects. It provides a lightweight UI component that acts as a visual link, directing website visitors to a project repository. The project allows for extensive style customization, enabling users to adjust colors and sizes to match a specific brand identity. These ribbons function as call-to-action elements to encourage users to view or fork source code. The system generates these graphics as scalable vector graphics through serverless image rendering. Visual styles and text content are deter

    HTML
    View on GitHub↗5,001