{"id":17383065,"url":"https://github.com/maskalix/cmnds","last_synced_at":"2026-04-20T03:01:49.312Z","repository":{"id":224824836,"uuid":"764327712","full_name":"maskalix/cmnds","owner":"maskalix","description":"Simple commands to ease using Linux server","archived":false,"fork":false,"pushed_at":"2025-11-29T18:57:54.000Z","size":682,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T18:41:08.878Z","etag":null,"topics":["command-line","docker","docker-compose","linux","linux-shell","script","shell-script","shell-scripts","ubuntu"],"latest_commit_sha":null,"homepage":"https://lnln.eu","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maskalix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-27T22:00:02.000Z","updated_at":"2025-11-29T18:57:57.000Z","dependencies_parsed_at":"2024-03-25T13:57:42.162Z","dependency_job_id":"5b7ac565-2e4f-4cd5-8ed3-7b9e398e1f90","html_url":"https://github.com/maskalix/cmnds","commit_stats":null,"previous_names":["maskalix/cmnds"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/maskalix/cmnds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskalix%2Fcmnds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskalix%2Fcmnds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskalix%2Fcmnds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskalix%2Fcmnds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maskalix","download_url":"https://codeload.github.com/maskalix/cmnds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskalix%2Fcmnds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["command-line","docker","docker-compose","linux","linux-shell","script","shell-script","shell-scripts","ubuntu"],"created_at":"2024-10-16T07:40:28.770Z","updated_at":"2026-04-20T03:01:49.293Z","avatar_url":"https://github.com/maskalix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMNDS - Simple commands to ease using Linux server\n```\n   ______ __  ___ _   __ ____  _____\n  / ____//  |/  // | / // __ \\/ ___/\n / /    / /|_/ //  |/ // / / /\\__ \\ \n/ /___ / /  / // /|  // /_/ /___/ / \n\\____//_/  /_//_/ |_//_____//____/\n\nSimple commands to ease using Linux server                            \n```                                \n# IMPORTANT\n- always read \u003ca href=\"https://github.com/maskalix/cmnds/blob/main/scripts/README.md\"\u003e/scripts/README.md\u003c/a\u003e, where are important informations about usage of each command etc.\n- i don't plan to make cmnds available to be installed from any package manager such as apt\n- script can overwrite some of your commands - USE AT OWN RISK\n- asking for feature? =\u003e create an issue\n- cmnds \"installs\" itself into PATH, after removing it (simply just remove all it's folders - will automate it in the future) clean its record here too\n## Installation\n- Option 1: download install.sh and run it\n- **Option 2 (recommended)**:\n   ```bash\n   mkdir $HOME/cmnds-temp \u0026\u0026 wget --no-cache -q https://raw.githubusercontent.com/maskalix/cmnds/main/install.sh -P $HOME/cmnds-temp \u0026\u0026 chmod +x $HOME/cmnds-temp/install.sh \u0026\u0026 $HOME/cmnds-temp/install.sh \u0026\u0026 rm $HOME/cmnds-temp/install.sh\n   ```\n- Option 3 (old):\n   ```bash\n   wget --no-cache https://raw.githubusercontent.com/maskalix/cmnds/main/install.sh \u0026\u0026 chmod +x install.sh \u0026\u0026 ./install.sh \u0026\u0026 rm install.sh\n   ```\n## Using\n### For base-user (non-root)\n1. run `sudo su \u0026\u0026 cmnds-nonroot`\n2. same as root\n### For root\n1. using command `cmnds -d` choose what scripts you want to enable *[(**c**)hoose/(**d**)isable all/(**e**)nable all]*\n   - remember to put asterisk to deploy too, if you want to use it\n  \n## List of commands\n   \u003ca href=\"https://github.com/maskalix/cmnds/blob/main/scripts/README.md\"\u003e/scripts/README.md\u003c/a\u003e\n\n## Updating \n- run `cmnds -u` and proceed in installation\n\n## Custom commands\n- feel free to add own commands into the root folder of CMNDS or into subdirectory\n- it must be in .sh format, then it will be registered by `cmnds -d` command\n- THEY WILL BE OVERWRITTEN BY UPDATING CMNDS!\n- i also recommend checking out my other repository with random scripts (mainly for Debian-based distros)\n   - https://github.com/maskalix/commands-pile\n\n## Command not found\n- option 1\n   -  run `source ~/.bashrc`, sometimes more than once :/\n- option 2\n   - close and reconnect to SSH\n---\n© Martin Skalicky 2025\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskalix%2Fcmnds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskalix%2Fcmnds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskalix%2Fcmnds/lists"}