summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-02-13more work on textfieldJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao
2019-06-23cargo fmtJiayi Zhao
2019-06-23rename io to fsJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-05-31cargo fmtJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-05-25make home directory a global variableJiayi Zhao
2019-05-18add debug flagJiayi Zhao
2019-05-05cargo fmtJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi
2019-02-15Replace clap with structopt for argument parsingCaleb Bassi
2019-02-15refactor: config file handlingCaleb Bassi
2019-01-31cargo fmtCaleb Bassi
2019-01-31Merge branch 'master' into devJiayi Zhao
2019-01-31Cleanup config hierarchy; Only add ./config in debug modeCaleb Bassi
2019-01-30preliminary for preview reworkJiayi Zhao
2019-01-27make theme and mimetypes staticJiayi Zhao
2019-01-15clean up codeJiayi Zhao
2019-01-08major refactoring in preparation for tabs supportJiayi Zhao
2019-01-06change mimetype.toml format to extensions for nowJiayi Zhao
2019-01-06move configuration code into config/ folderJiayi Zhao
2019-01-05revert back to using keymap.tomlJiayi Zhao
2019-01-03allow for code to prefill input when getting string inputJiayi Zhao
2019-01-02remove printJiayi Zhao
2019-01-01add lazy_static to dependenciesJiayi Zhao
2018-12-25switch to .conf file for keymapping for better customization in the futureJiayi Zhao
2018-12-24add support for showing version numberJiayi Zhao
2018-12-24fix ENTER not recognizingJiayi Zhao
2018-12-23move functions into their respective config parsing fileJiayi Zhao
2018-12-23add support for keymapsJiayi Zhao
2018-12-22add preliminary support for keymapping configurationJiayi Zhao
2018-12-22change method nameJiayi Zhao
2018-12-20add support back for opening filesJiayi Zhao
2018-12-20add support back for reading config filesJiayi Zhao
2018-12-18put username and hostname inside config structJiayi Zhao
2018-12-18lots of changesJiayi Zhao
2018-07-31fix tree_magic::from_filepath()Jiayi Zhao
2018-07-28add support for program argument list when executing programsJiayi Zhao
2018-07-20cleanupJiayi Zhao
2018-07-20add support for mimetypes configJiayi Zhao
2018-07-20rename filesJiayi Zhao
2018-07-18convert more functions to follow configsJiayi Zhao
2018-07-18fix compilation errorsJiayi Zhao