summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-05-07add more automatic error handlingJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rename CommandMapping to KeyMappingJeff Zhao
2021-01-31cargo fmtJeff Zhao
2021-01-31add --lastdir option to output pwd upon quittingJeff Zhao
2021-01-20cd with tilde expansionMatthew Blode
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-17fix cutJiayi Zhao
2020-03-16add version and path command line argumentsJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
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