summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2022-11-18Add inspect_image() testkyoheiu
2022-11-18Use magic number to detect image filekyoheiu
2022-11-18Remove unpack importkyoheiu
2022-11-18Add magic_imagekyoheiu
2022-11-18Move fn unpack to magic_packedkyoheiu
2022-11-18Add magic_imagekyoheiu
2022-11-17Add key to unpackkyoheiu
2022-11-17Show the duration of unpackingKyohei Uto
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-14Complete inspect_signaturesKyohei Uto
2022-11-14Add magicbytes.rs to detect the compression typeKyohei Uto
2022-11-13Fix: Redraw the list even if the extraction failsKyohei Uto
2022-11-13Add command e to extract archive filesKyohei Uto
2022-11-13Add primitive functions to extract archiveKyohei Uto
2022-11-13clippy v1.65.0Kyohei Uto
2022-11-12Change: Avoid panic and return Err if config_dir() does not workkyoheiu
2022-11-12Change: Avoid setting the config file path twicekyoheiu
2022-11-12v2.0.1: Fix bugKyohei Uto
2022-11-12Fix bug in making configKyohei Uto
2022-11-12Fix config path printing, avoid panic when using default configKyohei Uto
2022-11-11Remove separatorKyohei Uto
2022-11-11Add precise error message when no exec configKyohei Uto
2022-11-11Fix typoKyohei Uto
2022-11-11Update usageKyohei Uto
2022-11-11v2.0.0Kyohei Uto
2022-11-11Add the fallback when config cannot be readkyoheiu
2022-11-11Switch to serde_yamlkyoheiu
2022-11-11Add Yamlkyoheiu
2022-11-11Fix: replace command properly and show messagekyoheiu
2022-11-11impl defaultkyoheiu
2022-11-11Add default configkyoheiu
2022-11-10Remove unwrap as possible, return errorkyoheiu
2022-11-10Fix: Adjust cursor pos when horizontally splitkyoheiu
2022-11-10Fix: Adjust the cursor pos when horizontally splitkyoheiu
2022-11-10Add syntect error and utf8 errorkyoheiu
2022-11-09Return to the original position if key does not matchKyohei Uto
2022-11-09Move initializing process to `run`kyoheiu
2022-11-09Use config::CONFIG_FILEkyoheiu
2022-11-09Remove panickyoheiu
2022-11-09Remove unwrap to return err and print the detailkyoheiu