{"id":50719303,"url":"https://github.com/shazeus/qk-tool","last_synced_at":"2026-06-09T22:01:55.908Z","repository":{"id":355811945,"uuid":"1228884888","full_name":"shazeus/qk-tool","owner":"shazeus","description":"A multi-OS CLI Swiss army knife for daily computer tasks","archived":false,"fork":false,"pushed_at":"2026-05-05T10:12:33.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T12:16:44.411Z","etag":null,"topics":["cli","multi-os","python","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","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/shazeus.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-04T13:32:02.000Z","updated_at":"2026-05-05T10:12:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shazeus/qk-tool","commit_stats":null,"previous_names":["shazeus/qk-tool"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/shazeus/qk-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fqk-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fqk-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fqk-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fqk-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shazeus","download_url":"https://codeload.github.com/shazeus/qk-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fqk-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127345,"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-06-09T02:00:06.510Z","response_time":63,"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":["cli","multi-os","python","tool"],"created_at":"2026-06-09T22:01:55.617Z","updated_at":"2026-06-09T22:01:55.903Z","avatar_url":"https://github.com/shazeus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QK — Quick Kit\n\nA multi-OS CLI Swiss army knife for daily computer tasks. One command, nine modules.\n\n![Python](https://img.shields.io/badge/Python-3.9+-blue?style=flat-square)\n![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)\n![Platform](https://img.shields.io/badge/Platform-macOS%20|%20Linux%20|%20Windows-lightgrey?style=flat-square)\n\n\u003cimg width=\"1555\" height=\"828\" alt=\"demo\" src=\"https://github.com/user-attachments/assets/52a57e17-c540-42ad-b642-4c3466674e26\" /\u003e\n\n## Install\n\n```bash\npip install qk-tool\nqk --version\n```\n\n## First Run\n\nOn first run, QK launches a setup wizard where you pick which modules to enable:\n\n```\n$ qk\n🔧 QK Setup — Welcome!\nSelect which modules to enable...\n```\n\nRe-run anytime with `qk setup`.\n\n## Modules\n\n### save — Command Saver\n\n```bash\nqk save add \"list containers\" \"docker ps -a\" --tag docker\nqk save list --tag docker\nqk save search \"container\"\nqk save copy \u003cid\u003e\nqk save remove \u003cid\u003e\n```\n\n### system — System Actions\n\n```bash\nqk system port 8080\nqk system kill-port 8080\nqk system ip\nqk system flush-dns\nqk system trash\nqk system info\n```\n\n### organize — File Organizer\n\n```bash\nqk organize run ~/Downloads --dry\nqk organize run ~/Downloads\nqk organize list-rules\nqk organize add-rule .pdf Documents\nqk organize remove-rule \u003cid\u003e\n```\n\n### convert — Converter\n\n```bash\nqk convert unit 100 kg lb\nqk convert color \"#ff5733\"\nqk convert base64 \"hello world\"\nqk convert base64 \"aGVsbG8=\" --decode\nqk convert json-fmt '{\"a\":1}'\nqk convert json-fmt '{\"a\": 1}' --mini\n```\n\n### note — Quick Notes\n\n```bash\nqk note add \"meeting at 3pm\" --tag work\nqk note list --tag work\nqk note search \"meeting\"\nqk note remove \u003cid\u003e\nqk note export\n```\n\n### security — Password \u0026 Security\n\n```bash\nqk security pass\nqk security pass --length 24 --symbols\nqk security hash \"some text\"\nqk security hash-file document.pdf\nqk security checksum file.txt \u003cexpected-hash\u003e\n```\n\n### clean — System Cleaner\n\n```bash\nqk clean temp --dry\nqk clean temp\nqk clean big ~/Documents --top 20\nqk clean duplicates ~/Photos --dry\n```\n\n### text — Text Processing\n\n```bash\nqk text count file.txt\nqk text case \"helloWorld\" --to snake\nqk text case \"hello_world\" --to camel\nqk text case \"hello world\" --to kebab\nqk text lorem 3\nqk text regex \"\\d+\" file.txt\n```\n\n### net — Network Tools\n\n```bash\nqk net speed\nqk net ip\nqk net dns google.com\nqk net ping google.com --count 5\nqk net check github.com\n```\n\n## Data\n\nAll data is stored locally in `~/.qk/` as human-readable JSON files. No cloud, no tracking, no database.\n\n```\n~/.qk/\n├── config.json\n├── saves.json\n├── notes.json\n└── organize_rules.json\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fqk-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshazeus%2Fqk-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fqk-tool/lists"}