{"id":13395273,"url":"https://github.com/adtac/climate","last_synced_at":"2025-05-16T14:06:41.136Z","repository":{"id":96410491,"uuid":"62711242","full_name":"adtac/climate","owner":"adtac","description":"The swiss-army knife of utility tools for Linux.","archived":false,"fork":false,"pushed_at":"2018-04-22T09:31:11.000Z","size":63,"stargazers_count":1431,"open_issues_count":13,"forks_count":76,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-03T10:11:23.920Z","etag":null,"topics":["bash","command-line","developer-tools","linux","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adtac.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}},"created_at":"2016-07-06T10:03:50.000Z","updated_at":"2025-04-03T06:20:43.000Z","dependencies_parsed_at":"2023-03-13T16:33:23.795Z","dependency_job_id":null,"html_url":"https://github.com/adtac/climate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adtac%2Fclimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adtac%2Fclimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adtac%2Fclimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adtac%2Fclimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adtac","download_url":"https://codeload.github.com/adtac/climate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546408,"owners_count":21122311,"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","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":["bash","command-line","developer-tools","linux","shell","zsh"],"created_at":"2024-07-30T17:01:48.629Z","updated_at":"2025-04-12T09:33:36.194Z","avatar_url":"https://github.com/adtac.png","language":"Shell","readme":"# Climate\n\n![image](https://i.imgur.com/Vgca4yS.png)\n\n**Climate** is the ultimate command line tool for Linux. It\nprovides a huge number of command line options for developers to\nautomate their Linux system. This tool can be extremely helpful to\nlearn various unix commands too. There is an option to print each\ncommand before they're executed to help you memorize them over time.\n\n\n\n## Installation\n\nClone the repository and run the `install` command:\n\n```bash\n$ git clone https://github.com/adtac/climate.git\n$ cd climate\n$ sudo ./install\n```\n\nThe default location is `/usr/local/bin/`. If you want to write to a\ndifferent location, you can give an argument to the install command.\n\n```bash\n$ ./install [location]\n```\n\nYou can also install using `curl` (although note that this\n[might be insecure](https://www.seancassidy.me/dont-pipe-to-your-shell.html))\n\n```bash\n$ bash -c \"$(curl -fsSL https://raw.githubusercontent.com/adtac/climate/master/install)\"\n```\n\nUsing `wget`:\n\n```bash\n$ bash -c \"$(wget https://raw.githubusercontent.com/adtac/climate/master/install -q -O -)\"\n```\n\nAnd that's it! It should automatically look for dependencies and install them.\nAfter that's done, run `climate` to see the whole list of commands supported.\n\n\n\n## Requirements\n\n`climate` has the following dependencies:\n\n```\nupower wget curl rar unzip 7z dig git python pip node npm fdupes glances speedtest sensors sshfs http-server httpstat is-up\n```\n\nThe installation command should automatically install these for `apt`-based systems\nand `yum`-based systems (and of course, `dnf`). For others, please install them manually.\n\n\n\n## Commands\n\n`climate` has command autocompletion. So don't worry, you don't need to\nremember all this. Also, you can just execute `climate help` to display\nthis list of commands.\n\n\nCommand | Description\n--- | ---\n `climate help` | show this help and exit\n `climate update` | update your climate install\n `climate uninstall` | uninstall climate :(\n `climate version` | display the version and credits\n \u003cbr\u003e | \n `climate weather [location]` | get the weather\n \u003cbr\u003e | \n `climate battery` | display remaining battery\n `climate sleep` | put computer to sleep\n `climate lock` | lock computer\n `climate shutdown [minutes]` | shutdown the computer\n `climate restart` | restart the computer\n `climate time` | show the time\n `climate clock [remove]` | put a console clock in the top right corner\n `climate countdown \u003cseconds\u003e` | a countdown timer\n `climate stopwatch` | a stopwatch\n `climate ix` | pipe output to ix.io\n \u003cbr\u003e | \n `climate biggest-files [path]` | find the biggest files recursively\n `climate biggest-dirs [path]` | find the biggest directories\n `climate dir-size [path]` | find directory size\n `climate remove-empty-dirs [path]` | remove empty directories\n `climate extract \u003cfile\u003e [path]` | extract any given archive\n `climate search \u003ctext\u003e [ext]` | search for the given pattern recursively\n `climate find-duplicates [path]` | report duplicate files in a directory\n `climate count \u003cfile\u003e \u003cstring\u003e` | count the number of occurences\n `climate replace \u003ctext\u003e \u003creplacement\u003e [ext]` | replace all occurences\n `climate monitor \u003cfile\u003e` | monitor file for changes\n `climate ramfs \u003csize\u003e \u003cpath\u003e` | create a ramfs of size (in MB) at path\n \u003cbr\u003e | \n `climate speedtest` | test your network speed\n `climate local-ip` | retrieve your local ip address\n `climate is-online` | verify if you're online\n `climate public-ip` | retrieve your public ip address\n `climate ports` | list open ports\n `climate hosts` | edit the hosts file\n `climate http-server [port]` | http-server serving the current directory\n `climate is-up \u003cdomain\u003e` | determine if server is up\n `climate httpstat \u003curl\u003e` | visualizes curl statistics with httpstat\n `climate ipinfo [ip]` | lookup IP with ipinfo.io API\n \u003cbr\u003e | \n `climate download-file \u003cfile\u003e` | download file from server\n `climate download-dir \u003cdir\u003e` | download dir from server\n `climate upload \u003cpath\u003e \u003cremote-path\u003e` | upload to server\n `climate ssh-mount \u003cremote-path\u003e` | mount a remote path\n `climate ssh-unmount \u003clocal-path\u003e` | unmount a ssh mount\n \u003cbr\u003e | \n `climate undo-commit` | undo the latest commit\n `climate reset-local` | reset local repo to match remote\n `climate pull-latest` | sync local with remote\n `climate list-branches` | list all branches\n `climate repo-size` | calculate the repo size\n `climate user-stats \u003cname\u003e` | calculate total contribution for a user\n \u003cbr\u003e | \n `climate overview` | display an performance overview\n `climate memory` | find memory used\n `climate disk` | find disk used\n `climate get-pids \u003cprocess\u003e` | get all PIDs for a process name\n `climate trash-size` | find the trash size\n `climate empty-trash` | empty the trash\n\n\n## License\n\n```\n    Climate - command line tools for Linux developers\n    Copyright (C) 2016  Adhityaa Chandrasekar\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n\nSee the [LICENSE](LICENSE) file for more details.\n\n\n","funding_links":[],"categories":["Shell","DevOps Utilities"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadtac%2Fclimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadtac%2Fclimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadtac%2Fclimate/lists"}