{"id":22000771,"url":"https://github.com/irevenko/commands-kit","last_synced_at":"2026-01-12T06:48:45.817Z","repository":{"id":129863647,"uuid":"250769625","full_name":"irevenko/commands-kit","owner":"irevenko","description":"📜 A Divers Set of Command Line Tools ","archived":false,"fork":false,"pushed_at":"2020-12-11T21:11:21.000Z","size":139,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-09T00:36:16.033Z","etag":null,"topics":["cli","cli-app","cmd","cobra","cobra-library","command-line","command-line-app","command-line-tool","commandline","go","golang","ip","terminal-app","terminal-based","tty","tty-prompt"],"latest_commit_sha":null,"homepage":"","language":"Go","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/irevenko.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}},"created_at":"2020-03-28T10:47:51.000Z","updated_at":"2024-06-19T04:00:04.285Z","dependencies_parsed_at":"2023-03-24T12:02:21.607Z","dependency_job_id":null,"html_url":"https://github.com/irevenko/commands-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/irevenko/commands-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fcommands-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fcommands-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fcommands-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fcommands-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irevenko","download_url":"https://codeload.github.com/irevenko/commands-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fcommands-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268739083,"owners_count":24299569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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","cli-app","cmd","cobra","cobra-library","command-line","command-line-app","command-line-tool","commandline","go","golang","ip","terminal-app","terminal-based","tty","tty-prompt"],"created_at":"2024-11-29T23:11:06.811Z","updated_at":"2026-01-12T06:48:45.810Z","avatar_url":"https://github.com/irevenko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commands Kit 📜\nFirst Go project using [cobra](https://github.com/spf13/cobra)\u003cbr\u003e\nThere are some terminal commands which i've implemented using GoLang\n\n# List of commands 📋\n* [myip](#myip- \"Goto #myip-🌐\") \n* [encrypt](#encrypt- \"Goto #encrypt-🔒\") \n* [decrypt](#decrypt- \"Goto #decrypt-🔓\") \n* [pokemon](#pokemon- \"Goto #pokemon-🎱\") \n* [cat](#cat- \"Goto #cat-🐱\") \n* [chars_count](#chars_count- \"Goto #chars_count-🅱️\") \n* [words_count](#words_count- \"Goto #words_count-🆎\") \n* [mkdir](#mkdir- \"Goto #mkdir-📂\") \n* [touch](#touch- \"Goto #touch-📄\") \n* [pwd](#pwd- \"Goto #pwd-🗃\") \n* [rm](#rm- \"Goto #rm-❌\") \n\n\n# myip 🌐\nCheck your IP settings with this command\u003cbr\u003e\nBasically it sends GET request to ipinfo.io\n\n# encrypt 🔒\nEncrypt your data with this command\u003cbr\u003e\nUsing AES algo\n\n# decrypt 🔓\nDecrypt an AES string\u003cbr\u003e\nUsing AES algo\n\n# pokemon 🎱\nReturns random pokemon and it's data\n\n# cat 🐱\nReads text files\n\n# chars_count 🅱️\nCounts chars\n\n# words_count 🆎\nCounts words\n\n# mkdir 📂\nCreates directory\n\n# touch 📄\nCreates file\n\n# pwd 🗃\nPrints current working directory\n\n# rm ❌\nDeletes files or directories\n\n# Preview 🔍\n\u003cimg src=\"https://i.imgur.com/mhLCXCG.jpg\"\u003e\u003cbr /\u003e\n\u003cimg src=\"https://i.imgur.com/bKu77OU.png\"\u003e\u003cbr /\u003e\n\u003cimg src=\"https://i.imgur.com/WjlBTQE.png\"\u003e\u003cbr /\u003e\n\n# What I Learned 🧠\n* How to send GET request\n* Error handling in Go\n* AES crypt algo\n\n# ToDo\n* Rearrange Preview to actual command desc\n* Fix main func problem\n* Add more commands\n\n# License 📑 \n(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Fcommands-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firevenko%2Fcommands-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Fcommands-kit/lists"}