summaryrefslogtreecommitdiffstats
path: root/src/layout.rs
AgeCommit message (Expand)Author
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
2022-10-22Add case where symlink points to text or binaryKyohei Uto
2022-10-20handle unresolved symlinks, do not panic on failed content readUwe Jugel
2022-10-21Fix preview of symlink to a directoryKyohei Uto
2022-10-15Refactor print: Remove macro, everything in print methodKyohei Uto
2022-10-15Add conversion from config color to crossterm colorKyohei Uto
2022-10-14Remove termion color from state.rsKyohei Uto
2022-10-13Remove termion from layout.rsKyohei Uto
2022-10-13Add color functionKyohei Uto
2022-08-29Refactor functions around the layoutkyoheiu
2022-08-08Refactor: create layout.rsKyohei Uto