aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* recompile when Cargo.toml changesJesse Luehrs2019-10-211-0/+2
* metadataJesse Luehrs2019-10-211-0/+3
* use log::error! instead of eprintln!Jesse Luehrs2019-10-211-0/+1
* drop root privileges during normal operationJesse Luehrs2019-10-201-0/+1
* give component_future its own try_ready! macroJesse Luehrs2019-10-171-1/+3
* ensure resize handling works everywhereJesse Luehrs2019-10-171-0/+1
* refactor config handlingJesse Luehrs2019-10-171-1/+1
* hide all logs except error logs for interactive subcommandsJesse Luehrs2019-10-171-4/+0
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-0/+2
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+1
* allow clippy::single_match everywhereJesse Luehrs2019-10-151-0/+1
* move common traits into a preludeJesse Luehrs2019-10-141-0/+2
* add command to record terminal sessionsJesse Luehrs2019-10-131-0/+1
* move to a real logging crateJesse Luehrs2019-10-091-0/+4
* move session list code to its own moduleJesse Luehrs2019-10-081-0/+1
* also pull stdin handling out of the process moduleJesse Luehrs2019-10-051-0/+1
* renameJesse Luehrs2019-10-051-1/+1
* implement a more usable watch uxJesse Luehrs2019-10-041-0/+1
* move some commonly used errors to a shared moduleJesse Luehrs2019-10-021-0/+1
* don't literally store the session object, just generate it on demandJesse Luehrs2019-10-021-1/+0
* make the connection state a bit more explicitJesse Luehrs2019-10-011-0/+1
* pull out a common definitionJesse Luehrs2019-09-291-0/+1
* more clippyJesse Luehrs2019-09-291-1/+6
* factor out the server implementation tooJesse Luehrs2019-09-291-0/+1
* further abstract this outJesse Luehrs2019-09-291-0/+1
* make the poll function handling more genericJesse Luehrs2019-09-261-0/+2
* factor out connection handling into a generic clientJesse Luehrs2019-09-261-0/+1
* factor out terminal output buffer handlingJesse Luehrs2019-09-041-0/+1
* make cast run a commandJesse Luehrs2019-09-021-0/+1
* actually, remove protobufs tooJesse Luehrs2019-09-011-1/+1
* fix error handlingJesse Luehrs2019-09-011-1/+1
* let's avoid grpc for nowJesse Luehrs2019-07-171-0/+1
* get a basic command structure in placeJesse Luehrs2019-07-141-1/+10
* project skeletonJesse Luehrs2019-07-131-0/+3