Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] - dynamic arg parser, and custom bash classes #42

Merged
merged 33 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ffa2540
refactoring dir structure
hwixley Jan 14, 2024
81ba7a8
update csv listings
hwixley Jan 20, 2024
aa69424
Upd2
hwixley Jan 20, 2024
01adcc2
upd
hwixley Jan 21, 2024
8d61fac
adding command scripts
hwixley Jan 21, 2024
9921992
added all command scripts
hwixley Jan 21, 2024
085a36c
dynamic parser working
hwixley Jan 21, 2024
ceac1e3
fixed exec paths
hwixley Jan 21, 2024
d941f0f
updated script paths and args
hwixley Jan 21, 2024
60f0ffb
moved prompts to sys
hwixley Jan 21, 2024
7f4f67e
added commands
hwixley Jan 21, 2024
0c1e75b
added commands
hwixley Jan 21, 2024
f404a83
yes
hwixley Jan 21, 2024
c4f8a1f
yes
hwixley Jan 21, 2024
ad01602
yes
hwixley Jan 21, 2024
b9b46c4
No API key found.
hwixley Jan 21, 2024
96c6aee
No API key found.
hwixley Jan 21, 2024
c52e775
No API key found.
hwixley Jan 21, 2024
89132ed
fix wix cd2
hwixley Jan 21, 2024
7b69531
more pushes2
hwixley Jan 21, 2024
64c4450
fixed cd
hwixley Jan 21, 2024
ac8615b
run and edits working
hwixley Jan 21, 2024
5672973
No API key found.
hwixley Jan 21, 2024
95b3d4e
GPT-commit: Refactor openai_service.py
hwixley Jan 21, 2024
ebc106d
GPT-commit: Refactor openai_service.py for dynamic argument parsing.
hwixley Jan 21, 2024
fc11dad
GPT-commit: Modify openai_service.py for dynamic argument parsing.
hwixley Jan 21, 2024
45a2405
GPT-commit: Modified bpr.sh for dynamic argument parsing.
hwixley Jan 21, 2024
0339965
GPT-commit: Modified `src/commands/webtext.sh` to optimize web text e…
hwixley Jan 21, 2024
e16a6b1
GPT-commit: Modified functions/classes/variables for dynamic argument…
hwixley Jan 21, 2024
a708c9f
GPT-commit: Refactor `argparse.sh` for dynamic argument parser.
hwixley Jan 21, 2024
f3e71fb
GPT-commit: Modify `upscale.sh` script for dynamic argument parsing.
hwixley Jan 21, 2024
fbc46e3
GPT-commit: Modified .github/README.md, wgit.class, and wixd.class fo…
hwixley Jan 21, 2024
2e1703f
GPT-commit: Modified `wixd.class` in `src/classes/wixd`: dynamic arg …
hwixley Jan 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optimize your development productivity in the terminal

<hr>

[![CODEQL](https://github.com/hwixley/wix-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wix-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml)<br>![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-1.1.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat)
[![CODEQL](https://github.com/hwixley/wix-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wix-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml)<br>![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-2.0.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat)

<hr>
<p align="center">
Expand All @@ -19,6 +19,7 @@ Optimize your development productivity in the terminal
- [Table of Contents](#table-of-contents)
- [What It Does](#what-it-does)
- [Why It Was Made](#why-it-was-made)
- [Support This Project](#support-this-project)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Extra Feature Setup](#extra-feature-setup)
Expand All @@ -42,7 +43,6 @@ Optimize your development productivity in the terminal
- [Help Utilities](#help-utilities)
- [Bugs, New Features, \& Questions](#bugs-new-features--questions)
- [Make A Contribution](#make-a-contribution)
- [Support This Project](#support-this-project)

<hr>

Expand Down
Loading