Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
30b3f8d
Add BestItemMode enum and update run_detection to support item select…
TYTheBeast Dec 22, 2024
866db27
cargo fmt
TYTheBeast Dec 22, 2024
ec90e13
Enhance item tracking with volume data and new InfoMode enum
TYTheBeast Dec 22, 2024
23edbf7
cargo fmt
TYTheBeast Dec 22, 2024
9f2f9b7
Add Volatility mode to BestItemMode enum and update detection logic
TYTheBeast Dec 22, 2024
bd08a1c
cargo fmt
TYTheBeast Dec 22, 2024
0a90092
Enhance command-line argument documentation for BestItemMode and Info…
TYTheBeast Dec 22, 2024
abaecb1
Clarification on "all" info mode
TYTheBeast Dec 22, 2024
c3a814b
Refactor BestItemMode and InfoMode enums to use 'Combined' as default
TYTheBeast Dec 22, 2024
1dfdcb0
Fix logging format in run_detection to improve item information display
TYTheBeast Dec 22, 2024
ccb4ee8
Add Minimal InfoMode variant and update default value in command-line…
TYTheBeast Dec 22, 2024
2d93de4
Fix logging format in `run_detection` to include item volume data in …
TYTheBeast Dec 22, 2024
de6b798
Rename `InfoMode` to `InfoDisplayMode` for clarity and update related…
TYTheBeast Dec 22, 2024
9ab4f18
cargo fmt and clippy
TYTheBeast Dec 22, 2024
d2ff1d5
Added Forma multiplier argument
TYTheBeast Dec 23, 2024
b18bd58
Merge pull request #1 from TYTheBeast:forma-config
TYTheBeast Dec 23, 2024
17eea12
Silly mistake fixed
TYTheBeast Dec 23, 2024
8f25269
feat(config): add forma value and hotkey customization
TYTheBeast Dec 23, 2024
e2afd01
feat(snapit): add screen selection tool for individual item price checks
TYTheBeast Dec 24, 2024
4cc047e
Merge pull request #2 from TYTheBeast/snap-it
TYTheBeast Dec 24, 2024
a436796
Remove debug image saving functionality from OCR and main modules to …
TYTheBeast Dec 24, 2024
0b11ac7
refactor: unify event handling with AppEvent enum and centralized eve…
TYTheBeast Dec 26, 2024
581b85f
chore: update .gitignore to include Nix configuration files
TYTheBeast Feb 23, 2025
0167c42
chore: ignore direnv configuration files
TYTheBeast Feb 28, 2025
7740acc
chore: remove direnv and Nix configuration files from .gitignore
TYTheBeast Mar 4, 2025
66627af
feat: improve error handling for slop command and image processing
TYTheBeast Mar 6, 2025
037245d
chore: restore .gitignore entries for development environment tools
TYTheBeast Mar 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/target
*.png
filtered_items.json
prices.json
prices.json

# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml
Loading