summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-17dev 1.17better-tree-explorationqkzk
2023-02-17lazygit integration (required)qkzk
2023-02-16command mode. use : to type and complete an existing commandqkzk
2023-02-16refactir compressionqkzk
2023-02-16improve compress displayqkzk
2023-02-15decompress any archive we can createqkzk
2023-02-15decompress zip with same crate. Clippyqkzk
2023-02-15docqkzk
2023-02-15compress xz into an archiveqkzk
2023-02-14dev doc helpqkzk
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
2023-02-12dev.mdqkzk
2023-02-12marks navigation. Jump to or update a mark with enterqkzk
2023-02-12documentationqkzk
2023-02-10git root: Ctrl+g moves to git rootqkzk
2023-02-10rename MAX_HEIGHT to REQUIRED_HEIGHTqkzk
2023-02-06first draft of required height for trees.qkzk
2023-02-06Merge pull request #70 from qkzk/refactored-colorsv0.1.16qkzk
2023-02-05tree move up/down 10 lines at a time with pageup pagedownrefactored-colorsqkzk
2023-02-05Fix: filter in tree only display level 1 elems. Decided to always keep dirs w...qkzk
2023-02-04dev.mdqkzk
2023-02-04Fix: search from tree doesn't update current nodeqkzk
2023-02-04completion in search from treeqkzk
2023-02-03improve tree into navigable contentqkzk
2023-02-02don't format non displayed stringsqkzk
2023-01-31some memory improvmentqkzk
2023-01-31remove all Rc to users cache. Use simple reference onlyqkzk
2023-01-30moved colors to a variable in main instead of an attr of statusqkzk
2023-01-30dev.mdqkzk
2023-01-29dev.mdqkzk
2023-01-29Fix: big file preview may consume all memory by truncating readed filesqkzk
2023-01-29fix unknow uid/gid prevents file listingqkzk
2023-01-29dev.mdqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-28replace nested if let Ok with let elseqkzk
2023-01-28use let else to remove nested if let statementsqkzk
2023-01-28replace nested if let with multiple let elseqkzk
2023-01-28refactor treeqkzk
2023-01-28dev.mdv01.1.15v0.1.15qkzk
2023-01-28refactor constant stringsqkzk
2023-01-27encrypted device: g move to the selected mount pointquentin konieczko
2023-01-24dev.mdqkzk
2023-01-24add a shortcut to the config folderqkzk
2023-01-24open the config file with alt+cqkzk
2023-01-24dev.mdv0.1.14qkzk
2023-01-24Merge pull request #69 from qkzk/tree-up-downqkzk