khoj/src/interface/desktop
Debanjum Singh Solanky 110e3df0b7 Set default config in the constant module. Use from there to configure app
- Avoid having to pass the khoj_sample.yml data file into pip, native apps
- Packaging data files into python packages is annoying.
  - There's `MANIFEST.in`, `data_files` and `package_data` in setup.py
  - Bdist, wheel, generated source tarball use different set of these fields
    and put the data files in different locations
  - Rather just code the default config into a constant. Avoid
    pointless file reads as well this way
2022-08-12 02:18:46 +03:00
..
__init__.py Extract Qt GUI code from main.py into separate interface/desktop dir 2022-08-09 22:12:29 +03:00
configure_screen.py Set default config in the constant module. Use from there to configure app 2022-08-12 02:18:46 +03:00
file_browser.py Get Files from File input line to match user expectation 2022-08-11 20:48:45 +03:00
system_tray.py Improve Docstring for Configure Screen and System Tray class, funcs 2022-08-11 23:36:02 +03:00