summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-241.18 completedv0.1.18qkzk
2023-02-24restrain dual pane to 120+ chars wide, uniform keybindings for display to alt...qkzk
2023-02-23renaming compressed extensionsqkzk
2023-02-23move thumbnail path to specific fileqkzk
2023-02-23FIX: preview a file without read permissions would crash. Use Empty preview i...qkzk
2023-02-22improve preview first lineqkzk
2023-02-22display the number of flagged files. Use attr instead of passing a ref in pri...qkzk
2023-02-22dev.mdqkzk
2023-02-21refactor list_file_zip and document it.qkzk
2023-02-21prevent pdf extract from printing, prevent invalid zip from crashing the appqkzk
2023-02-21remove some attr from fileinfoqkzk
2023-02-20use thumbnail for video, mediainfo for audioqkzk
2023-02-20help: preview on second paneqkzk
2023-02-20FIX: second pane forced preview has fixed - wrong - heightqkzk
2023-02-20use second pane as previewqkzk
2023-02-19dev.mdqkzk
2023-02-19preview image with ueberzugqkzk
2023-02-19dev.mdqkzk
2023-02-18use notify send to lower binary sizeqkzk
2023-02-17clippy refactor completionqkzk
2023-02-17preview completion in another colorqkzk
2023-02-17v0.1.18 preparationqkzk
2023-02-17Merge pull request #71 from qkzk/better-tree-explorationv0.1.17qkzk
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