navigator/src/options.ahk

9 lines
446 B
Plaintext

;SYSTEM
k_version=2.0.5 ; Version number
;OPTIONS
k_base=C:\Applications\Navigator ; Base path to the application folder
k_config=%k_base%\config.ini ; Where to store the config file
k_lock=true ; Whether to show the 'Add' options on menus/sub-menus initially
k_branch_pattern=.*(<(.+)>).* ; The regex pattern to match for branching paths
k_ext_pattern=\w+\.\w+$ ; The regex pattern to match for file extensions