1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/scripts
Stefan Haller 7af371701d Use go:generate for generating cheatsheets
This has several benefits:
- it's less code
- we're using the same mechanism to generate all our auto-generated files, so if
  someone wants to add a new one, it's clear which pattern to follow
- we can re-generate all generated files with a single command
  ("go generate ./...", or "make generate")
- we only need a single check on CI to check that all files are up to date (see
  previous commit)
2023-09-29 20:38:29 +02:00
..
bisect.sh update comments 2022-08-13 13:55:08 +10:00
bump_gocui.sh remove old integration test recording code 2023-03-24 18:42:11 +11:00
bump_lazycore.sh add bump lazycore script 2022-10-09 08:47:38 -07:00
bump_modules.sh
check_filenames.sh enforce lowercase filenames 2023-04-29 13:05:05 +10:00
record_demo.sh Add demo test variant 2023-07-31 22:33:04 +10:00
run_integration_tests.sh Add script to run integration tests 2023-07-10 15:09:17 +02:00