Commit 4bab975
committed
Add PathSearch component
- New PatchSearch component
- Allow user to define base directory for search
- Show (using single select list) search results
- Allow user to define search string
- Implement algorithms(start with exact-match and fuzzy-match) from fuzzy search tool (fzf)
- Sample "component path search" and change "component path" to "component path input"
- Fixes #5561 parent 267c0e6 commit 4bab975
File tree
26 files changed
+3605
-5
lines changed- spring-shell-core
- src
- main
- java/org/springframework/shell
- component
- support
- style
- support/search
- resources/org/springframework/shell/component
- test/java/org/springframework/shell
- component
- support
- style
- support/search
- spring-shell-management
- spring-shell-samples/src/main/java/org/springframework/shell/samples/standard
26 files changed
+3605
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments