1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-08 22:36:49 +02:00

Add dev doc for busy/idle tracking

This commit is contained in:
Jesse Duffield
2023-07-08 22:15:28 +10:00
parent fdee0e1497
commit 9e79ee5fe3
6 changed files with 95 additions and 2 deletions

4
docs/dev/README.md Normal file
View File

@ -0,0 +1,4 @@
# Dev Documentation Overview
* [Busy/Idle tracking](./Busy.md).
* [Integration Tests](../../pkg/integration/README.md)