summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-07-18Refactor out notification callsYuval Adam
2018-07-17Implement play/pause and cleanupYuval Adam
2018-07-17HTTP requests successful, aww yissYuval Adam
2018-07-17Use a properYuval Adam
2018-07-17Second round of refactoringYuval Adam
2018-07-17First round of runtime refactoringYuval Adam
2018-07-12Run HTTP server on a separate thread, all goodYuval Adam
2018-07-12Test HTTP file servingYuval Adam
2018-07-11Initial implementation and test for parse_udp_messageYuval Adam
2018-07-11Add UDP comms threadYuval Adam
2018-07-09Use descriptin from envYuval Adam
2018-07-09Add --subtitles flagYuval Adam
2018-07-09Add device argYuval Adam
2018-07-08Implemented a properly threaded user input loopYuval Adam
2018-07-08Back to reading a single charYuval Adam
2018-07-07Use cargo vars for app metadataYuval Adam
2018-07-06Send out a discovery search requestYuval Adam
2018-07-05Oops we need coloredYuval Adam
2018-07-05Restructure and remove coloredYuval Adam
2018-07-05Termios solution worksYuval Adam
2018-07-05Remove rustyline and cleanupYuval Adam
2018-07-03Add input file path validationYuval Adam
2018-07-03File should be positional argYuval Adam
2018-07-03Add rustyline dependencyYuval Adam
2018-07-03Add basic clap structureYuval Adam
2018-07-03Add basic usage print with colorYuval Adam
2018-07-03Initial rust binary projectYuval Adam