taskbridgeapp.gui

This is the GUI package for TaskBridge.

  • note.py - Contains the Note and Attachment classes that represent a note and its attachment respectively.

  • notefolder.py - Contains the NoteFolder class which represents a folder (either local or remote) which contains notes. Many sync operations are performed here.

  • notescript.py - Contains a list of AppleScript scripts for managing local notes.

TaskBridge

Main application entry point.

viewmodel

This is the view model package for the GUI.