Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schctl/doseer
Graphical file manager
https://github.com/schctl/doseer
file-manager gui iced rust
Last synced: 2 months ago
JSON representation
Graphical file manager
- Host: GitHub
- URL: https://github.com/schctl/doseer
- Owner: schctl
- License: apache-2.0
- Created: 2023-01-02T16:26:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T11:19:12.000Z (about 1 year ago)
- Last Synced: 2024-10-04T22:12:53.131Z (3 months ago)
- Topics: file-manager, gui, iced, rust
- Language: Rust
- Homepage:
- Size: 966 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doseer
A file manager which aims to be _pretty_, _powerful_ and _painless_ to use.
Just an excuse to play around with some UI code.
**Components**
- [doseer_core](./crates/core/):
core functionality (non-UI stuff)
- [doseer_iced_ext](./crates/iced_ext/):
extra widgets/components implemented for iced
- [doseer_colorschemes](./crates/colorschemes/):
a custom colorschemes abstraction for styling iced applications
- [doseer_icon_loader](./crates/icon_loader/):
cross-platform library to help with loading appropriate icons for file types