GitXplorerGitXplorer
s

git-fortune

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
69ef3e18506aa67fdc812854f1588828ea4e7448

Update for 0.0.4 release

ssirosen committed 6 years ago
Unverified
f98b1d730967dfccf3f097c18975ae659b4e886b

Make the tip boxes more suitable for MOTD

ssirosen committed 6 years ago
Unverified
d4b880229b92d3cd1e637e7595c2f664a319fe9d

Fix linting errors

ssirosen committed 6 years ago
Unverified
6c4e73eaea8c8510aba63171e6c44690e6905213

Add a handful more tips

ssirosen committed 6 years ago
Unverified
7ac3e4f31d3839af2913e1c5924ab4d4a587cbf0

Fix Windows line ending treatment

ssirosen committed 6 years ago
Unverified
b0341726e0532c6953b5747b192948d1d890f197

Mark v0.0.3 for release

ssirosen committed 6 years ago

README

The README file for this repository.

.. image:: https://travis-ci.com/sirosen/git-fortune.svg?branch=master :alt: build status :target: https://travis-ci.com/sirosen/git-fortune

.. image:: https://img.shields.io/pypi/v/git-fortune.svg :alt: Latest Released Version :target: https://pypi.org/project/git-fortune

.. image:: https://img.shields.io/pypi/pyversions/git-fortune.svg :alt: Supported Python Versions :target: https://pypi.org/project/git-fortune

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :alt: License :target: https://opensource.org/licenses/Apache-2.0

git-fortune

A fortune-like program which shows git tips.

Installation

Install via pip install git-fortune.

I recommend installing with --user and then adding the install location to your PATH. For example::

pip install --user git-fortune
echo 'export PATH="$PATH:$HOME/.local/bin"' >> "$HOME/.bashrc"  # or equivalent

Usage

Get a random git tip::

git-fortune

or::

git fortune

Testing, Development, and Contributing

Go to the CONTRIBUTING <https://github.com/sirosen/git-fortune/blob/master/CONTRIBUTING.adoc>_ guide for detail.