#paper #tui #semantic-scholar

bin+lib paperazzi

A simple TUI to search Research Papers

2 releases

0.1.1 Nov 7, 2022
0.1.0 Nov 4, 2022

#32 in #paper

33 downloads per month

Apache-2.0

25KB
589 lines

Paperazzi

A simple TUI to search Research Papers

Crates.io badge

Usage

Install

Download from Github

Go to Releases and download the latest binary/executable

For Linux the binary is paperazzi

For windows the executable is paperazzi.exe

and Run as

./paperazzi in Linux

./paperazzi.exe in Windows

From Cargo

cargo install paperazzi

Build Manually

cargo build

For Linux the binary is target/debug/paperazzi

For Windows the exe is target/debug/paperazzi.exe

Run Paperazzi

paperazzi <your query>

Example

paperazzi "GAN"

Download a paper

paperazzi -d <doi url>

Example

paperazzi -d https://doi.org/10.1109/ICCV.2017.405

Options

See paperazzi --help for a list of options

License

Apache License 2.0

Dependencies

~10–25MB
~380K SLoC