Commit Graph

177 Commits

Author SHA1 Message Date
The Magician 0e3ee54e1c Fix Delverlens import flow 2024-10-01 14:56:13 +01:00
The Magician 73dc06d78f Implement import, rework CLI to allow top-level arguments before subcommand 2024-09-26 13:17:55 +01:00
The Magician c53d02ba38 Parse flags for "import" subcommand 2024-09-25 17:49:01 +01:00
The Magician 768e4c9d79 Close delverlens file 2024-09-25 12:03:35 +01:00
The Magician 132d0784b0 Implement database profile and mode with cli flags 2024-09-25 11:48:01 +01:00
The Magician 70f0b4d4f7 Implement importing Delver Lens exports 2024-09-23 22:03:31 +01:00
The Magician 95f45a98fa Fix compilation w.r.t. selectedStorageAreaName 2024-09-17 11:38:59 +01:00
The Magician 3ef49bc72c Fix bug in reporting binder locations 2024-09-17 11:25:51 +01:00
The Magician 2ecb448e29 Bugfix: Display selected card when inserting 2024-09-16 17:59:44 +01:00
The Magician b2946d00e2 Insert card into first available binder slot 2024-09-16 17:44:57 +01:00
The Magician 61127a1f92 Print message when search is over 2024-09-13 20:16:17 +01:00
The Magician d89716be4b Move to next card after removing from storage 2024-09-13 20:06:16 +01:00
The Magician 86200a9afc Fix remove queries and exit loop 2024-09-13 20:05:28 +01:00
The Magician 1a3190ad40 Remove unnecessary code 2024-09-13 12:33:20 +01:00
The Magician e860e529f1 Wire up removing cards to UI 2024-09-13 12:32:18 +01:00
The Magician 1e967674b6 Add the ability to remove cards 2024-09-12 13:37:57 +01:00
The Magician 52d9e9184f Move filter function 2024-09-12 13:35:20 +01:00
The Magician 34da4ae77b Move search_test.go to filter_test.go 2024-09-12 13:33:23 +01:00
The Magician 178f92e63a Hardcode filter logic for locating cards 2024-09-12 13:32:42 +01:00
The Magician c68acb53c8 Extract filter functionality 2024-09-12 13:32:01 +01:00
The Magician 10b3e1e46f Add locate functonality 2024-09-12 13:31:42 +01:00
The Magician a18c9b2101 Set profile using CLI argument 2024-09-12 13:29:43 +01:00
The Magician de8145e8b6 Add pricer.py script 2024-09-12 13:29:20 +01:00
The Magician 978b18a867 Add "dump" Makefile target 2024-09-12 13:20:24 +01:00
The Magician 4f14040747 Add "locate from file" feature 2024-09-08 00:25:38 +01:00
The Magician 0d4d171edf Replace search function with generic version 2024-09-07 19:10:11 +01:00
The Magician 1d9c614d16 Remove unused code 2024-09-05 12:22:02 +01:00
The Magician c2ca6d284d Update storage schema, add basic locate feature 2024-09-05 10:53:14 +01:00
The Magician fec8e6cf2d Add connect target to Makefile 2024-09-05 10:52:24 +01:00
The Magician 77a515cba4 Update scantap 2024-09-05 10:52:00 +01:00
The Magician 43ffa2803f Rename struct field to match database column 2024-08-20 18:50:38 +01:00
The Magician eb5ecd5fb4 Add the ability to select storage area 2024-08-20 18:00:23 +01:00
The Magician de116aee20 Update storage UI 2024-08-20 15:28:49 +01:00
The Magician 8fe02f46d6 Add storage areas to database 2024-08-20 12:57:36 +01:00
The Magician e5f5fbaee2 Change storage area types 2024-08-19 16:23:11 +01:00
The Magician b61929a178 Add Scryfall image URL field to database 2024-08-19 16:20:33 +01:00
The Magician 793fb28d38 Remove unused code 2024-08-17 20:19:21 +01:00
The Magician 5c508f035c Add StorageArea table 2024-08-17 20:18:23 +01:00
The Magician 1330c8c507 Add scantap 2024-08-17 20:13:51 +01:00
The Magician 7ffa1b0b24 Add a_scanner_dorkly 2024-08-17 20:13:04 +01:00
The Magician 28014aade7 Update AScannerDarkly 2024-08-17 20:12:06 +01:00
The Magician 8e0d3cc03f Add individual commands for storage settings 2024-06-14 10:50:46 +01:00
The Magician 845204320b Show the number of times the selected card was inserted 2024-06-12 23:37:13 +01:00
The Magician 7031bc7b07 Unify into single REPL 2024-06-12 21:33:50 +01:00
The Magician c45347ec25 Prevent multiple search refreshes when unnecessary 2024-06-12 21:28:15 +01:00
The Magician 828341ce80 Don't crash when exiting fzf without selecting an option 2024-06-12 21:17:35 +01:00
The Magician d835ff2fcd Calculate terminal width when drawing figlets 2024-06-12 18:57:12 +01:00
The Magician 779adfd274 Refresh search options after changing search criteria 2024-06-12 18:53:32 +01:00
The Magician 80eb8696ca Only show update finished message if update run 2024-06-11 17:03:42 +01:00
The Magician ed4c01ce49 Add search filtering UI 2024-06-11 17:02:02 +01:00