1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/docs
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
..
dev Support mp4 videos for demos 2023-08-02 22:21:25 +10:00
keybindings Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Config.md Change the default of the "gui.borders" config to "rounded" 2023-09-09 10:42:24 +02:00
Custom_Command_Keybindings.md Add more worktree tests 2023-07-30 18:35:23 +10:00
Custom_Pagers.md Fix keybinding for editing config file 2023-09-04 16:52:30 +02:00
README.md Add documentation for working with stacked branches 2023-07-31 08:34:01 +02:00
Searching.md Add filtering docs 2023-07-03 12:54:14 +10:00
Stacked_Branches.md Add documentation for working with stacked branches 2023-07-31 08:34:01 +02:00
Undoing.md Add undo demo 2023-08-12 16:15:50 +10:00