File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Freckles] is backed by a [ Git] repository located at ` ~/.local/share/freckles ` .
4
4
5
+ With ` init ` an new one is created.
6
+
5
7
``` go
6
8
{{#include ../../../../cmd/freckles/cmd/init.go :command}}
7
9
```
10
12
11
13
## Clone
12
14
13
- Completion for the ` --clone ` flag is provided by [ ActionRepositorySearch] .
15
+ Alternatively an existing remote repository can be cloned with the ` --clone ` flag.
16
+
17
+ Completion for it is provided by [ ActionRepositorySearch] .
14
18
15
19
``` go
16
20
{{#include ../../../../cmd/freckles/cmd/init.go :flagcompletion}}
@@ -49,8 +53,15 @@ Completion for the `--clone` flag is provided by [ActionRepositorySearch].
49
53
> }
50
54
> ` ` `
51
55
> ! [](./init/macro.cast)
56
+ >
57
+ > Note that for performance reasons only the first 100 search results are presented.
58
+ > Fast response times are important which limits what can be done in [Carapace].
59
+ >
60
+ > [Tabdance] will provide a solution for this in the future.
52
61
53
- [Actions]:https://carapace-sh.github.io/carapace/carapace/action.html
54
62
[ActionRepositorySearch]:https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions/tools/git#ActionRepositorySearch
63
+ [Actions]:https://carapace-sh.github.io/carapace/carapace/action.html
64
+ [Carapace]:https://carapace.sh
55
65
[Freckles]:https://github.com/rsteube/freckles
56
66
[Git]:https://git-scm.com/
67
+ [Tabdance]:https://tab.dance
You can’t perform that action at this time.
0 commit comments