summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2020-02-08change to using termion's keyboard handlingJiayi Zhao
- user input is now on a seperate thread - this allows for other threads to be added as well - keymap configs have changed to be more user friendly
2019-08-06change keymap.toml layoutJiayi Zhao
2019-08-05rework how mimetype configuration worksJiayi Zhao
- config file is now easier to visually parse and edit - fix opening files via open_with
2019-08-03Make xdg_open toggleableJiayi Zhao
- xdg_open option automatically opens file rather than asking user what to do - fix crash when trying to open something in an empty directory
2019-06-28update mimetype.tomlJiayi Zhao
2019-06-28update mimetype.tomlJiayi Zhao
2019-05-31update example keymap config fileJiayi Zhao
2019-05-27update config filesJiayi Zhao
2019-05-26Revert keymaps back to vectorsJiayi Zhao
- shell variables will no longer work in config
2019-05-25update keymap.tomlJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
- make JoshutoKeymap just an alias for HashMap<i32, CommandKeybind> - change keymap.toml to use ascii values rather than strings that needs reparsing
2019-04-30rework how mimetype.toml config worksJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-25add option for enabling/disabling preview supportJiayi Zhao
2019-03-02fix search_prev silently overwriting paste commandsJiayi Zhao
- joshuto should now exit if a conflict occurs between keybindings
2019-03-02update keymap.toml to contain search_next and search_prevJiayi Zhao
2019-02-20remove dyn for Box<Trait>Jiayi Zhao
2019-02-19update keymap.tomlJiayi Zhao
2019-02-19configs should be before [sort_option]Jiayi Zhao
2019-01-31update mimetype.tomlJiayi Zhao
2019-01-31Add tilde_in_titlebar optionCaleb Bassi
2019-01-31Fix typo in config fileCaleb Bassi
2019-01-30Add vim keys to default keymap config fileCaleb Bassi
2019-01-27update example configsJiayi Zhao
2019-01-15update keymap.tomlJiayi Zhao
2019-01-13add support for extensions and mimetype configuration for app launchingJiayi Zhao
2019-01-12add support for custom color themesJiayi Zhao
2019-01-08add preliminary tab supportJiayi Zhao
2019-01-07add options to mimetype entries so joshuto doesn't get cluttered with ↵Jiayi Zhao
program output or stops joshuto
2019-01-06change mimetype.toml format to extensions for nowJiayi Zhao
- might go back to actual mimetypes later
2019-01-06move configuration code into config/ folderJiayi Zhao
- change sort related configuration into its own []
2019-01-05replace keymap.conf with keymap.tomlJiayi Zhao
2019-01-05update keymap.confJiayi Zhao
2019-01-04update keymap.confJiayi Zhao
2019-01-04update mimetype.tomlJiayi Zhao
2019-01-03update config filesJiayi Zhao
2018-12-27update configsJiayi Zhao
2018-12-25add keymap.confJiayi Zhao
2018-12-24add description and license to Cargo.tomlJiayi Zhao
2018-12-24add more options to config examplesJiayi Zhao
2018-12-24add options for sortingJiayi Zhao
2018-12-24print out current path with ranger like colorsJiayi Zhao
2018-12-24add more mimetype to example configJiayi Zhao
2018-12-23move mimetype config out of joshuto.toml into mimetype.tomlJiayi Zhao
2018-12-23add support for multiple keybindings mapping to same commandJiayi Zhao
2018-12-23add support for custom keymappingJiayi Zhao
2018-12-21update config toml fileJiayi Zhao
2018-12-20update joshuto configuration fileJiayi Zhao
2018-07-28update config toml to reflect changes in codeJiayi Zhao
2018-07-20add support for opening files in external programsJiayi Zhao