burner import
Import the current folder as a burner project for unified tracking.
burner import [options]
Options
| Option | Description |
|---|---|
-n, --name <NAME> |
Custom name for the imported project (defaults to current folder name) |
-c, --copy |
Copy the folder instead of moving it |
-f, --force |
Skip confirmation prompt when moving |
Examples
# Move current folder to burner home
burner import
# Import with custom name
burner import -n my-project
# Copy instead of moving
burner import --copy
# Move without confirmation
burner import -n my-project -f
Note: By default, the folder is moved to the burner home directory. The original location will be empty after import. Use --copy to keep the original.
How It Works
- Adds a
YYMMDD-prefix to track the import date - Moves (or copies) the folder to burner home
- Creates a
.burner-custommarker file - Sets the template to
custom
Tip: After moving, run cd "new-path" to navigate to your project at its new location.