summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23fix updates ignoring sort/filter/etc settings when renderingrabite
2020-01-23fix lag in mediaview by moving availability check to configrabite
2020-01-23clean up minibuffer code a bitrabite
2020-01-23save number of visible files instead of recalculating it every timerabite
2020-01-22remove limit on number of files updated at oncerabite
2020-01-22fix crash when "running" first section in actionsrabite
2020-01-22fix hang when substituting too many files at oncerabite
2019-12-23fixed hangs when updating large directories (>10k files)rabite
2019-12-20improved Files interface by returning Iterator instead of Vec<&File>rabite
2019-12-15fix help messagerabite
2019-12-15fix warnings on recent compilersrabite
2019-12-09update dependencies and fix buildrabite
2019-08-02config updater (auto and manual)rabite
2019-08-02improved subprocess killing with process groupsrabite
2019-07-29fix printing error to screen when hunter-media doesn't support videorabite
2019-07-29fix default left/right movement bindingrabite
2019-07-25add custom keybindingsrabite
2019-07-25check if /tmp/hunter-previews exists before deletingrabite
2019-07-17big fat update to graphics mode (performance, features, etc)rabite
2019-07-08fix setting sixel configrabite
2019-07-08fix messed up manual merge in hboxrabite
2019-07-08Merge pull request #60 from petrusboniatus/masterrabite0
2019-07-08initial support for SIXEL/kitty graphicsrabite
2019-07-08remove unnecessary impl Sync from FsCacherabite
2019-07-08remove preview-gen.rsrabite
2019-07-07Added configurable refresh ratepetrusboniatus
2019-07-05Fixed setting media_previewer in config (#59)ath3
2019-07-03Customizable column ratios (#58)ath3
2019-07-02got binary building to work properlyv1.3.4rabite
2019-07-01added custom quick action creator based on quick actionsrabite
2019-06-30fix compilationrabite
2019-06-30filter by file selectionrabite
2019-06-29modularize media preview generator into own workspacerabite
2019-06-19added missing file config_installer.rsrabite
2019-06-19added auto-installer for configsrabite
2019-06-18added esc as close key for stuffrabite
2019-06-18added ~ to go $HOMErabite
2019-06-18add clear all selectionsrabite
2019-06-18added new previewing systemrabite
2019-06-18fix TextView with escape sequencesrabite
2019-06-18add comments to proclist.rsrabite
2019-06-18remove dbg! calls from quick_actions.rsrabite
2019-06-18speed up sized_string_urabite
2019-06-17fix file counter in footerrabite
2019-06-16added subprocesses running in foreground by appending !rabite
2019-06-16some small clean-upsrabite
2019-06-16fix potentially nasty bug with quotes in file namesrabite
2019-06-11fixed crash on fbsd+zfs. have fun ;)v1.2.3rabite
2019-05-28fix crash in mime_guess when operating on non-regular filesrabite