cheat/internal/sheet
Christopher Allen Lane def8985dcd fix: Windows support
Fix an issue whereby the installer installed cheatsheets into the wrong
directory on Windows. This occurred because previously `path.Join` was
used where `path/filepath.Join` should have been used.

This matters, because the former always uses `/` as the path separator,
whereas the latter will use `/` or `\` as is appropriate for the
runtime environment.

This should resolve bullet point 4 in #665.
2022-07-04 16:55:57 -04:00
..
colorize.go chore: DRY out colorization code 2020-02-15 16:11:15 -05:00
colorize_test.go feat(tests): improve test coverage 2020-11-03 17:29:49 -05:00
copy.go fix: Windows support 2022-07-04 16:55:57 -04:00
copy_test.go feat: implement `--all` flag 2020-11-27 16:39:34 -05:00
search.go feat: issue #260 2020-02-15 15:56:25 -05:00
search_test.go feat: issue #260 2020-02-15 15:56:25 -05:00
sheet.go feat: implement `--all` flag 2020-11-27 16:39:34 -05:00
sheet_test.go feat: implement `--all` flag 2020-11-27 16:39:34 -05:00
tagged.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
tagged_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00