Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celestialcrafter/fenlu
Simple and Extensible all-purpose media organizer inspired by qimgv
https://github.com/celestialcrafter/fenlu
cross-platform image-viewer linux qt qt6 windows
Last synced: 4 months ago
JSON representation
Simple and Extensible all-purpose media organizer inspired by qimgv
- Host: GitHub
- URL: https://github.com/celestialcrafter/fenlu
- Owner: CelestialCrafter
- License: mpl-2.0
- Created: 2024-08-27T10:37:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T21:16:31.000Z (4 months ago)
- Last Synced: 2024-11-01T22:19:43.606Z (4 months ago)
- Topics: cross-platform, image-viewer, linux, qt, qt6, windows
- Language: Rust
- Homepage:
- Size: 937 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fenlu
simple and extensible all-purpose media organizer inspired by qimgv
## dependencies
### build dependencies - fenlu
- qt6
- pkg-config
- g++
- [rust](https://www.rust-lang.org/)### runtime dependencies - fenlu
- qt6
## faq
Q: what does fenlu mean?
A: it was a random name that i translated to chinese
and means "journal entry" (according to google translate atleast)
so i took it as: this application being the journal, and the media your entries!Q: how do i script this?
A: any binary, shell script, .py, or .js file
can be placed in the `scripts/` folder
and be added to config.whitelisted_scripts
the protocol for scripts is defined in `src/protocol`