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
- Host: GitHub
- URL: https://github.com/owen-debiasio/cmdcreate
- Owner: owen-debiasio
- License: gpl-3.0
- Created: 2025-07-25T18:37:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T18:19:44.000Z (28 days ago)
- Last Synced: 2026-05-25T20:24:16.525Z (28 days ago)
- Topics: 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
- Language: Rust
- Homepage: https://aur.archlinux.org/packages/cmdcreate
- Size: 41.8 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)**