dorisoy / JayaFileManager

Jaya File Manager is a .NET Core based cross platform file manager application which runs on Windows, Mac and Linux. Its goal is very simple, "Allow browsing and managing of several file systems simultaneously using a single application which should work and look alike on all desktop platforms it supports.".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JayaFM Logo

Jaya File Manager (JayaFM)

Build status Gitter Chat GitHub stars GitHub forks MIT license Donate

Table Of Contents

About The Project

Jaya File Manager is a .NET Core based cross platform file manager application which runs on Windows, Mac and Linux. Its goal is very simple, "Allow browsing and managing of several file systems simultaneously using a single application which should work and look alike on all desktop platforms it supports.".

Application is designed to be plug-able from the ground up i.e. anyone with experience of working with .NET Core will be able to add support for any new storage service by implementing a simple plugin. Support for below mentioned storage services are complete (or planned) as of now. If you would like addition of more storage services, please raise request here.

  • File System
  • Dropbox
  • Google Drive
  • Apple iCloud Drive (help wanted)
  • Microsoft OneDrive
  • Box
  • IDrive
  • SugarSync
  • pCloud
  • Media Fire
  • FTP/SFTP
  • Amazon S3
  • Azure Blob Storage

This project is in early beta at the moment so it's not suitable for general use.

Built Using

This project would have not existed without the availbility of below mentioned fantastic frameworks and tools.

Screenshots

Main Window

Light Theme Main Window

Dark Theme Main Window

Options UI (WIP)

Light Theme Options UI

Dark Theme Options UI

Plugins UI (WIP)

Light Theme Plugins UI

Dark Theme Plugins UI

Roadmap

See the open issues and project boards for list of proposed features (and known issues). You are more than welcome to make feature requests and lodge any bugs you encounter.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

If you are a .NET Core developer then you can develop plugins to support additional storage services or squash any existing bugs. You may also add new features or work on the ones which are not yet implemented.

A designer! Not a problem, create new vector icons and images for the UI. Suggestions and improvements in UX are also welcome.

None of the above, you can still buy the core contributors coffee or donate funds to procure Mac for development here.

Getting Started (Technical)

Technical users with programming experience can try things out, just open the project in Visual Studio 2017 IDE or Visual Studio 2019 IDE and run it in 'Debug' mode. Follow below mentioned steps to show your love and support towards project growth.

  1. Fork the Project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

Distributed under The 3-Clause BSD License. See here for more information.

This is an amazing and clever thing by @imnew2game - it's a *cross platform file explorer application* for Windows, Mac and Linux written in .NET Core/C# and Avalonia! https://github.com/nullvoid-creations/Jaya SWEET. It's fun to see how people build things like this.

— Scott Hanselman (@shanselman) October 22, 2019

About

Jaya File Manager is a .NET Core based cross platform file manager application which runs on Windows, Mac and Linux. Its goal is very simple, "Allow browsing and managing of several file systems simultaneously using a single application which should work and look alike on all desktop platforms it supports.".

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 94.1%Language:PowerShell 4.0%Language:Inno Setup 1.9%