An open API service indexing awesome lists of open source software.

https://github.com/Sethispr/pola

Silent Assassin TUI to efficiently search skins, check values and find owners. Built with Ratatui
https://github.com/Sethispr/pola

crossterm fuzzy-matching ratatui roblox rust serde terminal terminal-app terminal-based tui tui-app

Last synced: 3 months ago
JSON representation

Silent Assassin TUI to efficiently search skins, check values and find owners. Built with Ratatui

Awesome Lists containing this project

README

          


Rust TUI for searching all known skins in SA faster!


demo

## Installation

Option 1: [Install (pola.exe)](https://github.com/Sethispr/pola/releases/tag/v0.1.1-beta) from the Github Release page. (Windows Only)

Option 2: Install the latest stable versions of [Rust](https://www.rust-lang.org/tools/install) and [Git](https://git-scm.com/downloads/win) first.

1. Clone the repository:

```bash
git clone https://github.com/sethispr/pola
cd yourdirectory/pola
```

2. Run the application

```bash
cargo run --release
```

Option 3: You can also install the `pola` package directly using Cargo:

1. Install the package

```bash
cargo install pola --locked
```

2. Run the application

```bash
pola
```

Crates.io Download Badge

If installing isn't your thing, feel free to look at the [Online Demo](https://sethispr.github.io/pola) or [Skin List](https://github.com/Sethispr/pola/blob/main/.github/SKIN.md)

## Cheat Sheet

Tags List


Outdated Demo v0.1.1-beta

| Tag | Description | Tag | Description |
|-----------------------|-------------------------------------|-----------------------|-------------------------------------|
| Event | Event skins | Bundle | Bundle skins |
| Code | Code-redeemed skins | Launch | Skins obtained from game launch |
| Case | Case skins | Red | Red skin rarity |
| Pink | Pink skin rarity | Teal | Teal skin rarity |
| 2022 | 2022 skins | 2023 | 2023 skins |
| 2024 | 2024 skins | 2025 | 2025 skins |
| Valentine | Valentine case skins | Birthday | Birthday case skins |
| Easter | Easter case skins | Summer | Summer case skins |
| Halloween | Halloween case skins | Christmas | Christmas case skins |
| Exquisite | Exquisite case skins | Animal | Skins from the Animal case |
| Camouflage | Skins from the Camouflage case | Future | Skins from the Future case |
| Material | Skins from the Material case | Nature | Skins from the Nature case |
| Pattern | Skins from the Pattern case | Refined | Skins from the Refined case |
| Gamenight | Code skins given on Gamenight | Special | Skins obtained for contributing |

Keybinds

| Bind | Description | Bind | Description |
|---------------------|--------------------------------|----------------------------|---------------------------------|
| ctrl+h | Show help | | Navigate results |
| | Accept suggestion | tab | Cycle suggestions |
| home/end | Go to first last result | ctrl+d | Toggle detailed view |
| ctrl+l | Clear search input | esc | Close TUI/Help |
| ctrl+y | Redo | ctrl+z | Undo |
| ctrl+f | Favorite/Undo Favorite | shift+f | Remove all favorites |