Update clone-repos.ps1

This commit is contained in:
Markus Fleschutz
2022-12-28 12:42:15 +01:00
parent 4f4638b2fb
commit 49d0a726d3
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,28 @@
GROUP, FOLDERNAME, BRANCH, FULL, URL
Dev, base256unicode, main, no, "git@github.com:fleschutz/base256unicode"
Dev, bazel, master, no, "git@github.com:bazelbuild/bazel"
Dev, cmake, master, no, "git@github.com:Kitware/CMake"
Fun, cmatrix, master, no, "git@github.com:abishekvashok/cmatrix"
Tool, cmark, master, no, "git@github.com:commonmark/cmark"
Dev, CWTS, master, no, "git@github.com:fleschutz/CWTS"
Math, CSS, main, no, "git@github.com:chikitpao/CSS"
Tool, elasticsearch, main, no, "git@github.com:elastic/elasticsearch"
Tool, go-ipfs, master, no, "git@github.com:ipfs/go-ipfs"
Tool, grafana, main, no, "git@github.com:grafana/grafana"
Tool, leon, master, no, "git@github.com:leon-ai/leon"
Dev, llvm, master, no, "git@github.com:llvm/llvm-project"
Math, LSS, master, no, "git@github.com:fleschutz/LSS"
Dev, ninja, master, no, "git@github.com:ninja-build/ninja"
Libs, opencv, master, no, "git@github.com:opencv/opencv"
Tool, operating-systems, main, no, "git@github.com:fleschutz/operating-systems"
Shell, PowerShell, master, no, "git@github.com:fleschutz/PowerShell"
Shell, pwsh, master, no, "git@github.com:PowerShell/PowerShell"
Dev, protobuf, main, no, "git@github.com:protocolbuffers/protobuf"
Dev, rust, master, no, "git@github.com:rust-lang/rust"
Tool, smartmontools, master, no, "git@github.com:smartmontools/smartmontools"
Tool, talk2windows, main, no, "git@github.com:fleschutz/talk2windows.git"
Tool, tensorflow, master, no, "git@github.com:tensorflow/tensorflow"
Tool, terminal, main, no, "git@github.com:microsoft/terminal"
Dev, tinycc, mob, no, "git@github.com:TinyCC/tinycc"
Tool, voice2json, master, no, "git@github.com:synesthesiam/voice2json"
Tool, zfs, master, no, "git@github.com:openzfs/zfs"
1 GROUP FOLDERNAME BRANCH FULL URL
2 Dev base256unicode main no git@github.com:fleschutz/base256unicode
3 Dev bazel master no git@github.com:bazelbuild/bazel
4 Dev cmake master no git@github.com:Kitware/CMake
5 Fun cmatrix master no git@github.com:abishekvashok/cmatrix
6 Tool cmark master no git@github.com:commonmark/cmark
7 Dev CWTS master no git@github.com:fleschutz/CWTS
8 Math CSS main no git@github.com:chikitpao/CSS
9 Tool elasticsearch main no git@github.com:elastic/elasticsearch
10 Tool go-ipfs master no git@github.com:ipfs/go-ipfs
11 Tool grafana main no git@github.com:grafana/grafana
12 Tool leon master no git@github.com:leon-ai/leon
13 Dev llvm master no git@github.com:llvm/llvm-project
14 Math LSS master no git@github.com:fleschutz/LSS
15 Dev ninja master no git@github.com:ninja-build/ninja
16 Libs opencv master no git@github.com:opencv/opencv
17 Tool operating-systems main no git@github.com:fleschutz/operating-systems
18 Shell PowerShell master no git@github.com:fleschutz/PowerShell
19 Shell pwsh master no git@github.com:PowerShell/PowerShell
20 Dev protobuf main no git@github.com:protocolbuffers/protobuf
21 Dev rust master no git@github.com:rust-lang/rust
22 Tool smartmontools master no git@github.com:smartmontools/smartmontools
23 Tool talk2windows main no git@github.com:fleschutz/talk2windows.git
24 Tool tensorflow master no git@github.com:tensorflow/tensorflow
25 Tool terminal main no git@github.com:microsoft/terminal
26 Dev tinycc mob no git@github.com:TinyCC/tinycc
27 Tool voice2json master no git@github.com:synesthesiam/voice2json
28 Tool zfs master no git@github.com:openzfs/zfs