https://github.com/xiaoxigua-1/xpixiv
pixiv downloader
https://github.com/xiaoxigua-1/xpixiv
cli cross-platform downloader linux macos pixiv pixiv-downloader rust tui tui-rs windows
Last synced: 8 months ago
JSON representation
pixiv downloader
- Host: GitHub
- URL: https://github.com/xiaoxigua-1/xpixiv
- Owner: xiaoxigua-1
- License: mit
- Created: 2023-03-24T15:22:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T15:47:13.000Z (about 3 years ago)
- Last Synced: 2024-10-10T15:01:43.300Z (over 1 year ago)
- Topics: cli, cross-platform, downloader, linux, macos, pixiv, pixiv-downloader, rust, tui, tui-rs, windows
- Language: Rust
- Homepage:
- Size: 905 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XPixiv
This a simple pixiv downloader
## Features
- Cross-platform (Linux, macOS, Windows)
- Asynchronous IO operations to avoid UI locking
- Have command-line interface and Text-based user interface
## Installation
### Binary releases
- Download x-pixiv-(VERSION)-(ARCH)-(PLATFORM).(zip|tar.gz) from [latest release](https://github.com/xiaoxigua-1/XPixiv/releases/latest) and unpack to a new folder
### Cargo
```bash
cargo install x-pixiv
```
### Arch Linux
```bash
yay install x-pixiv-bin
```
### Ubuntu
#### Amd64
```bash
wget https://github.com/xiaoxigua-1/XPixiv/releases/download/latest/x-pixiv_0.1.6_amd64.deb
sudo apt install ./x-pixiv_0.1.6_amd64.deb
```
#### Arch64
```bash
wget https://github.com/xiaoxigua-1/XPixiv/releases/download/latest/x-pixiv_0.1.6_arm64.deb
sudo apt install ./x-pixiv_0.1.6_arm64.deb
```
## CLI
Input `x-pixiv -h` show help.


## TUI
Open x-pixiv

