Releases: ImSingee/kitty
Releases · ImSingee/kitty
v0.1.0-alpha.1
Changelog
- e5d93f9 add README
- 4a9cff4 add tests
- eb4526c implement core logic
- 0392d84 lint-staged: add noArgs option to command
- c2bf432 lint-staged: add note for not support windows now
- 21604e8 lint-staged: config support "files" as top-level key
- 520e634 lint-staged: generate tasks
- c29c04c lint-staged: generateTaskForCommand: add PostRun to hide task if success
- 44b822c lint-staged: generateTaskForCommand: implement for task
- 438fea4 lint-staged: implement almost all preparation for running tasks
- 4cbda1f lint-staged: implement applyModifications task
- bffc6f4 lint-staged: pass relative path to command and support customize the behaviour
- 46f0ef7 lint-staged: print command output if error or verbose
- 87e1cde lint-staged: support --verbose and --shell
- 7794fe4 lint-staged: support kitty config
- 213245e lint-staged: use tl enable to dynamically control tasks
- e1695aa support omit
.kitty/
prefix in add/set - fad6bea temp commit for lint-staged and tl
- 4e7c4cc tl: hide empty TaskList
- 149dc6c tl: ignore signals and stdin
- 1c1896c tl: support PostRun and result
- b3b9f18 tl: support dynamically enable task
- 50d402d tl: support hide task