Skip to main content

encode_project_path

Function encode_project_path 

Source
pub fn encode_project_path(p: &Path) -> String
Expand description

Claude Code encodes the project path by replacing path separators and ‘.’ with ‘-’. e.g. /home/g/repo/x -> -home-g-repo-x, C:\Users\g\app -> C–Users-g-app