summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2023-11-09Merge read_config and read_config_from_strKyohei Uto
2023-10-10Add dirty_fg to Config, LayoutKyohei Uto
2023-08-25Update config: color field is now optionalKyohei Uto
2023-08-23Remove syntect and syntax highlighting in preview areaKyohei Uto
2023-07-28clippyKyohei Uto
2023-07-28Allow `.yml` extension for the configurationKyohei Uto
2023-06-26Adds a toggle to the config to match the exit keybinding behavior of vimAhmed ElSamhaa
2023-05-26Refactor: Fix config-reading fn nameKyohei Uto
2023-05-25Fix cfg conditionKyohei Uto
2023-05-24Fix comment on macOS config pathKyohei Uto
2023-05-24Fix commentKyohei Uto
2023-05-24Refactor: Remove unnecessary directory creationKyohei Uto
2023-05-24If config file is not found or broken, launch with the default configuration,...Kyohei Uto
2023-05-24Read or create config file inside State::new(); Read 2 paths on macOSKyohei Uto
2023-02-12Add example using argumentskyoheiu
2022-12-09Change: Trash dir and session file move to data_local_dir()kyoheiu
2022-11-23Use BTreeMap/Set instead of HashMap/SetKyohei Uto
2022-11-13clippy v1.65.0Kyohei Uto
2022-11-12Change: Avoid panic and return Err if config_dir() does not workkyoheiu
2022-11-12Change: Avoid setting the config file path twicekyoheiu
2022-11-12Fix bug in making configKyohei Uto
2022-11-12Fix config path printing, avoid panic when using default configKyohei Uto
2022-11-11Fix typoKyohei Uto
2022-11-11Fix: replace command properly and show messagekyoheiu
2022-11-11impl defaultkyoheiu
2022-11-11Add default configkyoheiu
2022-11-09Use config::CONFIG_FILEkyoheiu
2022-11-08Refactoringkyoheiu
2022-11-08Better error messageskyoheiu
2022-11-01Add default_theme to configkyoheiu
2022-11-01Remove use_full_width and item_name_length: Always use full widthkyoheiu
2022-10-30Add syntax_highlight and theme_path to configkyoheiu
2022-10-23Remove debug lineKyohei Uto
2022-10-23Fix: enter_raw_mode() after the configuration finishesKyohei Uto
2022-10-18Update configkyoheiu
2022-10-18Disable 'open_file_in_new_window'Kyohei Uto
2022-10-16Fix conflictKyohei Uto
2022-10-15Suggested changes, and useful message addedKyle Brown
2022-10-16Fix: Add initial message for Windowskyoheiu
2022-10-14Editor env varsKyle Brown
2022-10-15Add commentKyohei Uto
2022-10-15Add conversion from config color to crossterm colorKyohei Uto
2022-10-13Remove termion from layout.rsKyohei Uto
2022-08-08Add: Specify that exec configuration is optionalkyoheiu
2022-08-08Update default config filekyoheiu
2022-06-30Print message about config file when createdkyoheiu
2022-06-13Better navigation messageKyohei Uto
2022-06-12Change: you can set your own default command at the first launchkyoheiu
2022-06-12Change: state.exec as Optionkyoheiu
2022-05-20Change: use_full_width is true by defaultkyoheiu