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
- Host: GitHub
- URL: https://github.com/Sethispr/pola
- Owner: Sethispr
- License: mit
- Created: 2025-02-14T03:20:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-20T00:56:04.000Z (6 months ago)
- Last Synced: 2026-03-06T21:42:02.287Z (4 months ago)
- Topics: crossterm, fuzzy-matching, ratatui, roblox, rust, serde, terminal, terminal-app, terminal-based, tui, tui-app
- Language: Rust
- Homepage: https://sethispr.github.io/pola/
- Size: 2.67 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README-crates.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - pola - A TUI for efficiently searching skins, checking values and finding owners in Silent Assassin. (<a name="online"></a>Online search and resources)
- awesome-cli-apps - pola - A TUI for efficiently searching skins, checking values and finding owners in Silent Assassin. (<a name="online"></a>Online search and resources)
README
Rust TUI for searching all known skins in SA faster!
## 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
```

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
| 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 |