burner import

Import the current folder as a burner project for unified tracking.

burner import [options]

Options

OptionDescription
-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

  1. Adds a YYMMDD- prefix to track the import date
  2. Moves (or copies) the folder to burner home
  3. Creates a .burner-custom marker file
  4. Sets the template to custom

Tip: After moving, run cd "new-path" to navigate to your project at its new location.