Giter VIP home page Giter VIP logo

auto-commit-stats's Introduction

Auto Commit Stats

If you're like me you do lots of coding and want everyone to know it. Everyone being people with links to your GitHub account, aka people snooping on linkedin.

Unfortunately, you might spend your days committing code at your job only to push it to some service that's not GitHub.

You might then ask your self:

"How is anyone possibly going to know how much time I spend doing geeky stuff if my GitHub commit graph is boring and lifeless?!"

To that I say:

"Auto Commit Stats! And maybe some self reflection!"

This script helps you maintain a colorful commit graph by commiting a stats file containing basic system stats any time you run run.sh.

Example

run.sh can be added to your .bashrc or .zshrc such that it's run every time you open a terminal. I like to think of it as a "nerd heartbeat" that makes people think "Wow, this guy opens a ton of terminal tabs. Like, a ton of tabs. So many tabs. At all hours of the day."

In your .zshrc:

# Suppress all output
(~/Dev/auto-commit-stats/run.sh > /dev/null 2>&1 &)

Or, if you want a little output printed to stdout:

# Will print "Stats Updated" when run.sh exits
(~/Dev/auto-commit-stats/run.sh &)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.