All Projects → lwe → Whatthecommit

lwe / Whatthecommit

Licence: mit
Unoffical command line client for https://whatthecommit.com

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to Whatthecommit

Git Anger Management
Ever wanted to know just how angry your commits are? Look no further
Stars: ✭ 49 (-63.43%)
Mutual labels:  fun
Fractal
Mandelbrot fractal generator - js web app, uses zero libraries
Stars: ✭ 87 (-35.07%)
Mutual labels:  fun
Nodable
a node-able bidirectionnal expression editor.
Stars: ✭ 103 (-23.13%)
Mutual labels:  fun
Nitro
A discord bot
Stars: ✭ 56 (-58.21%)
Mutual labels:  fun
Spicy Proton
Generate a random English adjective-noun word pair in Ruby
Stars: ✭ 76 (-43.28%)
Mutual labels:  fun
Scrmbl
🛰 Spy movies text reveal library and cli
Stars: ✭ 90 (-32.84%)
Mutual labels:  fun
Remixbot
A multifunctional Discord bot in development that allows you to easily control your discord server.
Stars: ✭ 39 (-70.9%)
Mutual labels:  fun
Consoleimg
Display images in your developer console!
Stars: ✭ 132 (-1.49%)
Mutual labels:  fun
Animated Stars Android
Draw animated stars on Android view canvas - written in Kotlin
Stars: ✭ 85 (-36.57%)
Mutual labels:  fun
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+932.09%)
Mutual labels:  fun
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-56.72%)
Mutual labels:  fun
Simplepyscripts
Collection of various python script's.
Stars: ✭ 67 (-50%)
Mutual labels:  fun
Russian Roulette
🍀 You want to push your luck? ... Go ahead and try your best with this CLI russian roulette! 💥
Stars: ✭ 92 (-31.34%)
Mutual labels:  fun
Generative Designs
A collection of generative design React components
Stars: ✭ 51 (-61.94%)
Mutual labels:  fun
Python and the web
Build Bots, Scrape a website or use an API to solve a problem.
Stars: ✭ 114 (-14.93%)
Mutual labels:  fun
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+665.67%)
Mutual labels:  fun
Funvideocrop
Freely painted area in a video, the software will automatically be cut out.
Stars: ✭ 87 (-35.07%)
Mutual labels:  fun
Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (-2.24%)
Mutual labels:  fun
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+8688.06%)
Mutual labels:  fun
Achievibit
Github Gamification - Achievements system as a GitHub WebHook.
Stars: ✭ 93 (-30.6%)
Mutual labels:  fun

whatthecommit

An unoffical command client to fetch a random and silly commit message from whatthecommit.com.

For the sources of whatthecommit.com see https://github.com/ngerakines/commitment

FAQ

Is it useful?

Yeah, sure, I mean it's perfect for those cases where you haven't committed a change in ages and feel too important to use git add -i, so git commit -am "$(whatthecommit)" to the rescue 😉

How do I install it?

To get up and running as fast as possbile run

# installs to /usr/local/bin/whatthecommit
curl -L https://github.com/lwe/whatthecommit/raw/master/whatthecommit >/usr/local/bin/whatthecommit
chmod 0755 /usr/local/bin/whatthecommit

Are there any options?

Sure, check whatthecommit -h for usage and options.

Do I need this? / Alternatives

No, whatthecommit.com provides since some time a plain text interface at https://whatthecommit.com/index.txt - so a good alternative would be to create something like:

# .bashrc / .zshrc or whatever
function whatthecommit() {
  curl --silent --fail https://whatthecommit.com/index.txt
}

...or how about a git alias?

# From https://github.com/ngerakines/commitment/issues/69#issuecomment-91053061
git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'

Thanks to m13253 for the index.txt trick.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].