summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-05-04Move screen and plugins to client side.Kunal Mohan
2021-05-04split start into start_server and start_clientKunal Mohan
2021-05-04Rename notify_server to connect_to_serverKunal Mohan
2021-05-04Add router thread on server side as wellKunal Mohan
2021-05-04Hide IpcChannel entirely behind OsApiKunal Mohan
2021-05-04Hide server-side Ipc channels creation behind OsApis and some documentation f...Kunal Mohan
2021-05-04fix testsKunal Mohan
2021-05-04Divide OsApi into ClientOsApi and ServerOsApi and move calls to os threadKunal Mohan
2021-05-04Introduce DoneCLosingPane message to ensure atomicity in state changeKunal Mohan
2021-05-04Use ipmpsc crate for IPCKunal Mohan
2021-05-04Introduce serlializable ClientInstruction and Rename ApiCommandKunal Mohan
2021-05-04Introduce IpcSenderWithContextKunal Mohan
2021-05-04isolate pty threadKunal Mohan
2021-05-02Rename install -> setupa-kenji
2021-05-02Load config before start()Yutaka Kamei
2021-05-01Don't commit to master like an idiot... :(Kyle Sutherland-Cash
2021-05-01Use Bus type for PTY thread (incomplete)Kyle Sutherland-Cash
2021-04-27Config Loadinga-kenji
2021-04-25fixup! Add subcommand to generate completionsMatthias Beyer
2021-04-25Add subcommand to generate completionsMatthias Beyer
2021-04-14feat(build): vastly simplify the build systemBrooks J Rady
2021-04-13merge(main): update branch with changes from mainBrooks J Rady
2021-04-12fix(performance): remove unnecessary allocations from pty (#264)Aram Drevekenin
2021-03-26Start porting to cargo-makeBrooks J Rady
2021-02-25infra(crates.io): allow publishing by including assets from a different pathBrooks J Rady
2021-02-25add basic tab bar #166Jonah Caplan
2021-02-23style(enable trailing commas in asset_map!)Brooks J Rady
2021-02-23fix(plugin install location)Brooks J Rady
2021-02-23build(simplify and fix build system, removing the binary assets)Brooks J Rady
2021-02-16Whoops, give things a format!Brooks J Rady
2021-02-16Install assets on first runBrooks J Rady
2021-02-10fix: Some warningshenil
2021-02-10Update references in `src/`henil
2021-01-29chore: formattingdenis
2021-01-29wip: moved stuff from main into commondenis
2021-01-29Merge branch 'main' into restructuredenis
2021-01-28feat(statusbar): max status bar height (#156)Aram Drevekenin
2021-01-25Use alternate bufferhenil
2021-01-24wip: oops shouldn't forget thatdenis
2021-01-24wip: restructing in progress, to prep for server-clientdenis
2021-01-22Merge branch 'main' into server-clientdenis
2021-01-21feat(plugin): Search in root folder for plugins and layout filesv0.1.0-alphaHenil Dedania
2021-01-20fix(main): do not hang on exit (#150)Aram Drevekenin
2021-01-17Add some message types for server-client commsKyle
2021-01-12Finish implementing default layoutsBrooks J Rady
2021-01-11Added a get_help function to the plugin APIBrooks J Rady
2021-01-11Added the set_selectable plugin API functionBrooks J Rady
2021-01-10Add a plugin callback for global keypressesBrooks J Rady
2021-01-07Merge in changes from main and fix a clippy lintBrooks J Rady
2021-01-07Finished plugin system! (Added file opening)Brooks J Rady