From 2f1b3e6dac14e26af7f2f184198d497990aef7a4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 21 Jan 2025 07:32:44 -0400 Subject: upd8: write preload file sizes cache This isn't viable yet because it includes full on-device path names - not good for sharing between devices (or privacy!). But the gist of writing and integration into the queue is here. --- src/util/cli.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util') diff --git a/src/util/cli.js b/src/util/cli.js index be59b35e..a40a911f 100644 --- a/src/util/cli.js +++ b/src/util/cli.js @@ -5,6 +5,8 @@ const {process} = globalThis; +import {sortByName} from './sort.js'; + export const ENABLE_COLOR = process && ((process.env.CLICOLOR_FORCE && process.env.CLICOLOR_FORCE === '1') ?? -- cgit 1.3.0-6-gf8a5