summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-09-16Fix: Crash when quiting. "sending on a closed channel". From quit -> refreshe...v0.1.28-devqkzk
2024-09-16Fix: flagged from clipboard should expand tilde into a valid pathqkzk
2024-09-15refactor draw tree lineqkzk
2024-09-15use copy of sortkind instead of cloningqkzk
2024-09-15Fix: opening tree mode with selection on "." doesn't display "." as selectedqkzk
2024-09-15compress the selected file if nothing is selectedqkzk
2024-09-15devqkzk
2024-09-15Refactor all the Color/ColorG configuration.qkzk
2024-09-15move color related struct & functions to colors.rsqkzk
2024-09-15normal file colorer use lookup tables instead of palettesqkzk
2024-09-15simplify gradient for normal file configurationqkzk
2024-09-15WIP. Use lookup tables instead of chain methodsqkzk
2024-09-14rename colorer into normal_file_colorerqkzk
2024-09-14merge both gradient into oneqkzk
2024-09-14remove color effect and use a simple method in fileinfoqkzk
2024-09-14remove selected from fileinfoqkzk
2024-09-14holds attr instead of colors in MenuColorsqkzk
2024-09-13devqkzk
2024-09-13colorsqkzk
2024-09-13devqkzk
2024-09-13updates depsqkzk
2024-09-13update dependencyqkzk
2024-09-13update depsqkzk
2024-09-13share GoogleCloudConfigqkzk
2024-09-13use serde_yml (maintened) instead of serde_yaml (deprecated)qkzk
2024-09-13move all serde_yaml references to head of file, in use statementsqkzk
2024-09-13update depsqkzk
2024-09-12Fix: ctrl+s returns a string filename:line:col which shouldn't be treated as ...qkzk
2024-09-12update dependenciesqkzk
2024-09-12FIX: couldn't write to log more than once since they were behing OnceLockqkzk
2024-09-12lazystatic replaced by OnceLockqkzk
2024-09-12oncelock: colorerqkzk
2024-09-12oncelock: file colorsqkzk
2024-09-12oncelock: start color, stop colorqkzk
2024-09-12oncecell: menu colorsqkzk
2024-09-12oncecell: start folderqkzk
2024-09-12Fix a bug where ~ wasn't expanded in starting path and lazy loading of path w...qkzk
2024-09-12oncecell: logs, monokaiqkzk
2024-09-12lazystatic removal. Moved every ref to a unique source fileqkzk
2024-09-11make monokai theme lazyly loadedqkzk
2024-09-11doc typoqkzk
2024-09-11use fontstyle from syntect while previewing highlighted filesqkzk
2024-09-10remove shellexpand dependency. Had to copy some codeqkzk
2024-09-10remove sanitize_filename dependency. Was only used when creating nodesqkzk
2024-09-10remove rand crate dependency. It's surely used elsewhereqkzk
2024-09-10WIP. Badges almost updatedqkzk
2024-09-10publication how toqkzk
2024-09-10Fix documentation broken linksqkzk
2024-09-10add --locked to cargo installqkzk
2024-09-09Merge pull request #91 from qkzk/v0.1.27-devqkzk