SkyCD is a program for indexing your files in CDs and CDs also. All indexing information is saved in text files, so anyone can edit or view with existing text editor/viewer. You can also send these files to your friends & they will know what CD you have.
License: BSD-2-Clause.
New development is done in the main stack only.
Primary entrypoints:
- solution:
SkyCD.slnx - CI workflow:
.github/workflows/ci.yml - architecture docs:
docs/architecture/
Useful local commands:
dotnet restore SkyCD.slnx
dotnet build SkyCD.slnx --configuration Release
dotnet test SkyCD.slnx --configuration Release
dotnet format SkyCD.slnx --verify-no-changesLegacy VB.NET/WinForms code is archived for reference/migration and is non-default for new feature work.
