Skip to content

File manager for cloud storages. Created using ReactiveUI, ReactiveUI.Fody and Avalonia. Uses Azure Pipelines CI.

License

Notifications You must be signed in to change notification settings

sandboxa13/Camelotia

 
 

Repository files navigation

Compiling

Build Status Pull Requests Issues License Size

The app runs on Windows, Linux and MacOS. Make sure you have latest .NET Core SDK installed.

# Linux or MacOS shell
git clone https://github.com/worldbeater/Camelotia
cd Camelotia/Camelotia.Presentation.Avalonia
dotnet run

On Windows, run the ./run.bat file.

Adding Custom Providers

File system providers are located at ./Camelotia.Services/Providers/. To add a custom file system provider, you need to create a separate class and implement the IProvider interface. It'll get integrated into the UI automagically.

Technologies and Tools Used

About

File manager for cloud storages. Created using ReactiveUI, ReactiveUI.Fody and Avalonia. Uses Azure Pipelines CI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%