summaryrefslogtreecommitdiffstats
path: root/src/fileinfo.rs
AgeCommit message (Expand)Author
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-12term manager refactor, first stepqkzk
2023-11-11better variable nameqkzk
2023-11-11remove ufseless funcqkzk
2023-11-07don't use public attributes in nodesqkzk
2023-11-06refactoring treeqkzk
2023-11-06clippyqkzk
2023-11-06some refactoring... to be continuedqkzk
2023-11-05doesn't work yet, is way quickerqkzk
2023-11-03FIX: exploring root folder leads to wrong first line display.qkzk
2023-11-03FIX: can't read filename from / ... which crashes the app.qkzk
2023-11-02lazy_static load of colors. They are configurable again...qkzk
2023-11-02Only store a color and an effect in trees instead of a full attr.qkzk
2023-11-01refactor fileinfoqkzk
2023-11-01remove spacesqkzk
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-30remove color configuration & caching. All colors are calculated every timeqkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-29simplify fileinfo formatingqkzk
2023-10-24FIX: group & owner metadata alignement in tree modeqkzk
2023-10-13make patch content enumerate use non mutable refqkzk
2023-10-11use a struck for size columnqkzk
2023-10-10method for formating the filename in FileInfo. '.' and '..' have empty filenamesqkzk
2023-10-09refactor fileinfoqkzk
2023-10-09refactor fileinfoqkzk
2023-10-09size for char & block device with major,minorqkzk
2023-10-09devqkzk
2023-10-08FIX: sort by size use wrong value and order badly 2B > 1Mqkzk
2023-10-07use display when possibleqkzk
2023-10-05clippyqkzk
2023-10-04FIX: symlink aren't displayed at all. Use symlink_metadata and check existanceqkzk
2023-10-04refactor file info format. Use symlink metadataqkzk
2023-09-28toggable metadata in tree modeqkzk
2023-04-14display sort kind in first rowqkzk
2023-04-14FIX: use more consistent dates %Y/%m/%d. Allow sorting by modified timeqkzk
2023-04-01clippyqkzk
2023-03-25refactor jump to flagged fileqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-02-26shorten long names in pathsqkzk
2023-02-21remove some attr from fileinfoqkzk
2023-02-05Fix: filter in tree only display level 1 elems. Decided to always keep dirs w...qkzk
2023-02-02don't format non displayed stringsqkzk
2023-01-31some memory improvmentqkzk
2023-01-31remove all Rc to users cache. Use simple reference onlyqkzk
2023-01-29fix unknow uid/gid prevents file listingqkzk
2023-01-08refactor files collectionqkzk
2023-01-08docqkzk
2023-01-08refactor files collection for tree & pathcontentqkzk
2023-01-07fix search: refactor tree creation to mimic files from pathcontentqkzk
2023-01-05tree: filter & toggle hiddenqkzk