Add insert command

This commit is contained in:
Rogee
2025-10-30 15:15:16 +08:00
parent 6a353b5086
commit a0d7084c28
35 changed files with 2044 additions and 37 deletions

3
internal/insert/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package insert contains the engine, preview helpers, and validation logic for
// inserting text into file and directory names using positional directives.
package insert