TheMagician
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-09-12 12:47:12 +00:00
1e967674b6 Add the ability to remove cards
52d9e9184f Move filter function
34da4ae77b Move search_test.go to filter_test.go
178f92e63a Hardcode filter logic for locating cards
c68acb53c8 Extract filter functionality
Compare 9 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-09-07 23:25:43 +00:00
4f14040747 Add "locate from file" feature
0d4d171edf Replace search function with generic version
1d9c614d16 Remove unused code
Compare 3 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-09-05 09:55:29 +00:00
c2ca6d284d Update storage schema, add basic locate feature
fec8e6cf2d Add connect target to Makefile
77a515cba4 Update scantap
43ffa2803f Rename struct field to match database column
eb5ecd5fb4 Add the ability to select storage area
Compare 46 commits »
TheMagician pushed to main at TheMagician/stow 2024-08-09 13:08:36 +00:00
25f5340162 Use glob comparison properly
TheMagician pushed to main at TheMagician/stow 2024-08-09 13:07:31 +00:00
558b2611cf Only check if current user has an X session
TheMagician pushed to main at TheMagician/stow 2024-08-09 13:02:52 +00:00
dc4b08288c Make X launch work when logging in via any tty
TheMagician pushed to main at TheMagician/stow 2024-07-26 12:19:46 +00:00
67a54b9297 Add function to show syntax segments
d0c49138e5 Add skill values
f496e01a0d Set vimdiff as default mergetool
ac611e33e3 Set desktop background
Compare 4 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-05-31 19:33:07 +00:00
4018f26998 Implement basic search-and-store functionality
867143c511 Get storage location from user
5e2d8e7cff Get list of available search options
dd70490290 Clear screen in loop
1ccdfa0941 Add screen package
Compare 28 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-05-27 11:06:06 +00:00
42a019b730 Add database code for storage
1dc003211a Add stub for storagemgr program
974893605d Create unified "importer" command
6a7f4171fb Ignore info files
6303a2d5e6 Add rudimentary card presence detection
Compare 6 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-05-22 08:59:44 +00:00
411abd66f6 Skip digital-only cards, close insert statements
d21f1274a6 Remove debug code
a7b8b66db3 Add card insert code
af6a9d0feb Minor fixen
bd581e1c60 Add correct foil flags
Compare 36 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-05-06 15:06:45 +00:00
5aa1854757 Start writing code to get decklists
09a0ea0fbc Add DB schema for tournament decklists
9c566e997f Download card data from Scryfall
b491315cd0 Upgrade to colly v2
b93df37bd4 Get all cards from bulk data endpoint
Compare 6 commits »
TheMagician pushed to main at TheMagician/griddle 2024-04-24 19:46:36 +00:00
ca3ff0bb03 Add install target to Makefile
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-04-24 09:13:35 +00:00
424bca2d4d Import colors to database
4a6579a0a2 Add Card-related objects to Scryfall API package
960adebd93 Import Set data from Scryfall
7806b11cbf Fix Makefile
34ed8b8751 Allow SetCode to be five characters
Compare 9 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-04-19 07:58:48 +00:00
896a6666a9 Merge branch 'main' of git.themagician.cc:TheMagician/TheMathemagicians
3d273eb738 Merge branch 'main' of git.themagician.cc:TheMagician/TheMathemagicians
528d8fec27 Add prereleasing info
b6f08c2c1b Add main.go
ada6a95721 Merge remote-tracking branch 'refs/remotes/origin/main'
Compare 12 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-04-14 20:30:23 +00:00
0312a8266a Finish SQL schema
d15cc864bc Add updates to database schema
Compare 2 commits »
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-04-12 21:28:20 +00:00
07ad091168 Design first draft of database schema
TheMagician pushed to main at TheMagician/TheMathemagicians 2024-04-12 08:57:06 +00:00
529860f2bc Start creating database schema
TheMagician pushed to main at TheMagician/stow 2024-04-10 13:55:19 +00:00
eb4ec29abc Run X before attempting to launch tmux
TheMagician pushed to main at TheMagician/theredphone 2024-04-07 11:49:18 +00:00
ba2386736f Add `main` binary
TheMagician pushed to main at TheMagician/theredphone 2024-04-07 11:45:10 +00:00
f52bf43344 Initial commit