An open API service indexing awesome lists of open source software.

https://github.com/owen-debiasio/cmdcreate

Easily create and manage your own custom commands
https://github.com/owen-debiasio/cmdcreate

32-bit 64-bit arm arm64 armv7 aur-packages bash bash-scripting cli debian-package fedora-packages gpl3 gplv3 linux python python3 rust ubuntu-packages x86 x86-64

Last synced: 24 days ago
JSON representation

Easily create and manage your own custom commands

Awesome Lists containing this project

README

          

# cmdcreate

Easily create and manage your own custom commands

[Badge Commits]:
https://img.shields.io/github/commit-activity/m/owen-debiasio/cmdcreate?label=Commits
[Badge License]: https://img.shields.io/badge/License-GPLv3-blue.svg
[Badge Issues]: https://img.shields.io/github/issues/owen-debiasio/cmdcreate

![Badge Commits] ![Badge License] ![Badge Issues]

---

## Documentation and Resources

I do my best to provide as much documentation as I can. You can view the table
of contents and information here:
[Intro to Documentation and Resources](https://github.com/owen-debiasio/cmdcreate/blob/main/docs/README.md)

---

## Installation

> [!NOTE]
> If you are looking for information on updates and how to update, check out
> [Information Regarding cmdcreate and Updates](https://github.com/owen-debiasio/cmdcreate/blob/main/docs/updates.md).
> While you are at it, also check out the
> [Version Support Information](https://github.com/owen-debiasio/cmdcreate/tree/main?tab=security-ov-file#)
> for more information about updates.

### Arch Linux (AUR manager)

#### Stable

```bash
yay -S cmdcreate
```

#### Latest git

> [!WARNING]
> Latest git builds have a possibility of being broken, unfinished, and
> potentially dangerous to your system. Use with caution.

```bash
yay -S cmdcreate-git
```

### Manual Package Install

You can find `.deb`, `.rpm` and standalone binary packages in the
[latest release](https://github.com/owen-debiasio/cmdcreate/releases/latest).

### Installer Script

This script will walk you through how you want to install cmdcreate depending on
your distro.

```bash
bash <(curl -fsSL https://raw.githubusercontent.com/owen-debiasio/cmdcreate/main/install.sh)
```

---

(C) 2026 Owen Debiasio

Licensed under
**[GPL Version 3](https://github.com/owen-debiasio/cmdcreate/blob/main/LICENSE)**