summaryrefslogtreecommitdiffstats
path: root/os_windows.go
AgeCommit message (Expand)Author
2024-04-07unix sockets on windows (#1637)Catalin Ancutei
2024-03-03avoid using the user.Current on windows to avoid slow startup (#1617)Catalin Ancutei
2023-09-08Add `query` server command to expose internal state (#1384)Joe Lim
2023-08-07Wrap filenames in quotes only for Windows CMD (#1371)Joe Lim
2023-07-17Support optional fields for `statfmt` option (#1337)Joe Lim
2023-07-03Improve windows shell handling (#1309)Joe Lim
2023-06-09Add `statfmt` option (#1288)Joe Lim
2023-05-21LF_CONFIG_HOME environment variable (#1253)Alok Mishra
2023-04-30build diskfree on all platformsGokcehan
2023-04-15Fix statusbar spacing (#1205)Joe Lim
2023-04-09Customizable statusline, df (#1168)rrveex
2023-04-09Use $VISUAL for the `e` command instead of $EDITOR (#1197)RuMaks
2023-04-01Make the `:doc` command work even if `lf` is not in the PATH, add `lf` enviro...Ilya Grigoriev
2022-04-03cleanupGokcehan
2022-03-28Add tags (#791)Santos
2022-02-13create process group for shell-pipe and shell-async (#753)Christian Zangl
2022-02-13add colors/icons file supportGokcehan
2022-01-26quote PWD variable on windowsGokcehan
2022-01-26set file permissions at creationGokcehan
2021-05-19use a local file instead of server load and saveGokcehan
2021-04-04export PWD on windows to fix broken buildGokcehan
2021-04-04add 'shellflag' option to customize shell flagGokcehan
2021-02-21use x/term instead of stty/pause to prompt any keyGokcehan
2021-02-12add link/user/group to statline when availableGokcehan
2020-12-19fix build on windowsr18Gokcehan
2020-12-04import tcell/v2 from gitlab.com/Provessor/lfpGokcehan
2020-11-18fix race when options are changed while sortingGokcehan
2020-09-13cleanupGokcehan
2020-09-02only listen 127.0.0.1 in the serverGokcehan
2020-09-01Replace termbox-go with tcell (#439)Provessor
2020-07-04remove hidden cursor movementGokcehan
2020-07-04implement hidden option in windowsGokcehan
2020-07-04handle cross-device linking in windowsGokcehan
2020-06-11cleanupGokcehan
2020-06-11add hiddenFiles option (#372)Adam Abrams
2019-08-12fix ineffective breaks, remove unused parameters (#210)Daniel Martí
2019-03-31disable hidden on windowsGokcehan
2019-03-31export id variable after initializationGokcehan
2019-03-17quote file variables on windowsGokcehan
2019-03-17export permanent env vars on startupGokcehan
2019-03-02cleanupGokcehan
2019-02-26implement builtin copy operationGokcehan
2018-08-01detach server on windowsGokcehan
2018-07-12write history to history file on quitGokcehan
2018-07-11write marks to marks file on quitGokcehan
2018-07-08use pager variable for doc on windowsGokcehan
2018-07-07add 'doc' command to view documentationGokcehan
2018-06-29add executable completion on windowsGokcehan
2018-06-28use env vars on windowsGokcehan
2018-06-28add default environmental variablesGokcehan