Added my-backups and my-settings repos

This commit is contained in:
Markus Fleschutz 2024-07-31 19:36:09 +02:00
parent 6d019cb983
commit 8275603fdf
2 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,8 @@ jhead, "EXIF tool", "https://github.com/Matthias-Wandel/jhead",
leon, "personal assistant", "https://github.com/leon-ai/leon", master, yes,
llvm, "compiler", "https://github.com/llvm/llvm-project", main, yes,
LSS, "math tool", "git@github.com:fleschutz/LSS.git", main, yes,
my-backups, "backup tool", "git@github.com:fleschutz/my-backups.git", main, yes,
my-settings, "settings", "git@github.com:fleschutz/my-settings.git", main, yes,
ninja, "build tool", "https://github.com/ninja-build/ninja", master, yes,
opencv, "dev lib", "https://github.com/opencv/opencv", master, yes,
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", main, yes,
@ -25,4 +27,4 @@ tensorflow, "AI tool", "https://github.com/tensorflow/tensorfl
terminal, "desktop tool", "https://github.com/microsoft/terminal", main, yes,
tinycc, "compiler", "https://github.com/TinyCC/tinycc", mob, yes,
voice2json, "voice tool", "https://github.com/synesthesiam/voice2json", master, yes,
zfs, "filesystem tool", "https://github.com/openzfs/zfs", master, yes,
zfs, "filesystem tool", "https://github.com/openzfs/zfs", master, yes,
1 FOLDERNAME CATEGORY URL BRANCH SHALLOW
13 leon personal assistant https://github.com/leon-ai/leon master yes
14 llvm compiler https://github.com/llvm/llvm-project main yes
15 LSS math tool git@github.com:fleschutz/LSS.git main yes
16 my-backups backup tool git@github.com:fleschutz/my-backups.git main yes
17 my-settings settings git@github.com:fleschutz/my-settings.git main yes
18 ninja build tool https://github.com/ninja-build/ninja master yes
19 opencv dev lib https://github.com/opencv/opencv master yes
20 PowerShell script collection git@github.com:fleschutz/PowerShell.git main yes
27 terminal desktop tool https://github.com/microsoft/terminal main yes
28 tinycc compiler https://github.com/TinyCC/tinycc mob yes
29 voice2json voice tool https://github.com/synesthesiam/voice2json master yes
30 zfs filesystem tool https://github.com/openzfs/zfs master yes

View File

@ -24,8 +24,8 @@ try {
& git --version
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
Write-Host "⏳ (2) Reading data/popular-repositories.csv... " -noNewline
$table = Import-CSV "$PSScriptRoot/../data/popular-repositories.csv"
Write-Host "⏳ (2) Reading data/popular-repos.csv... " -noNewline
$table = Import-CSV "$PSScriptRoot/../data/popular-repos.csv"
$total = $table.count
Write-Host "$total repos"