A universal CLI tool for quickpreview functionality on macOS, Linux, and Windows, implemented in Rust with Nix for dependency management.
- Cross-platform support (macOS, Linux, Windows)
- Fullscreen mode (with -f cli flag)
- Multi-file navigation with arrow keys (linux)
- macOS: Native Quicklook
- Linux: Sushi (GNOME)
- Windows: Quicklook
- Install Nix: https://nixos.org/download.html
- Clone and build:
git clone <repository-url> cd quickpreview_wrapper nix-shell cargo build --release
- Run:
./target/release/quickpreview_wrapper [-f] <file_path1> [file_path2] ...
- Right/Left arrows: Navigate files
- Esc: Exit preview
Enter dev environment: nix-shell
Run: nix-build
GNU General Public License v3.0
Note: This license applies only to the Quickpreview Wrapper, not to the underlying preview tools it interacts with.