From e113ad82ea880ddc8c2e196755e9d9e236ef95b8 Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 29 Aug 2023 06:28:04 -0700 Subject: Initial commit This pixel editor is a sort of 'proof of concept' for a Javascript app. It has support for three primary colors (black, white, custom), a darken and lighten tool, a rainbow tool, and you can right click to capture a color in the custom color box. Quite handy for simple little doodles. Future work will be done mostly in the CSS for the UI layout. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45d62d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.sw? -- cgit v1.2.3-54-g00ecf Manage your game collection and knock out that backlog!zlg
aboutsummaryrefslogtreecommitdiff
path: root/src/vgstash/test_vgstash_cli.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29The big VGStash-Web commit!zlg5-0/+658
2025-07-29README.md: Better clarify dates, add contact detailszlg1-7/+19
2025-07-29README.md: Remove references to -w flag to 'list' commandzlg1-2/+2
2025-07-28Update build system, release 0.3beta8v0.3b8zlg3-6/+6
2025-07-27README.md: update to include mentions of *_date fieldszlg1-7/+26
2025-07-27Finish integrating support for p_date, et alzlg2-23/+59
2025-01-24Add support for p_date, b_date, c_date to CLIzlg2-48/+136
2025-01-24tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1
2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2
2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85