drorm / gish

GPT command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom config in ~/.gish/config.json

drorm opened this issue · comments

Currently the only way to change the config is to edit settings.ts which is not ideal.

  • on startup check to see if ~/.gish/config.json exists
  • If it doesn't, create it and populate it with defaults
  • Use the flags from users config.

done