summaryrefslogtreecommitdiffstats
path: root/src/layout.rs
AgeCommit message (Expand)Author
2023-11-02Convert tab to 4 spacesKyohei Uto
2023-11-01Remove unused argKyohei Uto
2023-11-01Use bat to preview text contentsKyohei Uto
2023-11-01Use FxError::InvalidPath to read image pathKyohei Uto
2023-11-01Add has_bat and check_batKyohei Uto
2023-10-31Remove unused argKyohei Uto
2023-08-23Remove syntect and syntax highlighting in preview areaKyohei Uto
2023-07-22clippyKyohei Uto
2023-06-18Print registers and status bar even if get_item() returns ErrKyohei Uto
2023-06-13Clearer message for :regKyohei Uto
2023-06-09Show reg info even if you don't have any registersKyohei Uto
2023-06-09Print :reg properlyKyohei Uto
2023-06-04Add :reg to show registersKyohei Uto
2023-06-03Create enum Side to handle :regKyohei Uto
2023-06-03Refactor: toggling previewKyohei Uto
2023-01-21Fix the horizontal layoutKyohei Uto
2023-01-20Fix: Properly format texts with wide charsKyohei Uto
2022-12-22clippy 1.66kyoheiu
2022-12-22Add minimal supported chafa version in the help messagekyoheiu
2022-12-02Clear color setting after printing text previewkyoheiu
2022-12-01Refactorkyoheiu
2022-11-30Refactorkyoheiu
2022-11-30Fix: Remove unnecessary Resultkyoheiu
2022-11-29Refactor: Use ref as parameter if possiblekyoheiu
2022-11-29Add split_str() to avoid wrong new line with wide characterskyoheiu
2022-11-29Fix: Show previewed file name with multibyte chars properlyKyohei Uto
2022-11-18Remove unused constkyoheiu
2022-11-13clippy v1.65.0Kyohei Uto
2022-11-10Remove unwrap as possible, return errorkyoheiu
2022-11-07Refactor: State and LayoutKyohei Uto
2022-11-05Fix: persist text content without tab characterkyoheiu
2022-11-05Fix refresh bagKyohei Uto
2022-11-04Fix: preview text widthKyohei Uto
2022-11-01Remove use_full_width and item_name_length: Always use full widthkyoheiu
2022-11-01Remove unnecessary syntex parsingKyohei Uto
2022-11-01Optimize: Read text content onceKyohei Uto
2022-10-30Fix display and scroll of highlighted textKyohei Uto
2022-10-30Change layout field name, use tuplesKyohei Uto
2022-10-30Add syntax_highlight and theme_path to configkyoheiu
2022-10-30Add preview and split to session.rsKyohei Uto
2022-10-29MVP: Add syntax highlighting if possibleKyohei Uto
2022-10-26remove bat detectionKyohei Uto
2022-10-26Add: State field has_batKyohei Uto
2022-10-26Add horizontal image previewKyohei Uto
2022-10-26Fix: Remove extra char of current dir infoKyohei Uto
2022-10-26Fix preview_contentsKyohei Uto
2022-10-25Add primitively the feature to toggle vertical/horizontalKyohei Uto
2022-10-25Add Split field to LayoutKyohei Uto
2022-10-23Fix: Resolve if_same_then_elseKyohei Uto
2022-10-22move content check to fnUwe Jugel