Swap columns in git-repositories.csv

This commit is contained in:
Markus Fleschutz 2021-05-22 16:23:04 +02:00
parent 88be39e8c6
commit 99858afd9f

View File

@ -1,20 +1,20 @@
URL,Directory
"https://github.com/abishekvashok/cmatrix", "cmatrix"
"https://github.com/commonmark/cmark", "cmark"
"https://github.com/elastic/elasticsearch", "elasticsearch"
"https://github.com/fleschutz/CWTS", "CWTS"
"https://github.com/fleschutz/OSMA", "OSMA"
"https://github.com/fleschutz/PowerShell", "PowerShell"
"https://github.com/fleschutz/LSS", "LSS"
"https://github.com/fleschutz/base256unicode", "base256unicode"
"https://github.com/grafana/grafana", "grafana"
"https://github.com/Kitware/CMake", "cmake"
"https://github.com/llvm/llvm-project", "llvm"
"git://github.com/ninja-build/ninja.git", "ninja"
"https://github.com/protocolbuffers/protobuf", "protobuf"
"https://github.com/smartmontools/smartmontools", "smartmontools"
"https://github.com/synesthesiam/voice2json", "voice2json"
"https://github.com/tensorflow/tensorflow", "tensorflow"
"https://github.com/TinyCC/tinycc", "tinycc"
"https://github.com/opencv/opencv", "opencv"
"https://github.com/openzfs/zfs", "zfs"
Directory,URL
"base256unicode", "https://github.com/fleschutz/base256unicode"
"cmake", "https://github.com/Kitware/CMake"
"cmatrix", "https://github.com/abishekvashok/cmatrix"
"cmark", "https://github.com/commonmark/cmark"
"CWTS", "https://github.com/fleschutz/CWTS"
"elasticsearch", "https://github.com/elastic/elasticsearch"
"grafana", "https://github.com/grafana/grafana"
"llvm", "https://github.com/llvm/llvm-project"
"ninja", "git://github.com/ninja-build/ninja.git"
"opencv", "https://github.com/opencv/opencv"
"OSMA", "https://github.com/fleschutz/OSMA"
"PowerShell", "https://github.com/fleschutz/PowerShell"
"LSS", "https://github.com/fleschutz/LSS"
"protobuf", "https://github.com/protocolbuffers/protobuf"
"smartmontools", "https://github.com/smartmontools/smartmontools"
"tensorflow", "https://github.com/tensorflow/tensorflow"
"tinycc", "https://github.com/TinyCC/tinycc"
"voice2json", "https://github.com/synesthesiam/voice2json"
"zfs", "https://github.com/openzfs/zfs"

1 Directory URL
2 cmatrix base256unicode https://github.com/abishekvashok/cmatrix https://github.com/fleschutz/base256unicode
3 cmark cmake https://github.com/commonmark/cmark https://github.com/Kitware/CMake
4 elasticsearch cmatrix https://github.com/elastic/elasticsearch https://github.com/abishekvashok/cmatrix
5 CWTS cmark https://github.com/fleschutz/CWTS https://github.com/commonmark/cmark
6 OSMA CWTS https://github.com/fleschutz/OSMA https://github.com/fleschutz/CWTS
7 PowerShell elasticsearch https://github.com/fleschutz/PowerShell https://github.com/elastic/elasticsearch
8 LSS grafana https://github.com/fleschutz/LSS https://github.com/grafana/grafana
9 base256unicode llvm https://github.com/fleschutz/base256unicode https://github.com/llvm/llvm-project
10 grafana ninja https://github.com/grafana/grafana git://github.com/ninja-build/ninja.git
11 cmake opencv https://github.com/Kitware/CMake https://github.com/opencv/opencv
12 llvm OSMA https://github.com/llvm/llvm-project https://github.com/fleschutz/OSMA
13 ninja PowerShell git://github.com/ninja-build/ninja.git https://github.com/fleschutz/PowerShell
14 protobuf LSS https://github.com/protocolbuffers/protobuf https://github.com/fleschutz/LSS
15 smartmontools protobuf https://github.com/smartmontools/smartmontools https://github.com/protocolbuffers/protobuf
16 voice2json smartmontools https://github.com/synesthesiam/voice2json https://github.com/smartmontools/smartmontools
17 tensorflow https://github.com/tensorflow/tensorflow
18 tinycc https://github.com/TinyCC/tinycc
19 opencv voice2json https://github.com/opencv/opencv https://github.com/synesthesiam/voice2json
20 zfs https://github.com/openzfs/zfs