Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IngvarX/Camelot
Camelot is cross-platform file manager written in C#
https://github.com/IngvarX/Camelot
avalonia camelot commander cross-platform csharp csharp-code dotnet file-manager linux macos twin-panel windows
Last synced: 1 day ago
JSON representation
Camelot is cross-platform file manager written in C#
- Host: GitHub
- URL: https://github.com/IngvarX/Camelot
- Owner: IngvarX
- License: gpl-3.0
- Created: 2020-03-21T20:48:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T10:04:20.000Z (10 months ago)
- Last Synced: 2024-11-05T06:42:33.485Z (3 days ago)
- Topics: avalonia, camelot, commander, cross-platform, csharp, csharp-code, dotnet, file-manager, linux, macos, twin-panel, windows
- Language: C#
- Homepage: https://gitter.im/IngvarX-Camelot/community
- Size: 13.3 MB
- Stars: 506
- Watchers: 22
- Forks: 45
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Camelot
Camelot is light cross-platform twin-panel file manager written in C#
[![Stars](https://img.shields.io/github/stars/IngvarX/Camelot.svg?style=for-the-badge)](https://github.com/IngvarX/Camelot/stargazers)
[![Open issues](https://img.shields.io/github/issues/IngvarX/Camelot.svg?style=for-the-badge)](https://github.com/IngvarX/Camelot/issues)
[![Forks](https://img.shields.io/github/forks/IngvarX/Camelot.svg?style=for-the-badge)](https://github.com/IngvarX/Camelot/forks)
[![License](https://img.shields.io/github/license/IngvarX/Camelot?style=for-the-badge)](https://raw.githubusercontent.com/IngvarX/Camelot/master/LICENSE.md)
[![Build Status](https://img.shields.io/travis/com/IngvarX/Camelot?style=for-the-badge)](https://travis-ci.com/github/IngvarX/Camelot)
[![Codecov](https://img.shields.io/codecov/c/github/IngvarX/Camelot?style=for-the-badge)](https://codecov.io/gh/IngvarX/Camelot)
[![Gitter](https://img.shields.io/gitter/room/IngvarX/Camelot?style=for-the-badge)](https://gitter.im/IngvarX-Camelot/community)
[![Release](https://img.shields.io/github/v/release/IngvarX/Camelot?style=for-the-badge)](https://github.com/IngvarX/Camelot/releases)
[![C#](https://img.shields.io/github/languages/top/IngvarX/Camelot?style=for-the-badge)](https://github.com/IngvarX/Camelot/search?l=c%23)## Supported OS: Linux, macOS, Windows
## Install
Download release from [releases page](https://github.com/IngvarX/Camelot/releases)
For more info check [installation documentation](/docs/INSTALL.md)
## Build
.NET 6 SDK is required.
```
git clone https://github.com/IngvarX/Camelot.git
cd Camelot
dotnet restore
dotnet build --no-restore
dotnet run --project src/Camelot/Camelot.csproj
```For publishing instructions please check [scripts](/scripts/) directory.
## Screenshots
![Camelot on Ubuntu](/docs/Ubuntu.png)
*Camelot on Ubuntu*![Camelot on Macos](/docs/Macos.png)
*Camelot on Macos*![Camelot on Windows](/docs/Windows.png)
*Camelot on Windows*## Translate
## Credits
UI designed by [pkrasicki](https://github.com/pkrasicki)
Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)
Translations hosted by [Weblate](https://hosted.weblate.org/)