Skip to content
  • Gaute Hope's avatar
    Add export and import · ec38e415
    Gaute Hope authored
    Create export and import scripts. Invoked through:
     $ gnome-schedule-export [file] (or nothing for output to stdout)
    
     and
    
     $ gnome-schedule-import [file] (or nothing to read from stdin)
    
     using Pythons 'pickle' to store necessary data.
    ec38e415