No description
Find a file
mow b7d024bde2 docs: correct feature status for SVG and PDF
Both SVG and PDF support are prepared in code structure but
not yet functionally implemented. They currently show 1x1
placeholder images. Moved to 'Planned Features' section with
proper status documentation.
2026-01-15 18:32:18 +01:00
docs docs: correct feature status for SVG and PDF 2026-01-15 18:32:18 +01:00
i18n/en feat(ui): add header toolbar with navigation and transform buttons 2026-01-14 18:53:36 +01:00
resources chore: refactoring 2026-01-14 17:16:25 +01:00
src chore: suppress dead_code warnings for future features 2026-01-15 18:21:50 +01:00
.gitignore chore: initial commit 2026-01-07 20:22:49 +01:00
Cargo.lock fix(config): use XDG picture directory as default 2026-01-14 21:03:06 +01:00
Cargo.toml fix(config): use XDG picture directory as default 2026-01-14 21:03:06 +01:00
i18n.toml chore: initial commit 2026-01-07 20:22:49 +01:00
justfile Fix: correct metainfo path, icon destination, add post-install 2026-01-08 20:49:54 +01:00
LICENSE chore: initial commit 2026-01-07 20:22:49 +01:00
README.md docs: reorganize documentation 2026-01-15 06:20:00 +01:00
rustfmt.toml chore: initial commit 2026-01-07 20:22:49 +01:00

Noctua

An image viewer application for the COSMIC™ desktop

Screenshot

Installation

A justfile is included by default for the [casey/just][just] command runner.

  • just builds the application with the default just build-release recipe
  • just run builds and runs the application
  • just install installs the project into the system
  • just vendor creates a vendored tarball
  • just build-vendored compiles with vendored dependencies from that tarball
  • just check runs clippy on the project to check for linter warnings
  • just check-json can be used by IDEs that support LSP

Documentation

License

GPL-3.0-or-later