You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can install via:
188
191
@@ -192,14 +195,14 @@ cargo install git-find
192
195
193
196
Note that rust version *1.26.0* or later is required.
194
197
195
-
### <aname='Frombinaries'></a>From binaries
198
+
### From binaries
196
199
197
200
*!! Experimental !!*
198
201
199
202
The [release page](https://github.com/davidb/git-find/releases) includes precompiled binaries for Linux, macOS and Windows.
200
203
201
-
* download archives for your OS
202
-
* unarchive it, and move the executable into the PATH
204
+
- download archives for your OS
205
+
- unarchive it, and move the executable into the PATH
203
206
204
207
```sh
205
208
tar -xzvf git-find_0.3.2-x86_64-unknown-linux-gnu.tar.gz
@@ -208,7 +211,7 @@ mv git-find $HOME/bin
208
211
rm git-find_0.2.2-linux.tar.gz
209
212
```
210
213
211
-
### <aname='Fromsource'></a>From source
214
+
### From source
212
215
213
216
```sh
214
217
git clone https://github.com/davidB/git-find
@@ -224,30 +227,30 @@ cargo test
224
227
cargo install
225
228
```
226
229
227
-
## <aname='Relatedandsimilar'></a>Related and similar
230
+
## Related and similar
228
231
229
232
Some tools to help management of multi repository
230
233
But not the same features, else no need to re-do.
231
234
232
-
### <aname='Informations'></a>Informations
235
+
### Informations
233
236
234
-
*[peap/git-global: Keep track of all your git repositories.](https://github.com/peap/git-global) (I quickly look at the source to estimate my contribution to add features, but the "potentials" changes are too many and could change the goal usage of the tool)
235
-
*[totten/git-scan: CLI tool for scanning/updating git repos](https://github.com/totten/git-scan/)
236
-
*[fboender/multi-git-status: Show uncommitted, untracked and unpushed changes for multiple Git repos](https://github.com/fboender/multi-git-status)
237
+
-[peap/git-global: Keep track of all your git repositories.](https://github.com/peap/git-global) (I quickly look at the source to estimate my contribution to add features, but the "potentials" changes are too many and could change the goal usage of the tool)
238
+
-[totten/git-scan: CLI tool for scanning/updating git repos](https://github.com/totten/git-scan/)
239
+
-[fboender/multi-git-status: Show uncommitted, untracked and unpushed changes for multiple Git repos](https://github.com/fboender/multi-git-status)
*[gr - A tool for managing multiple git repositories](http://mixu.net/gr/)
241
-
*[mu-repo](http://fabioz.github.io/mu-repo/), Tool to help working with multiple git repositories (short for Multiple Repositories).
242
-
*[mr](http://myrepos.branchable.com/) which is a tool to manage all your version control repositories.
243
-
*[Repo command reference | Android Open Source Project](https://source.android.com/setup/develop/repo)
244
-
*[jiri - Git at Google](https://fuchsia.googlesource.com/jiri/)
245
-
*[mateodelnorte/meta](https://github.com/mateodelnorte/meta) tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
246
-
*[nosarthur/gita: Manage multiple git repos side by side for sanity](https://github.com/nosarthur/gita)
243
+
-[gr - A tool for managing multiple git repositories](http://mixu.net/gr/)
244
+
-[mu-repo](http://fabioz.github.io/mu-repo/), Tool to help working with multiple git repositories (short for Multiple Repositories).
245
+
-[mr](http://myrepos.branchable.com/) which is a tool to manage all your version control repositories.
246
+
-[Repo command reference | Android Open Source Project](https://source.android.com/setup/develop/repo)
247
+
-[jiri - Git at Google](https://fuchsia.googlesource.com/jiri/)
248
+
-[mateodelnorte/meta](https://github.com/mateodelnorte/meta) tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
249
+
-[nosarthur/gita: Manage multiple git repos side by side for sanity](https://github.com/nosarthur/gita)
247
250
248
-
## <aname='TODO'></a>TODO
251
+
## TODO
249
252
250
-
* find a rust template engine that support calling method (getter) on current field (or contribute to gtmpl as it's a feature of go template)
251
-
* internally use stream / queue instead of Vector
252
-
* build linux binary with musl (see https://github.com/emk/rust-musl-builder)
253
-
* optimize
253
+
- find a rust template engine that support calling method (getter) on current field (or contribute to gtmpl as it's a feature of go template)
254
+
- internally use stream / queue instead of Vector
255
+
- build linux binary with musl (see [rust-musl-builder](https://github.com/emk/rust-musl-builder))
0 commit comments