summaryrefslogtreecommitdiffstats
path: root/nav.go
AgeCommit message (Expand)Author
2024-05-06Remove call to getFileExtension when Lstat fails (#1698)Mario D'Andrea
2024-04-20gofumpt lint and misc cleanup (#1682)David Pedersen
2024-04-07Move get file extension logic to util (#1670)David Pedersen
2024-04-07Added globfilter command (#1650)Catalin Ancutei
2024-03-26Revert "Trigger update after copy/move (#1638)" (#1661)Joe Lim
2024-03-24Clear only when cut succeeds (#1652)Joe Lim
2024-03-24Trigger update after copy/move (#1638)valoq
2024-03-18Fixed tags on windows (#1646)Catalin Ancutei
2024-03-04Fix crash if tags/marks contains invalid entry (#1614)Joe Lim
2024-01-18Implement sort options as separate variables (#1577)Joe Lim
2023-12-11normalize now properly uses boolean parameters (#1526)Michael Gallo
2023-12-11Fix `low`/`high` crash for big `scrolloff` values (#1504)Joe Lim
2023-12-11fix basename being `.` when it is empty (#1525)Joshua Li
2023-11-06Preserve attributes when moving across devices (#1482)Joe Lim
2023-10-30Refactor sixel peek in previewer code (#1477)Joe Lim
2023-10-22Fix preview for files containing long lines (#1447)Joe Lim
2023-09-02add 'setlocal' for directory specific options (#1381)Gökçehan Kara
2023-08-26List files even when lstat fails (#1382)Jan Tatje
2023-08-14fix: empty file previews as binary (#1387)Ching Pei Yang
2023-08-12sixel preview (#1211)Ching Pei Yang
2023-07-27Remove environment exports from preview thread (#1354)Joe Lim
2023-07-04Make duplicated file format configurable (#1315)David Pedersen
2023-07-04Prevent following symbolic links when reloading (#1327)Joe Lim
2023-07-03Improve windows shell handling (#1309)Joe Lim
2023-05-24Cleanup import of `times` package (#1262)Joe Lim
2023-05-24Fix stable sort when `reverse` option is enabled (#1261)Joe Lim
2023-05-21Bound cursor position when selecting file (#1247)Joe Lim
2023-05-13Prevent scrolling to bottom when selecting files (#1222)Joe Lim
2023-04-09Fix crash when sorting files in a directory (#1204)Joe Lim
2023-04-09Simplify edge calculation when scrolling down (#1194)Joe Lim
2023-04-08Add support for moving to a specific line (#1196)Joe Lim
2023-03-21Improve preview loading message flickering (#1154)Joe Lim
2023-03-12Remove commented code (#1141)Joe Lim
2023-03-12Delete stale dircache entry during rename (#1138)Joe Lim
2023-02-26`invert-below` command to substitute for visual mode (#1101)Ilya Grigoriev
2022-11-28updated gopkg.in/djherbis/times.v1 v1.2.0 to github.com/djherbis/times v1.5.0...Penn Bauman
2022-10-16Fix Staticcheck errors & minor logic simplification (#967)Ilya Grigoriev
2022-10-15add an on-select command (#864)Christian Zangl
2022-10-15Add a selection mode that limits the selection to the current directory. (#849)Christian Zangl
2022-10-15Implement directory previews (#842)Salle Helevä
2022-10-01implement gokcehan#606 (#945)Seninha
2022-06-26handle colons in paths for tags properlyGokcehan
2022-05-08rename move commands to high/middle/lowGokcehan
2022-05-08Add VIMs hi/mid/lo-screen commands (#824)Christian Zangl
2022-03-30rename scrollup/down to scroll-up/downGokcehan
2022-03-28use multiple selections for tag commandGokcehan
2022-03-28Add tags (#791)Santos
2022-03-19cleanupGokcehan
2022-03-19count dirs while reading the parent dirGokcehan
2022-03-19cleanupGokcehan