-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c4c3c7
commit 0ca5353
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
## Next | ||
|
||
- [ ] execute wake and initial wake scripts | ||
- [ ] This is working, but stderr seems to get stuck. Need to understand what is going on here and implement timeouts | ||
- [ ] Would be cool to have a regex match option, not sure how this would fit into the config schema | ||
- [ ] custom redirect page | ||
- [ ] custom redirect page for browsers, could be a fun way to redirect to quotes or something | ||
- [ ] YouTube video about how it works | ||
- [ ] Schedule start script | ||
- [ ] Schedule start script in addition to wake script | ||
- [ ] https://github.com/tingraldi/SwiftScripting/pull/24#pullrequestreview-1173211472 | ||
|
||
## Future | ||
|
||
- [ ] support json config with comments | ||
- [ ] I wonder if there is a tool out there to generate a ui based off a json schema? | ||
- [ ] make a logo with AI? https://www.shopify.com/tools/logo-maker/onboarding/brand-values | ||
- [ ] CLI help text and inputs https://github.com/jakeheis/SwiftCLI | ||
- [ ] If there are no events in a certain period of time, we should trigger an action anywayg | ||
- [ ] If there are no events in a certain period of time, we should trigger an action anyway |