summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-01Fill background color in padding areaJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-25Empty --marker-multi-line if --marker is emptyJunegunn Choi
2024-06-25Allow removing header line with change-header and transform-headerJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-23Fix regression in separator displayJunegunn Choi
2024-06-23Fix panic on extremely short terminalsJunegunn Choi
2024-06-22Make transform*, --info-command, and execute-silent cancellableJunegunn Choi
2024-06-20Code cleanupJunegunn Choi
2024-06-20Fix test case for validateSignJunegunn Choi
2024-06-20Allow empty pointer and markerJunegunn Choi
2024-06-20Add --info-command for customizing the input textJunegunn Choi
2024-06-19Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877)bsdmp
2024-06-17Add 'offset-middle' actionJunegunn Choi
2024-06-17Fire 'result' even when input stream is not completeJunegunn Choi
2024-06-17--sync: Suppress initial render also when focus event is boundJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-15--sync: Do not start TUI until initial filtering is completeJunegunn Choi
2024-06-14Make GET endpoint available from 'execute' and 'transform' actionsJunegunn Choi
2024-06-13--walker-skip should also handle symlinks to directoriesJunegunn Choi
2024-06-12Prefer LightRenderer over tcell on WindowsJunegunn Choi
2024-06-12Fix invalid mouse offset for --height on WindowsJunegunn Choi
2024-06-12Do not open tmux or winpty in `--filter` modeJunegunn Choi
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-10Fix divide by zero error with --tiebreak=end for long itemsJunegunn Choi
2024-06-07Remove unused fieldJunegunn Choi
2024-06-07Reduce flickering of the list when the list is truncated by --tailJunegunn Choi
2024-06-06hasPreviewFlags should ignore escaped placeholderJunegunn Choi
2024-06-06Fix index out of bounds error caused by outdated offsetJunegunn Choi
2024-06-05Handle int32 overflowJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-06-02Fix invalid default of selected-hl (--color)Junegunn Choi
2024-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-06-01Immediately close standard output of the child processJunegunn Choi
2024-06-01Do not disable --height on mintty (because it works)Junegunn Choi
2024-06-01Fix --height on WindowsJunegunn Choi
2024-06-01Ignore --height option if it's not supported on the platformJunegunn Choi
2024-06-01Revert "An '--expect' key should execute actions bound to the key"Junegunn Choi
2024-05-31Fix error message on invalid --tmux optionJunegunn Choi
2024-05-31Fix index out of bounds error on scroll-down actionJunegunn Choi
2024-05-29Make --tmux argument optionalJunegunn Choi
2024-05-29Pass-through error message from 'tmux display-popup'Junegunn Choi
2024-05-28[vim] Native --tmux fix for NeovimJunegunn Choi
2024-05-27Different marker for the first and last line of multi-line entriesJunegunn Choi
2024-05-26Fix --help output: marker defaultJunegunn Choi
2024-05-25Do not allow tabs in pointer and markerJunegunn Choi
2024-05-25Fix option validation orderJunegunn Choi
2024-05-24Change default --scroll-off to 3Junegunn Choi
2024-05-24Fix --scroll-off for multi-line modeJunegunn Choi