Chris Lane
daa43d3867
feat: implements filter on -l
...
Implements filtering by pattern with `-l`. Resolves #504 .
2019-11-20 18:55:43 -05:00
Chris Lane
a7067279df
v3.1.1
...
Bumps version to `3.1.1`.
2019-11-19 19:59:45 -05:00
Chris Lane
879e8f2be4
chore: trivial copy change in docopt.txt
2019-11-16 09:23:45 -05:00
Chris Lane
eab3c14f1f
fix: broken logline in --search
...
Resolves a malformed logging statement in `cmd_search` which would never
actually write to stderr.
2019-11-16 09:18:45 -05:00
Chris Lane
9a6130b6b7
feat: --rm and --tags
...
- Implements the `--rm` command (#483 )
- Implements the `--tags` command (#484 )
- Bumps version to `3.1.0`
2019-11-16 09:18:32 -05:00
Chris Lane
aeaf01e1de
feat: implements --tags
...
Implements `--tags`, which lists all tags in use.
2019-11-14 21:56:11 -05:00
Chris Lane
09c29a322f
chore: bumps version to 3.0.7
2019-11-12 19:16:21 -05:00
Chris Lane
50dc3c8b29
fix: resolves #498
...
Resolves an issue whereby background colors were written to the terminal
output when colorization was applied.
2019-11-07 20:24:08 -05:00
Chris Lane
e08a4f3cec
chore: bumps version to 3.0.5
2019-11-07 20:00:57 -05:00
Chris Lane
d6ebe0799d
fix: repairs broken config unit-tests
...
Repairs the `config` unit-tests which were broken with `3.0.4`. It does
so by providing a simple switch that allows us to disable the resolution
of filesystem symlinks when running tests.
2019-11-07 19:59:18 -05:00
Chris Lane
e7a1a296e3
chore: version bump
...
Version bump to `3.0.4`.
2019-11-05 19:19:17 -05:00
exploide
4f8431a600
fixed some cli option typos
2019-11-05 15:53:21 +01:00
Chris Lane
33ac3d34d1
fix: removed colorization on non-tty
...
Fixes a bug whereby `cheat` would apply ANSI colorization even when
outputting into a non-TTY.
2019-10-29 19:47:56 -04:00
Chris Lane
10af84dc10
chore: bump version
...
Bumps the version to `3.0.2`.
2019-10-28 19:44:08 -04:00
Chris Lane
d19f0e1c5d
chore: deprecates bin/deps.sh
...
- Deprecates `bin/deps.sh`. It was rendered obsolete with 217566, and
the introduction of a `go.mod` file.
- Fixes two minor typos in the buld scripts.
- Bumps the version to `3.0.1`.
2019-10-27 10:26:24 -04:00
Chris Lane
e5114a3e76
Re-wrote from scratch in Golang
...
- Re-implemented the project in Golang, and deprecated Python entirely
- Implemented several new, long-requested features
- Refactored cheatsheets into a separate repository
2019-10-20 10:02:28 -04:00