Metadata-Version: 2.1
Name: qwd
Version: 0.5.0b0
Summary: A shortcut to perform Git operations
Author-email: Nicholas Valentinus <nicho@scapeville.com>
License: MIT
Project-URL: Repository, https://github.com/nvfp/QWD
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

make `git rev-list --count HEAD` easy to type by just calling it `qwd q`.

## Safe commands

type | to do
---  | ---
`qwd q` | `git rev-list --count HEAD`
`qwd qw` | `git branch`
`qwd w` | `git log -3`
`qwd wd` | `git diff --cached`

## Destructive commands

type | to do 
---  | ---
`qwd qwd` | I made some changes, but I don't remember what I did. Create a commit for me.

## Installing

via PyPI, run `pip install qwd`.
