Commit 024e179
committed
perf(claude): optimize file suggestion script by removing jq and sort
- replace jq with sed for json parsing to reduce subprocess overhead
- remove unnecessary sort -u since fzf --filter doesn't duplicate results
- maintains identical functionality with lower resource usage1 parent 38cee80 commit 024e179
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
0 commit comments