{"id":35478024,"url":"https://github.com/osdodo/picordm","last_synced_at":"2026-01-13T22:56:10.644Z","repository":{"id":327938641,"uuid":"1111065853","full_name":"osdodo/picordm","owner":"osdodo","description":"A lightweight, high-performance Redis terminal client.","archived":false,"fork":false,"pushed_at":"2026-01-09T10:15:27.000Z","size":1156,"stargazers_count":63,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T22:55:57.924Z","etag":null,"topics":["cli","ratatui","redis-client","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osdodo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-06T07:41:56.000Z","updated_at":"2026-01-09T10:15:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/osdodo/picordm","commit_stats":null,"previous_names":["osdodo/picordm"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/osdodo/picordm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdodo%2Fpicordm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdodo%2Fpicordm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdodo%2Fpicordm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdodo%2Fpicordm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osdodo","download_url":"https://codeload.github.com/osdodo/picordm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdodo%2Fpicordm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","ratatui","redis-client","rust","tui"],"created_at":"2026-01-03T13:12:46.313Z","updated_at":"2026-01-13T22:56:10.638Z","avatar_url":"https://github.com/osdodo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PicoRDM\n\n[English](README.md) | [简体中文](README_CN.md)\n\nA lightweight, high-performance Redis terminal client built with Rust and Ratatui.\n\n\u003cpicture\u003e\n \u003cimg alt=\"screenshot\" src=\"screenshots/1.jpg\"\u003e\n\u003c/picture\u003e\n\n## Features\n\n- **High Performance** - Minimal memory footprint with native Rust performance\n- **Connection Management** - Multi-connection support with TLS/SSL and Redis Cluster\n- **Key Operations** - Browse, search, filter, and manage keys with full data type support\n- **Real-time Monitoring** - Live server statistics and metrics\n- **Command Execution** - Direct Redis command interface\n- **Data Migration** - JSON-based import/export for all Redis data types\n- **Customizable UI** - Dark/Light themes with transparency control\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew install osdodo/picordm/picordm\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/osdodo/picordm.git\ncd picordm\ncargo build --release\n./target/release/picordm\n```\n\n## Quick Start\n\n### Connection Setup\n\nPress `i` to import connection from clipboard. Supports both standalone and cluster modes with automatic name generation.\n\n**Standalone Mode:**\n```bash\nredis://localhost:6379\nrediss://user:pass@host:6380\nredis-cli -u rediss://user:pass@host:6380 --tls --sni host\n```\n\n**Cluster Mode:**\n```bash\nredis://node1:6379,node2:6379,node3:6379\nredis-cli -c -h 127.0.0.1 -p 6379\n```\n\nPress `Tab` in the connection form to toggle between modes. See [Cluster Documentation](docs/CLUSTER.md) for setup details.\n\n### Key Bindings\n\n| Key | Action |\n|-----|--------|\n| `\u003e` | Command mode |\n| `/` | Search keys |\n| `Esc` | Exit mode |\n| `Ctrl+t` | Switch connection |\n| `Ctrl+e` | Export data |\n| `Ctrl+l` | Import data |\n| `Ctrl+n` | Switch database |\n| `Ctrl+p` | Settings |\n| `F5` | Refresh stats |\n\n**Text Selection:** Hold `Option/Alt` (macOS) or `Shift` (Linux/Windows) while selecting text, then copy using standard shortcuts.\n\n## Documentation\n\n- [Keybindings](docs/KEYBINDINGS.md) - Complete keyboard shortcuts reference\n- [Cluster Setup](docs/CLUSTER.md) - Redis Cluster configuration guide\n- [Import/Export](docs/IMPORT_DATA.md) - Data import/export format details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdodo%2Fpicordm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosdodo%2Fpicordm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdodo%2Fpicordm/lists"}