summaryrefslogtreecommitdiffstats
path: root/src/state.rs
AgeCommit message (Expand)Author
2023-11-19Fixed button press for windowsfelixh
2023-11-01Add has_bat and check_batKyohei Uto
2023-10-15Refactor put_fileKyohei Uto
2023-10-10Use unwrap_or(()) to ignore git2 errorlibgitKyohei Uto
2023-10-10Add comments where Diffs are collectedKyohei Uto
2023-10-10clippyKyohei Uto
2023-10-10Refactor set_color for the headerKyohei Uto
2023-10-10Add dirty_fg to Config, LayoutKyohei Uto
2023-09-19Add field is_dirty to ItemInfoKyohei Uto
2023-09-09Get branch name by git2Kyohei Uto
2023-08-25Add FxError::DefaultEditor to clarify the reason why you cannot open file by ...Kyohei Uto
2023-08-25Fix build on macOS (add type annotation to bits)Kyohei Uto
2023-08-25Update config: color field is now optionalKyohei Uto
2023-08-25clippyKyohei Uto
2023-08-24Create check_reg to see ItemBuffer in registersKyohei Uto
2023-08-24clippyKyohei Uto
2023-08-23Execute `zoxide add` when chdir (if zoxide is installed)Kyohei Uto
2023-08-23Add field has_zoxide to StateKyohei Uto
2023-08-23Remove syntect and syntax highlighting in preview areaKyohei Uto
2023-08-01clippy 1.71.0Kyohei Uto
2023-07-22Move export_lwd to State methodKyohei Uto
2023-07-22Add <C-o>, <C-i> to jump backward/forwardKyohei Uto
2023-06-26Adds a toggle to the config to match the exit keybinding behavior of vimAhmed ElSamhaa
2023-06-21Merge branch 'main' into feature-cd2cwdAhmed ElSamhaa
2023-06-18Print registers and status bar even if get_item() returns ErrKyohei Uto
2023-06-17Fix: UndoKyohei Uto
2023-06-17Refactor: Store original item name when deletingKyohei Uto
2023-06-14Update commentsKyohei Uto
2023-06-14fmtKyohei Uto
2023-06-13Refactor: clearer method namesKyohei Uto
2023-06-13Refactor: append_item and yank_item as Registers' methodsKyohei Uto
2023-06-09Print :reg properlyKyohei Uto
2023-06-09Add "add, "Add, "ad, "AdKyohei Uto
2023-06-08Add append_item for "AKyohei Uto
2023-06-08state.put shows total number of put items instead of unnamed reg lenKyohei Uto
2023-06-06Implement: :reg, "ayy, "apKyohei Uto
2023-06-04Add :reg to show registersKyohei Uto
2023-06-03Create enum Side to handle :regKyohei Uto
2023-06-02Integrate visual mode into the main loopKyohei Uto
2023-06-02Refactor: Change yank_itemKyohei Uto
2023-06-01Pass Vec<ItemBuffer> to State.put()Kyohei Uto
2023-06-01Merge ItemBuffer strategyKyohei Uto
2023-06-01Remove clearance of regsKyohei Uto
2023-06-01Remove unnecessary linesKyohei Uto
2023-06-01Rename function to clear info lineKyohei Uto
2023-05-30Add registers field to State, which contains unnamed, zero, numbered and namedKyohei Uto
2023-05-26Refactor: Fix config-reading fn nameKyohei Uto
2023-05-25Prefix unused parameterKyohei 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