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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
I'm a sysadmin by trade, not a developer. My coding background is some C++ from many years ago. I built memviz entirely through **vibe coding** with Claude Code as a way to test AI-assisted development workflows. The whole thing was built in about two days.
24
24
25
-
It works, it has 339 tests, and I use it daily. But the code reflects the fact that an AI wrote most of it while I steered. If you spot rough edges, odd patterns, or things that could be done better, I'd genuinely appreciate the feedback. PRs and issues are very welcome.
25
+
It works, it has 349 tests, and I use it daily. But the code reflects the fact that an AI wrote most of it while I steered. If you spot rough edges, odd patterns, or things that could be done better, I'd genuinely appreciate the feedback. PRs and issues are very welcome.
26
26
27
27
---
28
28
@@ -41,6 +41,7 @@ It works, it has 339 tests, and I use it daily. But the code reflects the fact t
41
41
-**Bulk operations** - Select multiple memories for batch delete, tag, or retype
42
42
-**Import / Export** - JSON import and export of memories
43
43
-**Dark / Light theme** - Toggle with system preference detection
44
+
-**EN / FR language toggle** - Full interface translation with localStorage persistence
44
45
-**Keyboard shortcuts** - `j`/`k` navigation, `/` search, `?` help, and more
0 commit comments