summaryrefslogtreecommitdiffstats
path: root/os.go
AgeCommit message (Expand)Author
2024-04-20gofumpt lint and misc cleanup (#1682)David Pedersen
2024-02-04Fallback to showing UID/GID if user/group lookup fails (#1590)Jan Tatje
2023-09-08Add `query` server command to expose internal state (#1384)Joe Lim
2023-07-17Support optional fields for `statfmt` option (#1337)Joe Lim
2023-07-03Improve windows shell handling (#1309)Joe Lim
2023-07-03add support for LF_CONFIG/DATA_HOME on unixGokcehan
2023-06-10Fix formatting of nlink on other platforms (#1295)Joe Lim
2023-06-09Add `statfmt` option (#1288)Joe Lim
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-10-19Fix user query when using libc implementation of os/user (#972)GaƩtan Lepage
2022-05-12Fix user name, group name and link count display (#829)SeekingBlues
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-02-06use XDG_RUNTIME_DIR for the socket fileGokcehan
2022-01-26set file permissions at creationGokcehan
2022-01-17add dirtyfiles to windowsGokcehan
2022-01-17cleanupGokcehan
2021-12-25dirtyfiles: files that don't require cleaning before previewing them (#729)Lucas Mior
2021-05-19use a local file instead of server load and saveGokcehan
2021-04-04add 'shellflag' option to customize shell flagGokcehan
2021-03-19Export $PWD to shell (#591)SeerLite
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-11Fix issue on *NIX where server dies when controlling terminal is closed (#517)neeshy
2020-12-04import tcell/v2 from gitlab.com/Provessor/lfpGokcehan
2020-11-18fix race when options are changed while sortingGokcehan
2020-09-01Replace termbox-go with tcell (#439)Provessor
2020-07-04remove hidden cursor movementGokcehan
2020-07-04handle cross-device linking in windowsGokcehan
2020-06-11cleanupGokcehan
2020-06-11check pattern errors when 'hiddenfiles' is setGokcehan
2020-06-11add hiddenFiles option (#372)Adam Abrams
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-27check HOME and USER variables on startupGokcehan
2018-08-01detach server on windowsGokcehan
2018-07-13change system configuration path on unixGokcehan
2018-07-12write history to history file on quitGokcehan
2018-07-11write marks to marks file on quitGokcehan
2018-07-07add 'doc' command to view documentationGokcehan