https://github.com/roysti10/paperazzi
A simple TUI to search Research Papers
https://github.com/roysti10/paperazzi
research-paper semantic-scholar tui tui-rs
Last synced: 5 months ago
JSON representation
A simple TUI to search Research Papers
- Host: GitHub
- URL: https://github.com/roysti10/paperazzi
- Owner: roysti10
- License: apache-2.0
- Created: 2022-10-27T13:52:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T14:24:47.000Z (over 2 years ago)
- Last Synced: 2025-01-02T01:13:47.134Z (6 months ago)
- Topics: research-paper, semantic-scholar, tui, tui-rs
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Paperazzi
A simple TUI to search Research Papers# Usage
## Install
### Download from Github
Go to [Releases](https://github.com/lucasace/paperazzi/releases/latest) 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
```Example
```
paperazzi "GAN"
```## Download a paper
```
paperazzi -d
```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