Commits at main
b9182f2a
Fix typo, update deps
Anthony Wang
authored at
2026-04-02 17:58:00 -0400
Anthony Wang
comitted at
2026-04-02 17:58:00 -0400
3268ba73
Bump dependencies, make ruff ignore pillow_avif, reformat
Anthony Wang
authored at
2025-12-26 11:29:18 -0600
Anthony Wang
comitted at
2025-12-26 11:29:18 -0600
16440e2e
Update dependencies, reformat and more type hints (RIIL someday???)
Anthony Wang
authored at
2025-12-15 14:52:31 -0600
Anthony Wang
comitted at
2025-12-15 14:52:31 -0600
42f2ed8f
Apparently onnxruntime-rocm got replaced with onnxruntime-migraphx or something and the Python packaging is still pretty janky
Anthony Wang
authored at
2025-11-28 13:51:41 -0500
Anthony Wang
comitted at
2025-11-28 13:51:41 -0500
c5a89a6f
Update deps, relax min Python version to 3.11 because why not
Anthony Wang
authored at
2025-11-03 12:31:15 -0500
Anthony Wang
comitted at
2025-11-03 12:31:15 -0500
32b36576
RIIL strikes again
Anthony Wang
authored at
2025-08-23 22:40:14 -0500
Anthony Wang
comitted at
2025-08-23 22:40:14 -0500
516d4c9c
Add some type hints because yay type systems!!
Anthony Wang
authored at
2025-08-23 22:34:16 -0500
Anthony Wang
comitted at
2025-08-23 22:34:16 -0500
1281cd7a
Search has only supported image search for a while now
Anthony Wang
authored at
2025-08-21 23:32:40 -0500
Anthony Wang
comitted at
2025-08-21 23:32:40 -0500
8e6a8a21
Explain more how to use this with Dolphin, remove a few out-of-scope TODOs such as a GUI
Why can't I configure Dolphin to simply allow using a custom program for search?
Anthony Wang
authored at
2025-08-21 23:22:22 -0500
Anthony Wang
comitted at
2025-08-21 23:22:22 -0500
0039c039
Bump deps yet again
I hate Python
Anthony Wang
authored at
2025-08-21 23:08:47 -0500
Anthony Wang
comitted at
2025-08-21 23:08:47 -0500
50c60ef5
Remove extra newline
Anthony Wang
authored at
2025-06-29 18:08:10 -0400
Anthony Wang
comitted at
2025-06-29 18:08:10 -0400
5ce0a32f
Bump deps
Anthony Wang
authored at
2025-06-29 18:04:22 -0400
Anthony Wang
comitted at
2025-06-29 18:04:22 -0400
f693e333
Clean up README even more
Anthony Wang
authored at
2025-05-10 11:10:44 -0400
Anthony Wang
comitted at
2025-05-10 11:10:44 -0400
fa617627
Deprecate non-uv installation methods, simplify non-GPU installation
Anthony Wang
authored at
2025-05-09 12:13:52 -0400
Anthony Wang
comitted at
2025-05-09 12:13:52 -0400
051fe3f3
Update dependencies, add ignoring hidden files to TODO
Anthony Wang
authored at
2025-04-01 20:17:42 -0400
Anthony Wang
comitted at
2025-04-01 20:17:42 -0400
462a8a47
Update dependencies
Anthony Wang
authored at
2025-03-12 22:33:19 -0400
Anthony Wang
comitted at
2025-03-12 22:33:23 -0400
8c582a99
Update dependencies
Python packaging with uv is still super gross
Anthony Wang
authored at
2025-02-18 14:49:23 -0500
Anthony Wang
comitted at
2025-02-18 14:49:23 -0500
2701e123
Bump deps
Anthony Wang
authored at
2025-01-23 21:20:51 -0500
Anthony Wang
comitted at
2025-01-23 21:20:51 -0500
7aacee38
List inodes bug in TODO
Anthony Wang
authored at
2025-01-21 16:10:51 -0500
Anthony Wang
comitted at
2025-01-21 16:10:51 -0500
63b45100
Make list of indexed files during initial indexing for removing stale entries
Anthony Wang
authored at
2025-01-13 21:19:09 -0500
Anthony Wang
comitted at
2025-01-13 21:19:09 -0500
238bb287
Just index hidden files too
Watchdog's RegexMatchingEventHandler is buggy and it just does a regex over the events but still watches all the dirs. I wanted to index ~ but that probably is too expensive and I should just index a hardcoded list of dirs instead. Also, if we index hidden files and a file gets moved from a hidden to non-hidden file or vice versa it's a tricky situation to deal with. So let's just not.
Anthony Wang
authored at
2025-01-12 01:53:59 -0500
Anthony Wang
comitted at
2025-01-12 01:53:59 -0500
7bcf0431
Properly check if child is a symlink and ignore it
Anthony Wang
authored at
2025-01-12 01:41:03 -0500
Anthony Wang
comitted at
2025-01-12 01:41:03 -0500
f3feef46
Make watchdog ignore hidden files, don't follow symlinks to avoid infinite loops
Anthony Wang
authored at
2025-01-12 01:25:24 -0500
Anthony Wang
comitted at
2025-01-12 01:25:24 -0500
30957cd6
Clean up installation instructions on README, only support GPU for local uv development
Anthony Wang
authored at
2025-01-11 12:43:14 -0500
Anthony Wang
comitted at
2025-01-11 12:43:14 -0500
32c95383
Reformat
Anthony Wang
authored at
2025-01-10 14:26:39 -0500
Anthony Wang
comitted at
2025-01-10 14:26:39 -0500
0936fa2e
Cache model on disk, move shared dirs stuff to dirs.py
Anthony Wang
authored at
2025-01-10 14:25:21 -0500
Anthony Wang
comitted at
2025-01-10 14:25:21 -0500
94506081
Explain that developers should use the development section
Anthony Wang
authored at
2025-01-09 17:00:30 -0500
Anthony Wang
comitted at
2025-01-09 17:00:30 -0500
2f4ea015
Get AMD installation to work
Anthony Wang
authored at
2025-01-09 15:36:29 -0500
Anthony Wang
comitted at
2025-01-09 15:36:29 -0500
b93a5e29
Slightly less gross packaging
Anthony Wang
authored at
2025-01-09 15:30:09 -0500
Anthony Wang
comitted at
2025-01-09 15:30:09 -0500
023d6327
Support all GPU vendors but the packaging is SUPER GROSS
Anthony Wang
authored at
2025-01-09 15:17:32 -0500
Anthony Wang
comitted at
2025-01-09 15:17:32 -0500