summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-07-22Add <C-o>, <C-i> to jump backward/forwardKyohei Uto
2023-07-13fmtKyohei Uto
2023-06-27Moves the shell integration code to be generated by the fx binaryAhmed ElSamhaa
2023-04-24Remove -v option, check_version()Kyohei Uto
2022-11-18Add magic_imagekyoheiu
2022-11-14Add magicbytes.rs to detect the compression typeKyohei Uto
2022-11-01Fix: Catch error message properlykyoheiu
2022-10-13Remove termion from functions.rsKyohei Uto
2022-08-08Refactor: create layout.rsKyohei Uto
2022-05-24Parse option correctlykyoheiu
2022-05-23Change: Avoid unnecessary panickyoheiu
2022-05-23Refactor: extract check_version()kyoheiu
2022-05-20Restore -l optionkyoheiu
2022-05-20More understandable namesKyohei Uto
2022-05-18Temporarily disable -lKyohei Uto
2022-05-18Add simplelog initkyoheiu
2022-05-13Change: version check option uses -v | --versionkyoheiu
2022-05-06Change MyError to FxErrorkyoheiu
2022-04-22Fix bug when getting envkyoheiu
2022-04-22Add 'v' to clarifykyoheiu
2022-04-15Add checking for updateKyohei Uto
2022-04-15Use eprintln!kyoheiu
2022-04-11Add printing errorkyoheiu
2022-03-29Print helpv0.5.0kyoheiu
2022-02-03main and run -> Result<(), MyError>Kyohei Uto
2022-02-02Refactor: error handlingKyohei Uto
2022-02-01make session for sort_by and show_hiddenKyohei Uto
2021-11-05Remove nightly feature(is_symlink)Kyohei Uto
2021-10-26Add: fm <dir-path>Kyohei Uto
2021-10-20Add FileType::SymlinkKyohei Uto
2021-10-18Change module nameKyohei Uto
2021-10-11Rename modulesKyohei Uto
2021-10-10Add help messageKyohei Uto
2021-10-10Rename states.rs -> nums.rsKyohei Uto
2021-10-02Add module functionsKyohei Uto
2021-10-02Create struct Num and replace index and skip_number with itKyohei Uto
2021-10-01Rename start to runKyohei Uto
2021-09-27Rename list.rs to start.rs, move functions to entry.rsKyohei Uto
2021-09-26Add moduleKyohei Uto
2021-09-26Add mod linesKyohei Uto
2021-09-20Clear main.rsKyohei Uto
2021-09-19Fix cursor movementKyohei Uto
2021-09-18Failing to convert input to event keyKyohei Uto
2021-09-17Fix vector referenceKyohei Uto
2021-09-16Add process::CommandKyohei Uto
2021-09-16Display elements in current dir and path to parent dirKyohei Uto
2021-09-13Initial commitKyohei Uto