{"id":50394094,"url":"https://github.com/evolver-dev/evolver-tools","last_synced_at":"2026-05-30T20:00:58.954Z","repository":{"id":361396861,"uuid":"1254306796","full_name":"evolver-dev/evolver-tools","owner":"evolver-dev","description":"Evolver CLI Tools — 27 zero-dependency Python CLI tools","archived":false,"fork":false,"pushed_at":"2026-05-30T13:44:43.000Z","size":441,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T14:07:22.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/evolver-dev.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":"2026-05-30T12:01:37.000Z","updated_at":"2026-05-30T13:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/evolver-dev/evolver-tools","commit_stats":null,"previous_names":["evolver-dev/evolver-tools"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/evolver-dev/evolver-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fevolver-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fevolver-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fevolver-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fevolver-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolver-dev","download_url":"https://codeload.github.com/evolver-dev/evolver-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolver-dev%2Fevolver-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33707328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-30T20:00:47.583Z","updated_at":"2026-05-30T20:00:58.944Z","avatar_url":"https://github.com/evolver-dev.png","language":"HTML","funding_links":[],"categories":["Development"],"sub_categories":["Devops"],"readme":"# EVOLVER Tools\n\n**50 essential CLI tools — one `pip install`.**\n\nZero-dependency (49/50), cross-platform, production-ready.\nSystems ops, data processing, dev tools, security, and creativity.\n~170KB total — one install, not 50.\n\n## Quick Start\n\n```bash\npip install evolver-tools\nevtool list             # Show all 50 tools\nevtool ff \u003c data.txt    # Fuzzy search through data\nevtool sysmon           # Launch system monitor\nevtool sort -n data.txt # Numeric sort\n```\n\n## Tools\n\n### Ops\n\n| Tool | Description | Selling point |\n|------|-------------|---------------|\n| **sysmon** | Real-time system monitor (curses TUI — CPU/mem/disk/net/processes) | See your server breathe |\n| **dirsize** | Recursive directory space analyzer | Find what's eating your disk |\n| **envcheck** | Environment variable validator (missing keys, formats) | Stop .env typos from breaking prod |\n| **portcheck** | TCP port scanner \u0026 service detection | Port open? Service running? |\n| **siege-lite** | HTTP load tester (concurrency, latency percentile) | How many req/s can your app handle? |\n| **http-live** | SSE hot-reload HTTP server for development | Edit code, see changes. No refresh. |\n| **ipinfo** | Public IP \u0026 geolocation lookup | Where's this server? |\n| **hashsum** | File hash verification (MD5/SHA-1/256/512/BLAKE2, auto-detect) | Verify downloads in one command |\n| **find-dups** | Find duplicate files by SHA256 hash, size, or name | Reclaim gigabytes |\n\n### Developer\n\n| Tool | Description | Selling point |\n|------|-------------|---------------|\n| **smellfinder** | Python code smell detector (AST-based, 10+ patterns) | Lint without pip install pylint |\n| **project-doctor** | Project health checker (meta, structure, quality) | Project checkup in one command |\n| **license-cli** | Open-source license generator/validator | License your repo instantly |\n| **markdown-check** | Markdown format validator \u0026 style checker | Docs that don't embarrass you |\n| **sqlite-cli** | SQLite query tool — CSV/JSON/table output | Query .db files without a GUI |\n| **b64** | Base64 encode/decode with auto-detection | Paste, pipe, done |\n| **jsonql** | Zero-dep JSON query tool (SQL-like syntax) | `jsonql \"SELECT name FROM data WHERE age \u003e 18\"` |\n| **jq-lite** | jq-style JSON query — filter, extract, transform | jq without installing jq |\n| **urlparse** | URL parser \u0026 debugger | What's in that URL? |\n| **colors** | 256-color table \u0026 HEX↔RGB conversion | Design that terminal theme |\n| **fmt** | Code/text formatter — trailing whitespace, EOF newline, indent | Clean files, one command |\n\n### Data \u0026 Analysis\n\n| Tool | Description | Selling point |\n|------|-------------|---------------|\n| **csv-stats** | CSV column analysis — histograms, frequencies, correlations | Understand your CSV in seconds |\n| **json2csv** | JSON to CSV converter with nested key flattening | API response → spreadsheet |\n| **chart-cli** | Terminal chart generator — bar, line, pie, histogram | Charts without leaving the terminal |\n| **cal** | Calendar \u0026 date calculator | What day is 45 days from now? |\n| **web-summary** | Web page content extractor (title, body, links) | Read the web from your terminal |\n| **yaml2json** | Convert YAML to JSON (zero dependencies, basic YAML subset) | Config files \\u2192 pipeable JSON |\n| **sort** | Line sorting — alpha, numeric, reverse, unique, by column | Sort data without `sort(1)` |\n\n### Productivity\n\n| Tool | Description | Selling point |\n|------|-------------|---------------|\n| **ff** | Interactive fuzzy finder (fzf, pure Python curses TUI) | Search files, history, anything |\n| **nb** | Command-line notebook (JSON storage, full-text search) | Notes in your terminal |\n| **ren** | Batch file renamer (prefix/suffix/regex/numbering) | Rename 100 files in one command |\n| **timer** | Countdown timer \u0026 stopwatch with desktop notifications | Pomodoro in your terminal |\n| **treedir** | Directory tree visualizer with depth control | `tree` on every OS |\n| **wordcount** | Enhanced word/char/line counter with language detection | wc on steroids |\n| **dt** | Date/time format converter (timestamps, timezones) | `dt 1735689600` → human date |\n\n### Security\n\n| Tool | Description | Selling point |\n|------|-------------|---------------|\n| **passgen** | Password generator with entropy display \u0026 charset rules | Generate passwords that don't suck |\n| **uuid** | UUID generator (v1/v3/v4/v5/v7) | v4, v7, any UUID in one command |\n| **cron** | Cron expression parser \u0026 next-run calculator | \"What does 0 2 * * 1 actually run?\" |\n\n## Requirements\n\n- Python 3.8+\n- No external dependencies (38 of 39 tools use stdlib only; ipinfo hits ip-api.com)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolver-dev%2Fevolver-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolver-dev%2Fevolver-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolver-dev%2Fevolver-tools/lists"}