mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-23 18:25:54 +02:00
Update clone-repos.ps1
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
GROUP, FOLDERNAME, BRANCH, FULL, URL
|
||||
Dev, base256unicode, main, no, "git@github.com:fleschutz/base256unicode.git"
|
||||
Dev, bazel, master, no, "git@github.com:bazelbuild/bazel.git"
|
||||
Dev, cmake, master, no, "git@github.com:Kitware/CMake.git"
|
||||
Fun, cmatrix, master, no, "git@github.com:abishekvashok/cmatrix.git"
|
||||
Tool, cmark, master, no, "git@github.com:commonmark/cmark.git"
|
||||
Dev, CWTS, master, no, "git@github.com:fleschutz/CWTS.git"
|
||||
Math, CSS, main, no, "git@github.com:chikitpao/CSS.git"
|
||||
Tool, elasticsearch, main, no, "git@github.com:elastic/elasticsearch.git"
|
||||
Tool, go-ipfs, master, no, "git@github.com:ipfs/go-ipfs.git"
|
||||
Tool, grafana, main, no, "git@github.com:grafana/grafana.git"
|
||||
Tool, jhead, master, no, "git@github.com:Matthias-Wandel/jhead"
|
||||
Tool, leon, master, no, "git@github.com:leon-ai/leon.git"
|
||||
Dev, llvm, master, no, "git@github.com:llvm/llvm-project.git"
|
||||
Math, LSS, master, no, "git@github.com:fleschutz/LSS.git"
|
||||
Dev, ninja, master, no, "git@github.com:ninja-build/ninja.git"
|
||||
Libs, opencv, master, no, "git@github.com:opencv/opencv.git"
|
||||
Tool, operating-systems, main, no, "git@github.com:fleschutz/operating-systems.git"
|
||||
Shell, PowerShell, master, no, "git@github.com:fleschutz/PowerShell.git"
|
||||
Shell, pwsh, master, no, "git@github.com:PowerShell/PowerShell.git"
|
||||
Dev, protobuf, main, no, "git@github.com:protocolbuffers/protobuf.git"
|
||||
Dev, rust, master, no, "git@github.com:rust-lang/rust.git"
|
||||
Tool, smartmontools, master, no, "git@github.com:smartmontools/smartmontools.git"
|
||||
Tool, talk2windows, main, no, "git@github.com:fleschutz/talk2windows.git"
|
||||
Tool, tensorflow, master, no, "git@github.com:tensorflow/tensorflow.git"
|
||||
Tool, terminal, main, no, "git@github.com:microsoft/terminal.git"
|
||||
Dev, tinycc, mob, no, "git@github.com:TinyCC/tinycc.git"
|
||||
Tool, voice2json, master, no, "git@github.com:synesthesiam/voice2json.git"
|
||||
Tool, zfs, master, no, "git@github.com:openzfs/zfs.git"
|
||||
FOLDERNAME, CATEGORY, BRANCH, FULL, URL
|
||||
base256unicode, dev tool, main, no, "git@github.com:fleschutz/base256unicode.git"
|
||||
bazel, build tool, master, no, "git@github.com:bazelbuild/bazel.git"
|
||||
cmake, build tool, master, no, "git@github.com:Kitware/CMake.git"
|
||||
cmatrix, CLI fun, master, no, "git@github.com:abishekvashok/cmatrix.git"
|
||||
cmark, tool, master, no, "git@github.com:commonmark/cmark.git"
|
||||
CWTS, dev tool, master, no, "git@github.com:fleschutz/CWTS.git"
|
||||
CSS, math tool, main, no, "git@github.com:chikitpao/CSS.git"
|
||||
elasticsearch, search tool, main, no, "git@github.com:elastic/elasticsearch.git"
|
||||
go-ipfs, tool, master, no, "git@github.com:ipfs/go-ipfs.git"
|
||||
grafana, visualization, main, no, "git@github.com:grafana/grafana.git"
|
||||
jhead, EXIF tool, master, no, "git@github.com:Matthias-Wandel/jhead"
|
||||
leon, personal assistant, master, no, "git@github.com:leon-ai/leon.git"
|
||||
llvm, compiler, master, no, "git@github.com:llvm/llvm-project.git"
|
||||
LSS, math, master, no, "git@github.com:fleschutz/LSS.git"
|
||||
ninja, build tool, master, no, "git@github.com:ninja-build/ninja.git"
|
||||
opencv, lib, master, no, "git@github.com:opencv/opencv.git"
|
||||
operating-systems, collection, main, no, "git@github.com:fleschutz/operating-systems.git"
|
||||
PowerShell, collection, master, no, "git@github.com:fleschutz/PowerShell.git"
|
||||
pwsh, shell, master, no, "git@github.com:PowerShell/PowerShell.git"
|
||||
protobuf, dev, main, no, "git@github.com:protocolbuffers/protobuf.git"
|
||||
rust, compiler, master, no, "git@github.com:rust-lang/rust.git"
|
||||
smartmontools, SSD/HDD tool, master, no, "git@github.com:smartmontools/smartmontools.git"
|
||||
talk2windows, tool, main, no, "git@github.com:fleschutz/talk2windows.git"
|
||||
tensorflow, tool, master, no, "git@github.com:tensorflow/tensorflow.git"
|
||||
terminal, desktop tool, main, no, "git@github.com:microsoft/terminal.git"
|
||||
tinycc, compiler, mob, no, "git@github.com:TinyCC/tinycc.git"
|
||||
voice2json, tool, master, no, "git@github.com:synesthesiam/voice2json.git"
|
||||
zfs, tool, master, no, "git@github.com:openzfs/zfs.git"
|
||||
|
|
Reference in New Issue
Block a user