mepcli 1.1.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -147,7 +147,7 @@ Complex interfaces for structured data.
147
147
  | `box` | Box model (CSS Margin/Padding) editor. |
148
148
  | `phone` | International phone input with masking & country search. |
149
149
  | `connectionString` | Database URL wizard. |
150
- | `curl` (experimental) | Interactive HTTP request builder. |
150
+ | `curl` | Interactive HTTP request builder. |
151
151
 
152
152
  ### 🔹 Gamified & Fun
153
153
  Add some personality to your CLI.
@@ -166,7 +166,7 @@ Helper functions for better CLI UX.
166
166
 
167
167
  | Function | Description |
168
168
  | :--- | :--- |
169
- | `exec` (experimental) | Run shell command with spinner. |
169
+ | `exec` | Run shell command with spinner. |
170
170
  | `scroll` | Scrollable text viewer (e.g., License). |
171
171
  | `diff` | Text merge conflict resolver. |
172
172
  | `editor` | Open external editor (Vim/Nano). |
@@ -579,6 +579,30 @@ The Grid prompt (Matrix selection) includes robust shortcuts for bulk actions.
579
579
 
580
580
  </details>
581
581
 
582
+ <details>
583
+ <summary><b>cURL Prompt</b></summary>
584
+
585
+ * **Global:**
586
+ * `Tab` / `Shift+Tab`: Switch between **Method**, **URL**, **Headers**, and **Body** sections.
587
+ * `s`: Toggle Shell Output (Bash / PowerShell / CMD).
588
+
589
+ * **Method Section:**
590
+ * `Arrows (Up/Down/Left/Right)` / `Space`: Cycle HTTP methods (GET, POST, etc.).
591
+ * `Enter`: Submit immediately.
592
+
593
+ * **URL Section:**
594
+ * `Typing`: Enter URL.
595
+ * `Arrows (Left/Right)`: Move cursor.
596
+ * `Home` / `End`: Jump to start/end.
597
+ * `Ctrl + U`: Clear input.
598
+ * `Ctrl + W`: Delete word backwards.
599
+ * `Enter`: Submit immediately.
600
+
601
+ * **Headers & Body Section:**
602
+ * `Enter`: Open editor (Map Editor for Headers, Code Editor for Body).
603
+
604
+ </details>
605
+
582
606
  ## License
583
607
 
584
608
  This project is under the **MIT License**.