Skip to content

Commit 905815e

Browse files
lambdalisueclaude
andcommitted
feat: add file info renderer for appending file metadata
Implements a renderer that appends file information such as size, modification time, permissions, and file type to item labels. Includes custom formatBytes function and supports relative time display and optional colorization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent deab430 commit 905815e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/renderer/mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// This file is generated by gen-mod.ts
22
export * from "./absolute_path.ts";
3+
export * from "./buffer_info.ts";
34
export * from "./file_info.ts";
45
export * from "./helptag.ts";
56
export * from "./nerdfont.ts";
67
export * from "./noop.ts";
78
export * from "./relative_path.ts";
9+
export * from "./smart_grep.ts";
810
export * from "./smart_path.ts";

0 commit comments

Comments
 (0)