summaryrefslogtreecommitdiffstats
path: root/src/functions.rs
AgeCommit message (Expand)Author
2023-08-23cargo fmtKyohei Uto
2023-07-30Fix test to wrap text (use Vec<String>)Kyohei Uto
2023-07-28Add format_txt tests and benchmark by bwrapKyohei Uto
2023-06-18Refactor: Rename delete_pointerKyohei Uto
2023-06-09Print :reg properlyKyohei Uto
2023-06-01Rename function to clear info lineKyohei Uto
2023-05-05Fix test to show new test filesKyohei Uto
2023-04-24Resolve merge conflictKyohei Uto
2023-04-24Remove -v option, check_version()Kyohei Uto
2023-04-12Fix typosKian-Meng Ang
2023-02-12Delete unused is_editable and its testkyoheiu
2023-01-20Fix: Properly format texts with wide charsKyohei Uto
2022-12-18Add create_dir_all for config_dir/data_local_dirKyohei Uto
2022-12-12Refactorkyoheiu
2022-12-12Use const numberskyoheiu
2022-12-11Refactor: Add comments, use const numberkyoheiu
2022-12-09Change: log directory to data_local_dir()kyoheiu
2022-12-01Refactorkyoheiu
2022-11-30Fix: Remove unnecessary Resultkyoheiu
2022-11-29Refactor: Use ref as parameter if possiblekyoheiu
2022-11-29Use bytes() instead of char() to avoid breaking preview layoutkyoheiu
2022-11-29Use split_str() to avoid breaking preview layoutkyoheiu
2022-11-29Add split_str() to avoid wrong new line with wide characterskyoheiu
2022-11-23Use BTreeMap/Set instead of HashMap/SetKyohei Uto
2022-11-22Trim info/error message to fit into the terminal widthkyoheiu
2022-11-22More predictable function namekyoheiu
2022-11-18Move fn unpack to magic_packedkyoheiu
2022-11-17Remove unnecessary declarationKyohei Uto
2022-11-17Refactor: Improve error message, impl Display for SignatureKyohei Uto
2022-11-16Implement unpacking of xz, zst, tar.zstKyohei Uto
2022-11-15Improve error messageKyohei Uto
2022-11-15Implement primitive extractor (Pkzip, Tar, Gzip, Xz)Kyohei Uto
2022-11-13Fix: Redraw the list even if the extraction failsKyohei Uto
2022-11-13Add primitive functions to extract archiveKyohei Uto
2022-11-08Add: Show permissions on the footer in unixkyoheiu
2022-10-21Fix preview of symlink to a directoryKyohei Uto
2022-10-15Minimal viable Migration to crosstermKyohei Uto
2022-10-15Clean z commandKyohei 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-13Add color functionKyohei Uto
2022-10-13Fix delete cursor bugKyohei Uto
2022-10-13Remove termion from functions.rsKyohei Uto
2022-10-01Change: Smarter renamingkyoheiu
2022-09-28Add FxError::LogKyohei Uto
2022-09-28Refactor: Return resultKyohei Uto
2022-08-29Refactor functions around the layoutkyoheiu
2022-08-21Fix configuration: Use full width when use_full_width is not setKyohei Uto
2022-06-16Fix preview text formattingkyoheiu
2022-06-12Change: state.exec as Optionkyoheiu