-
Notifications
You must be signed in to change notification settings - Fork 1
Add background darkening tool and snapshot-based save flow #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
259f1e4
Add background darkening tool and snapshot-based save flow
AlanRockefeller f4070a6
format with black
AlanRockefeller 6a139af
fix issues suggested by coderabbit
AlanRockefeller 85583ac
format with black
AlanRockefeller 382a32c
fix issues suggested by coderabbit
AlanRockefeller 8a5f5c6
clean up files
AlanRockefeller a6e2e8e
format with black
AlanRockefeller fbf356a
fix bugs found by coderabbit
AlanRockefeller e6d11a0
format with black
AlanRockefeller 1a307b7
fix bugs found by coderabbit
AlanRockefeller b3495f8
Add a tool to import data from Lightroom catalogs
AlanRockefeller 540b160
format with black
AlanRockefeller 55e850f
fix crop tool and add launchers
AlanRockefeller 3bfd120
fix crop tool
AlanRockefeller 0582b68
fix crop tool so it works correctly when cropping backup files - they…
AlanRockefeller 28918bb
format with black
AlanRockefeller 745560b
fix more bugs
AlanRockefeller 7e5bbdf
format with black
AlanRockefeller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,3 +93,4 @@ test_image* | |
|
|
||
| **/*fail*.txt | ||
| **/*final*.txt | ||
| green.txt | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| from .app import cli | ||
|
|
||
| if __name__ == "__main__": | ||
| cli() |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README now contradicts its own shortcut list.
These bullets repurpose
Kand broadenP, but the Keyboard Shortcuts section later in the file still documentsJ / Knavigation and Photoshop-onlyP. Please update that section in the same patch so users don't get two different key maps.🤖 Prompt for AI Agents