git-quick-add 0.3.0

Quickly add your files with the command `qa` using the interactive terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# git-quick-add

## A shortcut to adding your files

Just run `qa` and select the files you want to `git add` using the interactive menu.

![Video demonstrating use of `qa`](assets/example.gif)

## Config

Create `~/.config/git-quick-add/config.toml` and add:

```toml
uppercase = true
```

When `uppercase` is `true`, the branch-derived `reference_id` in the commit message is converted to uppercase.