Skip to content

Better desktop image folder preview experience.

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
LICENSE-CC-BY-NC-SA
Notifications You must be signed in to change notification settings

ChiNoel-osu/FolderThumbnailExplorer

Repository files navigation

Folder Thumbnail Explorer

Revised version of the custom file explorer(https://github.com/ChiNoel-osu/NETCoreWPFTest/tree/master/LocalFileExplorer). Written in C# WPF/.NET 8.

CodeFactor

What this does

  • It shows the first image in a folder as that folder's thumbnail (if there is one).
  • It also comes with a photo viewer that shows images in a folder.

Why this

  • It's simple and small.
  • Uses WPF so you can resize it however you want.
  • Comes with the following features:
    1. Favorite directories.
    2. Favorite folders.
    3. A photo viewer that gets the job done.
    4. Image caching system that doesn't rape your harddrive.
    5. Multi-Language support. (Currently zh-CN and en-US, it's fairly easy to add languages.)

What needs to be done

  • A better UI and UX.
  • More shortcuts.
  • Fix bugs.
  • And more....Please post an issue.

Very sfw screenshots

A screenshot of the software's main page. A screenshot of the Photo Viewer.

Copyright Statement

While the code is licensed under the AGPL-3.0 license. The compiled application (or software) is licensed under the CC BY-NC-SA 4.0 license. You can freely share the application to wherever you like, for NonCommercial purposes only. Meaning that you cannot sell the application, or redistribute the appcation behind some kind of pay wall. The application should remain absolutely free for everyone.