summaryrefslogtreecommitdiffstats
path: root/app.go
AgeCommit message (Expand)Author
2024-04-20gofumpt lint and misc cleanup (#1682)David Pedersen
2024-04-07Run `on-quit` when terminal closes (#1681)Joe Lim
2024-03-31Skip drawing UI for period timer (#1666)Joe Lim
2024-03-26Revert "Trigger update after copy/move (#1638)" (#1661)Joe Lim
2024-03-24Trigger update after copy/move (#1638)valoq
2024-03-24Directories added to dirChan no longer trigger checkDir (#1607)Michael Gallo
2024-02-12Export mode for use in scripting keybindings (#1594)Joe Lim
2023-12-26Improve refreshing of file statinfo (#1536)Joe Lim
2023-12-16continue responding to signals after initial sigint (#1549)Matthew Toohey
2023-10-30Force sync when writing to cut/copy buffer file (#1480)Joe Lim
2023-09-08Add `query` server command to expose internal state (#1384)Joe Lim
2023-08-28Allow lastdir/selection to be written to `stdout` (#1399)Joe Lim
2023-07-17Call `load` after shell-async commands (#1345)Joe Lim
2023-06-04Avoid refreshing previews for shell pipe commands (#1281)Joe Lim
2023-06-04Simplify run pager function (#1279)Joe Lim
2023-05-21Bound cursor position when selecting file (#1247)Joe Lim
2023-05-21Refactor pager commands & synchronous shell commands (no-op) (#1243)Ilya Grigoriev
2023-03-21Improve preview loading message flickering (#1154)Joe Lim
2023-03-20Avoid refreshing previews for async shell commands (#1164)Joe Lim
2023-03-12try to fix #916 (#1146)Jackie Li
2022-11-13export lf_width and lf_height as env variablesGokcehan
2022-11-13load file info after init (#994)valoq
2022-10-19Add mouse support for selecting and opening files (#963)Paul Ouellette
2022-10-15update man generator for go1.19Gokcehan
2022-10-15add an on-select command (#864)Christian Zangl
2022-10-15Completion code cleanup and improvements (#958)Paul Ouellette
2022-10-15Implement directory previews (#842)Salle Helevä
2022-07-10added history options (#866)segf00lt
2022-03-11init navigation after evaluation of config fileGokcehan
2022-03-11Revert "fix option processing, async dirs & start select (#759)"Gokcehan
2022-02-27add 'on-quit' command to run a command before quitGokcehan
2022-02-27fix option processing, async dirs & start select (#759)Christian Zangl
2022-02-13create process group for shell-pipe and shell-async (#753)Christian Zangl
2022-02-06add command line option for log fileGokcehan
2022-01-27export files and options for previewer and cleanerGokcehan
2022-01-22Revert "dirtyfiles: files that don't require cleaning before previewing them ...Gokcehan
2021-12-25dirtyfiles: files that don't require cleaning before previewing them (#729)Lucas Mior
2021-08-29Cmap fixes (#691)SPFab
2021-08-01add an option to disable directory cache (#673)Yegor Bychin
2021-06-12create data directory first before selection fileGokcehan
2021-05-19add a command line parameter for single useGokcehan
2021-05-19add 'autoquit' option to auto quit server on quitGokcehan
2021-05-19drop client connections on quitGokcehan
2021-05-19use a local file instead of server load and saveGokcehan
2021-04-13cleanupGokcehan
2021-03-28handle ui suspend/resume errorsGokcehan
2021-03-19Export $PWD to shell (#591)SeerLite
2021-03-09added ability to use custom config file (#587)SPFab
2021-02-21use x/term instead of stty/pause to prompt any keyGokcehan
2021-02-21cleanupGokcehan