{"id":21680878,"url":"https://github.com/brunobord/lxcited","last_synced_at":"2025-07-15T04:38:40.817Z","repository":{"id":66505739,"uuid":"41431191","full_name":"brunobord/lxcited","owner":"brunobord","description":"A bash-based remote control for LXC containers","archived":false,"fork":false,"pushed_at":"2018-08-21T09:24:54.000Z","size":20,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T06:35:05.508Z","etag":null,"topics":["bash","lxc","lxc-containers"],"latest_commit_sha":null,"homepage":null,"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/brunobord.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2015-08-26T14:43:18.000Z","updated_at":"2022-01-09T14:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c8bc8f7-ca7e-4e7f-8b7a-2296f4c60c8f","html_url":"https://github.com/brunobord/lxcited","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/brunobord/lxcited","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobord%2Flxcited","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobord%2Flxcited/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobord%2Flxcited/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobord%2Flxcited/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunobord","download_url":"https://codeload.github.com/brunobord/lxcited/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobord%2Flxcited/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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","lxc","lxc-containers"],"created_at":"2024-11-25T15:21:51.373Z","updated_at":"2025-07-15T04:38:40.777Z","avatar_url":"https://github.com/brunobord.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LXCited\n\nA bash-based remote control for LXC containers.\n\nThis script goal is to ease the common tasks when controlling LXC containers on a machine.\n\nWhy this? because is a [PITA](https://en.wiktionary.org/wiki/PITA) to constantly type the ``--name`` option while you *need* it (so it's not an option, it should be a mandatory argument for ``lxc-*`` commands).\n\n## Install\n\nIt's a manual install. Don't worry, there aren't any hard step.\n\n1. Copy the ``lxcited`` file somewhere in your ``$PATH``,\n2. make sure it's executable (use ``chmod`` if necessary),\n3. Copy the ``lxcited.autocomplete`` file somewhere,\n4. Add the following to your ``.bashrc`` or ``.bash_profile``:\n\n```sh\nsource /path/to/lxcited.autocomplete\n```\n\n### Trust me on this\n\nThis will install the latest master version of lxcited in your home environment.\n\n```sh\nmkdir -p ~/bin\ncurl -o ~/bin/lxcited https://raw.githubusercontent.com/brunobord/lxcited/master/lxcited\ncurl -o ~/bin/lxcited.autocomplete https://raw.githubusercontent.com/brunobord/lxcited/master/lxcited.autocomplete\nchmod +x ~/bin/lxcited\necho '# LXCITED' \u003e\u003e .bashrc\necho 'export PATH=$HOME/bin/:$PATH' \u003e\u003e .bashrc\necho 'source $HOME/bin/lxcited.autocomplete' \u003e\u003e .bashrc\n```\n\nNext time you'll run \"source .bashrc\" (manually or when you'll log in), `lxcited` will be available.\n\nIf you want to simply update, just re-rerun the two cURL commands.\n\n## Usage\n\n**WARNING**: you **have** to be root to use this tool.\n\n```sh\nlxcited COMMAND\n```\n\nFor example:\n\n```sh\nlxcited start what_a_beautiful_container\n```\n\nGet help with:\n\n```sh\nlxcited help\n```\n\nFor more help on a specific command, simply type:\n\n```sh\nlxcited help destroy\n```\n\n### Autocomplete\n\nYou can autocomplete commands:\n\n```\n$ lxcited st\u003cTAB\u003e\u003cTAB\u003e\nstart stop\n$ lxcited st\n```\n\n... or containers:\n\n```\n$ lxcited start deb\u003cTAB\u003e\u003cTAB\u003e\ndebian1 debian2 deborah\n$ lxcited start deb\n```\n\n### Use lxcited along with `sudo`\n\nFor some reasons, when the `lxcited` executable is located in you ``~/bin`` or in some other custom path, ``sudo`` can't reach it and you can't run:\n\n```sh\nsudo lxcited\n```\n\nIf you want to be able to run lxcited with ``sudo``, instead of installing it in a custom path, you can copy or symlink your file in ``/usr/local/bin`` or any other \"well-known path\" that will fit the ``sudo`` command.\n\n## License\n\nThis piece of software is published under the terms of the WTFPL\n\nSee: http://www.wtfpl.net/ for more details, but here is its core term:\n\n   0. You just DO WHAT THE FUCK YOU WANT TO.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobord%2Flxcited","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunobord%2Flxcited","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobord%2Flxcited/lists"}