summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-11-07readme. Propagate write errors to callergitqkzk
2022-11-07git integration in first line of normal modeqkzk
2022-11-05fix existing log path makes the app crashlogsqkzk
2022-11-05create logs paths if not existsqkzk
2022-11-05only one execute in child definition. Remove a logqkzk
2022-11-05logging with log4rs. Rolling, replaced all eprints with info!qkzk
2022-11-04better sorting when reseting filesqkzk
2022-11-04Fix: prevent opening unknown extension & broken links to crash app.qkzk
2022-11-04sort by kind as default modeqkzk
2022-11-04Make file colors blue/green. Fix pageup/pagedown bugsqkzk
2022-11-03attempt avortedcompressqkzk
2022-11-03Fix: clearing flags don't reset statusesqkzk
2022-11-03don't display line numbers on every previewqkzk
2022-11-01preview a zipped file. Only compression method supported atmqkzk
2022-11-01help, readme about decompressionqkzk
2022-11-01decompress a file with ctrl+xqkzk
2022-10-30reset completion when entering normal modeqkzk
2022-10-30fix crash when $PATH contains non existing folders or executing non existing ...qkzk
2022-10-30fix crash when ENTER/RIGHT on empty dirqkzk
2022-10-30enter a file/dirqkzk
2022-10-29copy stylecopy_progressqkzk
2022-10-29copy stykeqkzk
2022-10-29fix marks saved without new lines.qkzk
2022-10-29refresh view when copy/move finish. Style for progressbarqkzk
2022-10-29copy in thread, display progress async. Hacky :(qkzk
2022-10-29only progress is shown, 100% bar :(qkzk
2022-10-29bugfixes. Progress bar doesn't work anymoreqkzk
2022-10-29refactor symlink creationqkzk
2022-10-29refactor copy/moveqkzk
2022-10-28allow filter edition. Copy/Move with progresqkzk
2022-10-28regex filter in nameqkzk
2022-10-28filter by name, extension, dir only or no filterfilterqkzk
2022-10-27helpqkzk
2022-10-27use correct name for status in actioner. Copy filename/filepath to clipboardcopy-clipboardqkzk
2022-10-26fix broken link not displayed & newdir when already exists crashlink-destinationqkzk
2022-10-25doesn't show symlinksqkzk
2022-10-25readme, remove mut reference when not neededcolor_cacheqkzk
2022-10-24use custom errorqkzk
2022-10-24remove pub on tabs attribute in statusqkzk
2022-10-24renamed an attributeqkzk
2022-10-24cached colors for normal displayqkzk
2022-10-23removed unwrapqkzk
2022-10-23result in completion, marks, display, actioner, eventcharqkzk
2022-10-23FmResult in actionerqkzk
2022-10-23convert tuikit errors to FmError and term errors are raised up to mainqkzk
2022-10-23main returns FmResult, no exit outside mainqkzk
2022-10-22converted unwraps to ? with FmResultqkzk
2022-10-22remove unwrap from fileinfoqkzk
2022-10-22refactored fileinfo, moved most of unwrap to eventchar & actionerqkzk
2022-10-21a step in the right direction...qkzk