seanbreckenridge / HPI

Human Programming Interface - a way to unify, access and interact with all of my personal data [my modules]
https://beepb00p.xyz/hpi.html
MIT License
69 stars 6 forks source link

restructure job dirs so that its easier to dispatch on OS type #14

Closed seanbreckenridge closed 3 years ago

seanbreckenridge commented 3 years ago

similar to how I structure them in my dotfiles:

jobs
├── linux
│   ├── dl_mnu.priv.job
│   ├── guestbook_comments.job
│   ├── mint.job
│   ├── raspi.job
│   └── update_rss.job
├── mac
└── shared
    └── mystars.job

Update run_jobs so that it runs those specific directories on each OS