You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add velocity stats strip (180k LoC, 1,000 commits, source-available) linking to gitstrata and GitHub
- Split features into shipped vs "Coming next" with separator
- Update footer tagline, Download section Linux status, `llms.txt` and `llms-full.txt` to match new messaging
- Add accessibility: `aria-label` on h1, badge links
Built by <ahref="https://github.com/vdavid"target="_blank"rel="noopener noreferrer"class="text-[var(--color-text-primary)] underline decoration-[var(--color-border)] underline-offset-2 transition-colors hover:decoration-[var(--color-text-tertiary)]">a dev</a> who's used two-pane file managers for 35 years and couldn't find a good one on Mac.
Copy file name to clipboardExpand all lines: apps/website/src/pages/llms-full.txt.ts
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ export async function GET(context: APIContext) {
21
21
22
22
constbody=`# Cmdr
23
23
24
-
> The AI-native file manager for power users who want superpowers.
24
+
> The fastest two-pane file manager for macOS. Every folder sized. Every file found.
25
25
26
-
Cmdr is an extremely fast, keyboard-driven, two-pane file manager for macOS (Linux in alpha), built with Rust, Tauri 2, and Svelte 5. It lets you rename files with natural language, search by describing what you're looking for, and organize hundreds of files with a single command. Free forever for personal use, source-available under BSL 1.1.
26
+
Cmdr is an extremely fast, keyboard-driven, two-pane file manager for macOS (Linux in alpha), built with Rust, Tauri 2, and Svelte 5. It indexes your entire drive in minutes, shows directory sizes everywhere, and offers instant search and keyboard-driven everything. AI features (smart search, natural language rename, batch operations) are in active development. Free forever for personal use, source-available under BSL 1.1.
- **Natural language rename**: Type "make these lowercase and add date prefix" and watch it happen. No regex, no scripts, just words. Cmdr understands your intent and renames files accordingly.
52
-
- **Smart search**: Find files by describing them in plain English: "that PDF contract from last month" or "screenshots with error messages." No need to remember exact file names.
53
-
- **AI batch operations**: Organize hundreds of files with a single command. Tell Cmdr to "sort these into folders by project name" and it figures out the rest.
51
+
- **Live full-disk index**: Indexes your entire drive once in about 4 minutes. Then stays current forever, even across restarts. Directory sizes everywhere.
52
+
- **Blazing fast**: Built in Rust. Opens a 100k-file folder in 4 seconds with icons, sizes, and dates. Startup is near-instant.
53
+
- **Keyboard-first**: Navigate, select, copy, move without touching your mouse. Two panes, tabs, command palette. Every action has a keyboard shortcut, and you can customize them all.
54
54
55
-
### Core features
55
+
### AI features (in active development)
56
56
57
-
- **Keyboard-first**: Navigate, select, copy, move without touching your mouse. Every action has a keyboard shortcut, and you can customize them all.
58
-
- **Blazing fast**: Built with Rust for native performance. Handles folders with 50,000+ files effortlessly. Startup is near-instant.
59
-
- **Two-pane layout**: See source and destination side by side. The classic dual-pane layout that professional file managers have used for decades.
57
+
- **Smart search** (rough around the edges): Find files by describing them in plain English: "that PDF contract from last month" or "screenshots with error messages." No need to remember exact file names.
58
+
- **Natural language rename** (coming soon): Type "make these lowercase and add date prefix" and watch it happen. No regex, no scripts, just words. Cmdr understands your intent and renames files accordingly.
59
+
- **AI batch operations** (coming soon): Organize hundreds of files with a single command. Tell Cmdr to "sort these into folders by project name" and it figures out the rest.
60
60
- **Tabs**: Multiple tabs per pane with pinning, persistence, and per-tab sorting.
61
61
- **File viewer**: Built-in viewer for text files with search, syntax highlighting, and support for very large files.
62
62
- **Drive indexing**: Index your drives for fast search with an efficient integer-keyed database schema.
Copy file name to clipboardExpand all lines: apps/website/src/pages/llms.txt.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ export async function GET(context: APIContext) {
13
13
14
14
constbody=`# Cmdr
15
15
16
-
> The AI-native file manager for power users who want superpowers.
16
+
> The fastest two-pane file manager for macOS. Every folder sized. Every file found.
17
17
18
-
Cmdr is an extremely fast, keyboard-driven, two-pane file manager for macOS, built with Rust, Tauri 2, and Svelte 5. It lets you rename files with natural language, search by describing what you're looking for, and organize hundreds of files with a single command. Free forever for personal use, source-available under BSL 1.1.
18
+
Cmdr is an extremely fast, keyboard-driven, two-pane file manager for macOS, built with Rust, Tauri 2, and Svelte 5. It indexes your entire drive in minutes, shows directory sizes everywhere, and offers instant search. Free forever for personal use, source-available under BSL 1.1.
19
19
20
20
Current version: ${version}
21
21
@@ -32,12 +32,12 @@ Current version: ${version}
32
32
33
33
## Features
34
34
35
-
- **Natural language rename**: Type "make these lowercase and add date prefix" and watch it happen. No regex, no scripts.
36
-
- **Smart search**: Find files by describing them: "that PDF contract from last month" or "screenshots with error messages."
37
-
- **AI batch operations**: Organize hundreds of files with a single command. "Sort these into folders by project name."
38
-
- **Keyboard-first**: Navigate, select, copy, move without touching your mouse.
39
-
- **Blazing fast**: Built with Rust for native performance. Handles folders with 50,000+ files effortlessly.
40
-
- **Two-pane layout**: See source and destination side by side. The classic layout that works.
35
+
- **Live full-disk index**: Indexes your entire drive once in about 4 minutes. Then stays current forever, even across restarts.
36
+
- **Blazing fast**: Built in Rust. Opens a 100k-file folder in 4 seconds with icons, sizes, and dates.
37
+
- **Keyboard-first**: Navigate, select, copy, move without touching your mouse. Two panes, tabs, command palette.
38
+
- **Smart search** (rough around the edges): Find files by describing them: "that PDF contract from last month" or "screenshots with error messages."
39
+
- **Natural language rename** (coming soon): Type "make these lowercase and add date prefix" and watch it happen. No regex, no scripts.
40
+
- **AI batch operations** (coming soon): Organize hundreds of files with a single command. "Sort these into folders by project name."
0 commit comments