summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-12-15v2.2.1Kyohei Uto
2022-12-14Final NetBSD fixpin
2022-12-12Add commentskyoheiu
2022-12-12Refactorkyoheiu
2022-12-12Refactor the shell modekyoheiu
2022-12-12Use const numberskyoheiu
2022-12-11Refactor: Add comments, use const numberkyoheiu
2022-12-11Remove sleep time, which became unnecessary by crosstermkyoheiu
2022-12-10Add `:trash` to go directly to trash directorykyoheiu
2022-12-10Fix: Remove broken symlink when deleting/puttingkyoheiu
2022-12-10Fix: Remove broken symlink by remove_file()kyoheiu
2022-12-09Change: log directory to data_local_dir()kyoheiu
2022-12-09Change: Trash dir and session file move to data_local_dir()kyoheiu
2022-12-04Add netbsd cfg for open_file_in_new_windowKyohei Uto
2022-12-02Clear color setting after printing text previewkyoheiu
2022-12-02Add commentskyoheiu
2022-12-02Change: More efficient way to reorder the list by mem::takeKyohei Uto
2022-12-02RefactorKyohei Uto
2022-12-01Refactor: Around unpack()Kyohei Uto
2022-12-01Refactorkyoheiu
2022-11-30v2.1.1kyoheiu
2022-11-30Refactorkyoheiu
2022-11-30Fix: Remove unnecessary Resultkyoheiu
2022-11-30Remove magic number, use constkyoheiu
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-29Fix: Show item name with multibyte chars properlykyoheiu
2022-11-29Fix: Show current dir path with multibyte chars properlykyoheiu
2022-11-29Fix: Show previewed file name with multibyte chars properlyKyohei Uto
2022-11-28Use drop before exit()kyoheiu
2022-11-27Fix build on macOS and WindowsKyohei Uto
2022-11-27Specify target os around open_file_in_new_windowKyohei Uto
2022-11-27Fix: Use double-fork on linux when opening a new windowkyoheiu
2022-11-27Add nix errorkyoheiu
2022-11-23Use BTreeMap/Set instead of HashMap/SetKyohei Uto
2022-11-23Change sort order(case-insensitive)Kyohei Uto
2022-11-23Change: refresh may fail in order to detect terminal sizeKyohei Uto
2022-11-22Trim header to fit into the terminal widthkyoheiu
2022-11-22Trim info/error message to fit into the terminal widthkyoheiu
2022-11-22More predictable function namekyoheiu
2022-11-22Use term::terminal_size instead of imported functionKyohei Uto
2022-11-22Remove temporary variableKyohei Uto
2022-11-19v2.1.0Kyohei Uto
2022-11-19Change: unpack successes even if the item with the same name existsKyohei Uto
2022-11-19Fix: Select mode moveKyohei Uto
2022-11-18Fix: Delete pointer after removing fileskyoheiu
2022-11-18Remove unused constkyoheiu
2022-11-18Change test file pathkyoheiu