Skip to content

Commit 956073b

Browse files
committed
Add demo gif to README for visual representation
1 parent db5e4fe commit 956073b

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
>A Zsh plugin for managing Git worktrees with fzf integration.
44
5+
![Demo](assets/demo.gif)
6+
57
## Features
68

79
- Interactive worktree management with fzf integration
@@ -62,24 +64,11 @@ This project includes a comprehensive test suite. To run the tests:
6264
```bash
6365
# Run all tests
6466
./tests/run_tests.zsh
65-
66-
# Run specific test suite
67-
./tests/run_tests.zsh -s unit # Run only unit tests
68-
./tests/run_tests.zsh -s init # Run only init command tests
69-
./tests/run_tests.zsh -s new # Run only new command tests
7067
```
7168

72-
### Test Structure
73-
74-
- **Unit tests** - Test helper functions (trim, cwd_is_git_repo, make_temp_dir)
75-
- **Integration tests** - Test each subcommand (init, new, list, remove, branch)
76-
- **Test framework** - Simple assertion-based testing with colored output
77-
78-
Tests run in isolated temporary directories to ensure safety and reproducibility.
79-
8069
## Acknowledgments
8170

82-
This project was inspired by [3rd/work](https://github.com/3rd/work) and [this blog post](https://sushichan044.hateblo.jp/entry/2025/06/06/003325).
71+
This project was based on [3rd/work](https://github.com/3rd/work) and inspired by [this blog post](https://sushichan044.hateblo.jp/entry/2025/06/06/003325).
8372

8473
## License
8574

assets/demo.gif

2.02 MB
Loading

0 commit comments

Comments
 (0)