Metadata-Version: 2.2
Name: cosave
Version: 0.9.5
Summary: A command-line tool to save and execute commands with variables.
Home-page: https://github.com/salah-alhajj/cosave
Author: Salah AlHajj
Author-email: contact@salahaldin.com
Keywords: command-line,automation,productivity,shell,scripting
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Shells
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: PyYAML
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


cosave is a command-line tool that allows you to save and execute frequently used commands with placeholders for variables. 
This can be extremely useful for developers and system administrators who often run complex commands and want to avoid retyping them or remembering intricate syntax.

**Key Features:**

- **Save Commands:** Store your frequently used commands with names.
- **Variables:** Define variables within your commands using `[variable_name]` syntax.
- **Execute Commands:** Run saved commands by name, providing values for the variables on the fly.
- **List Commands:** Easily list all your saved commands.
- **Update Commands:** Modify existing saved commands.
- **Delete Commands:** Remove commands you no longer need.
- **Backup and Restore:** Backup your command library to a file and restore it later.
- **Output Control:** Choose whether to display the output of executed commands.

**Example Use Cases:**

- Quickly initialize projects with custom setups.
- Automate repetitive tasks with variable parameters.
- Share command recipes with colleagues.
- Keep a personal library of useful commands.
