summaryrefslogtreecommitdiffstats
path: root/src/compress.rs
AgeCommit message (Expand)Author
2023-11-01use macro to log lineqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-25FIX: archive creation will fail if CWD isn't the selected tab pathqkzk
2023-09-19log more messages to target special. Display last action in last lineqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-02-16refactir compressionqkzk
2023-02-16improve compress displayqkzk
2023-02-15decompress zip with same crate. Clippyqkzk
2023-02-15docqkzk
2023-02-15compress xz into an archiveqkzk
2023-02-14improve compression interfaceqkzk
2023-02-14compress with zipqkzk
2023-02-14compression almost doneqkzk
2023-02-14compress with flate2qkzk
2023-02-14rename compress.rs to decompress.rsqkzk
2022-12-29use &Path more oftenqkzk
2022-12-18syntaxic sugar for error creationqkzk
2022-12-15documentationqkzk
2022-12-13integrate compression in opener. Simplify bulkrenameqkzk
2022-12-13use compress-tool to handle archivesqkzk
2022-12-12fix decompressqkzk
2022-11-01decompress a file with ctrl+xqkzk