# replace anything like `~/` with the git url of the project
# ~/src/logic/mod.rs -> https://github.com/Unsuspicious-Industries/aufbau/blob/main/src/logic/mod.rs
GIT_BASE_URL="https://github.com/Unsuspicious-Industries/aufbau/blob/main/"defprocess(content:str)->str:returncontent.replace("~/",GIT_BASE_URL)