Skip to content

Lej77/pdf-reader-gpui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-reader-gpui

This is a GUI program that renders PDF files.

The GUI is implemented using gpui: "A fast, productive UI framework for Rust from the creators of Zed".

Usage

  • Build a release version locally using cargo build --release then run target/release/pdf-reader-gpui.exe.
  • Or download a precompiled executable from the latest GitHub release.
  • When developing use: cargo run

cargo install

You can use cargo install to easily build from source without manually cloning the repo:

cargo install --git https://github.com/Lej77/pdf-reader-gpui.git

You can use cargo-binstall to easily download the precompiled executables from a GitHub release:

cargo binstall --git https://github.com/Lej77/pdf-reader-gpui.git pdf-reader-gpui

After installing you can update the program using nabijaczleweli/cargo-update: A cargo subcommand for checking and applying updates to installed executables:

cargo install-update --git pdf-reader-gpui

# OR update all installed programs:
cargo install-update --git --all

You can uninstall uisng:

 cargo uninstall pdf-reader-gpui

References

Alternatives

There are some other Rust projects that can be used to view PDF files:

License

This project is released under Apache License (Version 2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A PDF reader implemented in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages