Chris Allen Lane
883a17092f
Merge pull request #606 from chrisallenlane/4.2.0
...
4.2.0
2020-11-28 11:27:09 -05:00
Chris Lane
4f2a57fce8
fix(view): whitespace corrections
...
- Fix bug whereby `--all` flag would conflict with pager
- Fix whitespace inconsistencies among view and search outputs
2020-11-28 11:18:16 -05:00
Chris Lane
ecc96c64f9
refactor(installer): externalize installer
...
Move installation-related code out of `main.go` and into a new
`installer.Run` method.
2020-11-28 10:32:37 -05:00
Chris Lane
a81dd96ff4
fix: rename display.go
...
Rename `display.go` to `write.go`. (I forgot to do this previously.)
2020-11-27 23:05:02 -05:00
Chris Lane
fb538baba5
chore(version): bump to 4.2.0
2020-11-27 22:57:25 -05:00
Chris Lane
1a7b5c6127
feat(display): make Faint
respect Colorize
...
Make `display.Faint` respect the `Colorize` config value.
2020-11-27 22:50:55 -05:00
Chris Lane
cdddfbb516
chore: rename display.Display
...
Rename `display.Display` to `display.Write` for clarity and to reduce
"stutter".
2020-11-27 22:35:24 -05:00
Chris Lane
4ef4c35d8c
feat(search): search all cheatpaths
...
Update the search function. It now searches all cheatpaths all the time,
as if `--all` were implicitly passed.
2020-11-27 22:31:16 -05:00
Chris Lane
a58294859e
chore: spelling
...
`s/pathSheets/pathsheets/g` in `cmd_list` for consistency elsewhere.
2020-11-27 22:26:14 -05:00
Chris Lane
606092e288
feat(search): improve search output formatting
...
Improve the search output formatting.
2020-11-27 17:06:02 -05:00
Chris Lane
233a9de1aa
feat: implement --all
flag
...
Implement an `--all` flag that can be used to view cheatsheets on all
chaetpaths. (Resolves #548 )
2020-11-27 16:39:34 -05:00
Chris Lane
aa16f68620
feat(display): add methods to display
...
- Add `indent`, `faint`, and `underline` methods to `display`
- Add tests for the above
2020-11-27 16:14:33 -05:00
Chris Lane
367673d5d9
chore(dependencies): update dependencies
...
Run `make vendor-update`.
2020-11-27 09:51:39 -05:00
Chris Lane
08fb9e11a9
feat(Makefile): add vendor-update
...
Add `vendor-update` target to `Makefile`, which updates all dependencies
to their newest versions.
2020-11-27 09:50:11 -05:00
Chris Lane
3f4d4bddb2
feat(tests): add unit-tests
...
Add unit-tests for `sheets.Load`.
2020-11-11 19:33:31 -05:00
Chris Allen Lane
6c6753b35c
Merge pull request #599 from chrisallenlane/issue-597
...
fix: update installation instructions in README
2020-11-07 18:56:37 -05:00
Chris Lane
0718b606e1
fix(README): clarify installation verbiage
...
Update the installation verbiage in the `README` for clarity
(issue #597 ).
2020-11-07 18:48:24 -05:00
Chris Lane
857119b443
feat(Docker): create development Docker image
...
- Create Docker image to be used for experimentation during development
- Create targets in `Makefile` pertaining to the above
2020-11-07 18:47:24 -05:00
Chris Allen Lane
f421483eea
Merge pull request #596 from chrisallenlane/v4.1.1
...
v4.1.1
2020-11-03 18:32:25 -05:00
Chris Lane
4adddbf504
chore: bump version to v4.1.1
2020-11-03 18:05:46 -05:00
Chris Lane
b9c86b6975
chore(dependencies): update dependencies
2020-11-03 17:59:56 -05:00
Chris Lane
0b21ccf6f8
feat(tests): improve test coverage
2020-11-03 17:29:49 -05:00
Chris Allen Lane
a3ad8c5101
Merge pull request #595 from chrisallenlane/codeql
...
feat: integrate CodeQL build action
2020-11-01 10:51:38 -05:00
Chris Lane
bacb74929a
feat: integrate CodeQL build action
2020-11-01 10:47:25 -05:00
Chris Allen Lane
82e1c27494
Merge pull request #588 from chrisallenlane/bare-tag
...
feat: implement `cheat -t` shorthand
2020-09-05 09:05:09 -04:00
Chris Lane
45beeb2edb
chore: bump version to 4.1.0
2020-09-05 08:56:51 -04:00
Chris Lane
c2c479b36c
feat: support -t
shorthand
...
Make `cheat -t <tag>` function as a shorthand for `cheat -l -t <tag>`.
2020-09-02 17:17:44 -04:00
Chris Allen Lane
cb0243e7fc
Merge pull request #580 from ryaanwells/patch-1
...
Fixing "cheetsheet" typo in README.md
2020-08-23 15:25:55 -04:00
Ryan Wells
e5d04d41ea
Fixing "cheetsheet" typo in tags_test.go
2020-08-21 15:45:49 +01:00
Ryan Wells
2474ea4fb1
Fixing "cheetsheet" typo in README.md
2020-08-18 14:53:15 +01:00
Chris Allen Lane
7467c9fbc0
Merge pull request #578 from chrisallenlane/v4.0.3
...
chore: update dependencies
2020-08-08 13:45:10 -04:00
Chris Lane
dfba3da003
chore: update dependencies
2020-08-08 10:29:29 -04:00
Chris Allen Lane
ad7ad64a75
Merge pull request #573 from chrisallenlane/linux-conf
...
fix(config): add /etc/cheat config path
2020-07-11 08:12:04 -04:00
Chris Lane
c4dcfd5da0
fix(config): add /etc/cheat config path
...
Add `/etc/cheat/conf.yml` to default config paths. See #568 for context.
2020-07-09 18:28:10 -04:00
Chris Allen Lane
278a5d9154
Merge pull request #570 from cheat/v4.0.1
...
fix(search): fix pagination error
2020-06-30 07:26:30 -04:00
Chris Lane
9fa0c466fd
fix(search): fix pagination error
...
Fix the paginator when used in combination with the `-s` (search)
subcommand. Previously, it would not behave as intended, because `cheat`
was writing to `stdout` at inappropriate times.
2020-06-30 07:21:21 -04:00
Chris Allen Lane
4e9b2928b3
Merge pull request #569 from chrisallenlane/dev
...
v4.0.0
2020-06-25 19:05:37 -04:00
Chris Lane
fa5eb44be8
chore: bump version to 4.0.0
2020-06-25 18:53:27 -04:00
Chris Lane
49afd7c16b
feat: modify return codes
...
Modify exit codes. `cheat` now returns an exit code value `2` on errors
pertaining to a cheatsheet not being found.
BREAKING CHANGE
2020-06-25 18:38:03 -04:00
Chris Lane
59d5c96c24
feat(pagination): implement paginated output
...
Implement a `pager` config option. If configured, `cheat` will
automatically pipe output through the configured pager (where
appropriate).
2020-06-25 18:21:51 -04:00
Chris Allen Lane
8e602b0e93
Merge pull request #563 from chrisallenlane/3.10.1
...
feat(makefile): support 32-bit systems
2020-05-14 20:11:14 -04:00
Chris Lane
fb04cb1fcd
feat(makefile): support 32-bit systems
...
- Update the `Makefile` to additionally output a 386 binary (#562 )
- Update the dependencies (#561 )
- Bump version
2020-05-14 20:02:35 -04:00
Chris Allen Lane
d42726101e
Merge pull request #560 from cheat/3.10.0
...
3.10.0
2020-05-11 20:20:09 -04:00
Chris Lane
93b3a711f5
chore: bump version to 3.10.0
2020-05-11 20:15:26 -04:00
Chris Lane
9c3d41c8bd
Merge branch 'syohex-syohex/improve-completion' into 3.10.0
2020-05-11 20:13:58 -04:00
Chris Lane
4eeec6c868
chore(deps): resolve dependency conflict
2020-05-11 20:12:28 -04:00
dependabot-preview[bot]
1b17ab1914
chore(deps): bump github.com/alecthomas/chroma from 0.7.1 to 0.7.3
...
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma ) from 0.7.1 to 0.7.3.
- [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.7.1...v0.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 07:20:59 +00:00
Shohei YOSHIDA
477650ee44
Improve zsh completion
2020-04-12 11:03:08 +09:00
Chris Allen Lane
c4dd3b52fd
Merge pull request #554 from chrisallenlane/master
...
v3.9.0
2020-04-07 18:59:18 -04:00
Chris Lane
e8a0ea0dc3
chore(version): bump version to 3.9.0
2020-04-07 18:50:00 -04:00