summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
14 daysMerge pull request #235 from blinxen/mainHEADmainSebastian Thiel
14 daysUpdate gix-glob dependency to 0.16.2blinxen
2024-03-10Release dua-cli v2.29.0v2.29.0Sebastian Thiel
2024-03-10fix: avoid crashes when the terminal is resized to unusually small sizes.Sebastian Thiel
2024-03-10fix: mark-pane help bar now shows closest to the selected item.Sebastian Thiel
2024-03-10update to the latest versions of `tui-react` and `ratatui`Sebastian Thiel
2024-03-10fix possible overflow during substraction in mark paneSebastian Thiel
2024-03-10Add scrollbar for mark listCyandev
2024-03-09feat: Add scrollbar to the main entries list.Sebastian Thiel
2024-03-09avoid iterating a potentially long list doublySebastian Thiel
2024-03-09Add scrollbar for main listCyandev
2024-03-02Merge branch 'dev/pwach/ignore-vs-code'Sebastian Thiel
2024-03-02remove user and platform specific files from `.gitignore`Sebastian Thiel
2024-03-02Ignore .vscode directory (same as .idea)Piotr Wach
2024-03-02Merge pull request #231 from gosuwachu/dev/pwach/fix-clippySebastian Thiel
2024-03-02update dependenciesSebastian Thiel
2024-03-01Fixes clippy error in rust 1.76Piotr Wach
2024-01-26Merge pull request #229 from chessmango-forks/mainSebastian Thiel
2024-01-25Different image obviOwen Valentine
2024-01-25Strip arm64 binOwen Valentine
2024-01-25Add aarch64 releasesOwen Valentine
2024-01-23Release dua-cli v2.28.0v2.28.0Sebastian Thiel
2024-01-23Merge branch 'no-entry-check'Sebastian Thiel
2024-01-23feat: add `dua i --no-entry-check` flag. (#227)Sebastian Thiel
2024-01-22Make builds with rustc 1.72 work (#226)Sebastian Thiel
2024-01-22Release dua-cli v2.27.2v2.27.2Sebastian Thiel
2024-01-22Merge branch 'fix-overhead'Sebastian Thiel
2024-01-22fix: allow `/` (glob-mode) while scanning.Sebastian Thiel
2024-01-22fix: don't check entry metadata while a scan is in progress (#223)Sebastian Thiel
2024-01-21Release dua-cli v2.27.1v2.27.1Sebastian Thiel
2024-01-21fix: Explicit refreshes with 'r and 'R' now work with multiple root paths as ...Sebastian Thiel
2024-01-21refactorSebastian Thiel
2024-01-20cargo fmtPiotr Wach
2024-01-20Tests for refresh & selectionPiotr Wach
2024-01-20Fix refresh with multiple input pathsPiotr Wach
2024-01-20Test glob pane open/closePiotr Wach
2024-01-20Tests for shwing/hiding additional columnsPiotr Wach
2024-01-17Release dua-cli v2.27.0v2.27.0Sebastian Thiel
2024-01-17feat: Press `r` or `R` for refresh (#96)Sebastian Thiel
2024-01-17refactorSebastian Thiel
2024-01-17make `Shift+r` do more than 'r'Sebastian Thiel
2024-01-14Preserve selected element after refreshPiotr Wach
2024-01-14Various updates based on the code review feedback:Piotr Wach
2024-01-14cargo clippy & fmtPiotr Wach
2024-01-14Fix testsPiotr Wach
2024-01-14Exit glob mode if view root is the same as glob rootPiotr Wach
2024-01-14Fix updating item countPiotr Wach
2024-01-14Fixed testsPiotr Wach
2024-01-14Remove debug commentsPiotr Wach
2024-01-14Refresh all in view vs selectedPiotr Wach