Chris Lane
973a1f59ea
chore: version bump
...
Bumps version to `3.2.1`.
2019-11-24 12:03:26 -05:00
Chris Lane
3afea0972c
fix: colorization errors
...
- Corrects an error with `--search`. Previously, `--search` was not
aware of whether it was outputted to a TTY, and would apply colorization
at all times. This resulted in unwanted behavior when, for example,
piping search results into a paginator.
- Corrects an error with `--color`. Previously, `--color` would be
ignored if output was being written to a non-TTY. This made it
impossible, for example, to `cheat tar --color | less -R`, as
colorization would always be stripped. The behavior of `--color` has
been modified such that it now behaves similarly to `--color=always` in
other applications.
2019-11-23 13:47:08 -05:00
Chris Allen Lane
f86633ca1c
Merge pull request #511 from chrisallenlane/master
...
Resolves #504
2019-11-20 19:02:50 -05:00
Chris Lane
a01a3491a4
chore: version bump
...
Bumps version to 3.2.0.
2019-11-20 18:56:50 -05:00
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
e94a1e22df
chore: updates vendored dependencies
2019-11-20 18:55:24 -05:00
Chris Allen Lane
5046975a0f
Merge pull request #510 from cheat/dependabot/go_modules/gopkg.in/yaml.v2-2.2.7
...
chore(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
2019-11-20 18:53:54 -05:00
dependabot-preview[bot]
198156a299
chore(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 07:07:43 +00:00
Chris Lane
a7067279df
v3.1.1
...
Bumps version to `3.1.1`.
2019-11-19 19:59:45 -05:00
Stefan Cosma
a8e6fdb18a
Properly trim path separators on Windows
2019-11-20 01:10:19 +01:00
Chris Allen Lane
bbfa4efdb7
Merge pull request #508 from exploide/fish-autocompletion
...
fish autocompletion: updated to cheat 3.1.0
2019-11-17 18:12:41 -05:00
exploide
741ad91389
fish autocompletion: updated to cheat 3.1.0
2019-11-17 19:33:33 +01:00
Chris Allen Lane
573d43a7e6
Merge pull request #506 from chrisallenlane/3.1.0
...
3.1.0
2019-11-16 09:27:18 -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
0525b2331b
chore: updates vendored dependencies
...
Updates `alecthomas/chroma` and `gopkg.in/yaml.v2` to newer versions.
2019-11-12 19:03:59 -05:00
Chris Lane
27a4991a3a
feat: updates build scripts
...
Build scripts now invoke `go mod vendor` and `go mod tidy` early in the
build process, to ensure that the `vendor` directory stays consistent
with the `go.mod` et. al.
2019-11-12 19:02:42 -05:00
Chris Lane
4dda412dcb
Merge branch 'dependabot/go_modules/github.com/alecthomas/chroma-0.6.9'
2019-11-12 18:55:16 -05:00
Chris Lane
bfb60764ad
Merge branch 'master' into dependabot/go_modules/github.com/alecthomas/chroma-0.6.9
2019-11-12 18:54:02 -05:00
Chris Lane
3a97c680bb
Merge branch 'dependabot/go_modules/gopkg.in/yaml.v2-2.2.5'
2019-11-12 18:53:40 -05:00
dependabot-preview[bot]
edc0fe41ef
Bump github.com/alecthomas/chroma from 0.6.8 to 0.6.9
...
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma ) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/alecthomas/chroma/releases )
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml )
- [Commits](https://github.com/alecthomas/chroma/compare/v0.6.8...v0.6.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-12 23:42:53 +00:00
dependabot-preview[bot]
9e49bf8e9c
Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-12 23:42:30 +00: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
51aaaf3423
chore: removes the tj/front
dependency
...
Removes the `tj/front` dependency due to licensing concerns. See #490 .
2019-11-07 06:46:34 -05:00
Chris Lane
197ff58796
fix: comments out more broken tests
...
Comments out another test broken by `3.0.4`.
2019-11-05 20:02:16 -05:00
Chris Lane
b8f512aae8
fix: comments out broken test
...
Comments out a test that was broken with changes introduced in `3.0.4`.
2019-11-05 19:58:08 -05:00
Chris Lane
e7a1a296e3
chore: version bump
...
Version bump to `3.0.4`.
2019-11-05 19:19:17 -05:00
Chris Lane
f7c093bec0
fix: resolves #474
...
Resolves #474 , whereby `cheat` failed to resolve symlinks. The root
cause was that `path/filepath#Walk` simply does not resolve symlinks:
https://golang.org/pkg/path/filepath/#Walk
2019-11-05 19:08:40 -05:00
Chris Lane
c47b7f81aa
fix: file permissions
...
Set executable permission on `scripts/cheat-autocompletion.fish`.
2019-11-05 18:49:05 -05:00
Chris Lane
52081b97ac
Merge branch 'fish-completions' of github.com:exploide/cheat into exploide-fish-completions
2019-11-05 18:46:58 -05:00
Chris Lane
1dda796e7c
fix: resolves #492
...
Fixes an issue whereby hidden files (like `.DS_Store`) may be wrongly
loaded as cheatsheets.
2019-11-05 18:44:47 -05:00
exploide
67469b0afa
added cheat 3.x autocompletion file for fish shell, see #476
2019-11-05 17:29:32 +01:00
exploide
4f8431a600
fixed some cli option typos
2019-11-05 15:53:21 +01:00
Chris Lane
5301442f7c
chore: issue template labels
2019-11-04 18:43:52 -05:00
Chris Allen Lane
cd45efcdec
Update issue templates
2019-11-04 18:42:21 -05:00
Chris Lane
c31786fc5b
chore: updated the bug report template
2019-11-04 18:40:46 -05:00
Chris Allen Lane
934c36ad77
Update issue templates
2019-11-04 18:37:26 -05:00
Chris Allen Lane
2c0099c28a
Merge pull request #479 from zhujian0805/master
...
adding the cheat autocomplete script back :)
2019-11-04 18:12:12 -05: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
8d532bcdee
Merge branch 'add-travis-ci' of github.com:chenrui333/cheat into chenrui333-add-travis-ci
2019-10-28 19:41:23 -04:00
Chris Lane
a13ad99241
chore: modified build scripts
...
Modified build scripts to always use local vendoring, now that the
project contains a `vendor` directory.
2019-10-28 19:39:22 -04:00
Rui Chen
1a8345f326
Add travis build badge
2019-10-27 18:44:44 -04:00
Rui Chen
472e1f84f5
Add travis-ci
2019-10-27 18:31:16 -04:00
Rui Chen
659e0a8eff
Add vendor files for go build
2019-10-27 12:04:31 -04:00