Skip to content

Commit 87b456b

Browse files
committed
tmp
1 parent a16a2d4 commit 87b456b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/src/freckles/cmd/init.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[Freckles] is backed by a [Git] repository located at `~/.local/share/freckles`.
44

5+
With `init` an new one is created.
6+
57
```go
68
{{#include ../../../../cmd/freckles/cmd/init.go:command}}
79
```
@@ -10,7 +12,9 @@
1012

1113
## Clone
1214

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].
1418

1519
```go
1620
{{#include ../../../../cmd/freckles/cmd/init.go:flagcompletion}}
@@ -49,8 +53,15 @@ Completion for the `--clone` flag is provided by [ActionRepositorySearch].
4953
> }
5054
> ```
5155
> ![](./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.
5261
53-
[Actions]:https://carapace-sh.github.io/carapace/carapace/action.html
5462
[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
5565
[Freckles]:https://github.com/rsteube/freckles
5666
[Git]:https://git-scm.com/
67+
[Tabdance]:https://tab.dance

0 commit comments

Comments
 (0)