{"id":13822251,"url":"https://github.com/mitchjeitani/catacomb","last_synced_at":"2025-05-16T15:33:35.215Z","repository":{"id":62561007,"uuid":"109692751","full_name":"mitchjeitani/catacomb","owner":"mitchjeitani","description":"A minimalistic CLI tool for storing shell commands.","archived":false,"fork":false,"pushed_at":"2018-07-14T05:46:51.000Z","size":4843,"stargazers_count":27,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-11T16:16:52.416Z","etag":null,"topics":["cli","command-line","command-line-tool","productivity","python","shell","terminal"],"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/mitchjeitani.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-11-06T12:31:59.000Z","updated_at":"2023-01-11T14:30:24.000Z","dependencies_parsed_at":"2022-11-03T15:00:32.766Z","dependency_job_id":null,"html_url":"https://github.com/mitchjeitani/catacomb","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchjeitani%2Fcatacomb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchjeitani%2Fcatacomb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchjeitani%2Fcatacomb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchjeitani%2Fcatacomb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchjeitani","download_url":"https://codeload.github.com/mitchjeitani/catacomb/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254556824,"owners_count":22091007,"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":["cli","command-line","command-line-tool","productivity","python","shell","terminal"],"created_at":"2024-08-04T08:01:50.867Z","updated_at":"2025-05-16T15:33:34.802Z","avatar_url":"https://github.com/mitchjeitani.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# catacomb\n\n[![Build Status](https://travis-ci.org/mitchjeitani/catacomb.svg?branch=develop)](https://travis-ci.org/mitchjeitani/catacomb)\n[![Python Versions](https://img.shields.io/badge/python-3.4,%203.5,%203.6-blue.svg)](https://travis-ci.org/mitchjeitani/catacomb)\n\n\u003e A minimalistic CLI tool for storing shell commands.\n\n![](./media/catacomb-demo.gif)\n\nRemembering useful commands is difficult, and typing out long commands is frustrating. Relieve these pain points with catacomb, a simple CLI tool for storing, retrieving and executing commands. Just type out the command once, and then execute it through catacomb, with an alias of your choice.\n\n### Setup\n\n```\n$ pip3 install catacomb\n```\n\n### Usage\n\nTwo entry points are used to separate organisation of tombs and their contents. The `catacomb` entry point provides commands to deal with organisation of tombs within the catacomb. Having seperate tombs for seperate projects, as an example, would allow isolated environments - so that you're not forced to come up with new aliases that execute different commands for different projects.\n\n```\nUsage: catacomb [OPTIONS] COMMAND [ARGS]...\n\n  For handling the tombs within your catacomb. Add the flags -h or --help to\n  any of the commands for more information, e.g. catacomb COMMAND -h.\n\nOptions:\n  -h, --help  Show this message and exit.\n\nCommands:\n  bury    Permanently buries a tomb, preventing any further use.\n  create  Creates a new tomb in the catacomb.\n  list    Lists the tombs currently available in the catacomb.\n  open    Opens an existing tomb.\n```\n\nThe `tomb` entry point provides commands to deal with the contents of a single tomb. Tombs act as a store for all your commands, allowing you to use and manage them by simply specifying the alias.\n\n```\nUsage: tomb [OPTIONS] COMMAND [ARGS]...\n\n  For handling the contents within a tomb. Add the flags -h or --help to any\n  of the commands for more information, e.g. tomb COMMAND -h.\n\nOptions:\n  -h, --help  Show this message and exit.\n\nCommands:\n  add     Stores a new command in the tomb.\n  clean   Obliterates the contents of the active tomb.\n  edit    Opens an editor to edit a command that's already stored in the\n          active tomb.\n  list    Displays all the commands available in the active tomb.\n  rm      Removes a command from the tomb.\n  status  Shows some general information about the active tomb.\n  use     Executes a command, specified by its alias.\n```\n\n### Examples\n\nDetailed usage has been documented for each command and can be viewed at the following directories:\n\n* [Examples](examples/catacomb) for the `catacomb` entry point\n* [Examples](examples/tomb) for the `tomb` entry point\n\n### Contributing\n\nThis project is still in its infancy, so feel free to contribute by reporting issues or suggesting some new features. Pull requests are definitely welcomed!\n\nPlease be sure that any contributions follow [PEP8](https://www.python.org/dev/peps/pep-0008/) standards.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchjeitani%2Fcatacomb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchjeitani%2Fcatacomb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchjeitani%2Fcatacomb/lists"}