|
63317
|
NULL
|
0
|
2026-05-20T12:20:44.262997+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279644262_m1.jpg...
|
iTerm2
|
APP (-zsh)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","depth":4,"on_screen":true,"value":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.24652778,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25069445,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.49305555,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49722221,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.7395833,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.74375,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.032222223,"width":0.03888889,"height":0.018888889},"on_screen":true,"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"APP (-zsh)","depth":1,"bounds":{"left":0.47569445,"top":0.033333335,"width":0.05138889,"height":0.017777778},"on_screen":true,"role_description":"text"}]...
|
2191997849517734487
|
-825293178909463843
|
click
|
accessibility
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63315
|
2230
|
70
|
2026-05-20T12:20:42.776396+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279642776_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
191310123133929204
|
8847423671358774950
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab...
|
63313
|
NULL
|
NULL
|
NULL
|
|
63316
|
2231
|
86
|
2026-05-20T12:20:42.770868+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279642770_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"bounds":{"left":0.013297873,"top":0.28172386,"width":0.14727394,"height":0.011572227},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"bounds":{"left":0.0,"top":0.30327216,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"bounds":{"left":0.013297873,"top":0.31444532,"width":0.2365359,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"bounds":{"left":0.0,"top":0.33599362,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"bounds":{"left":0.013297873,"top":0.3471668,"width":0.05900931,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"bounds":{"left":0.0,"top":0.36871508,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"bounds":{"left":0.013297873,"top":0.37988827,"width":0.04138963,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"bounds":{"left":0.0,"top":0.40143654,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"bounds":{"left":0.013297873,"top":0.41260973,"width":0.0653258,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"bounds":{"left":0.0,"top":0.43415803,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
2865563142786039027
|
1646661828965670571
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps...
|
63314
|
NULL
|
NULL
|
NULL
|
|
63314
|
2231
|
85
|
2026-05-20T12:20:36.341112+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279636341_m2.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip
ПО-22221726037035-004-001_archive.zip
ПО-22221726037035-004-001_ORGES.pdf
image (1).jpg
JPEG image - 2,5 MB
Information
Show More
Created
Friday, 19 December 2025 at 12:23
Modified
Friday, 19 December 2025 at 12:23
Last opened
--
Dimensions
5061 × 3824
Tags
tag editor
Rotate Left
Create PDF
More…
1 of 67 selected, 11,6 GB available
Downloads...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive (1).zip","depth":8,"on_screen":false,"value":"ПО-22221726037035-004-001_archive (1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive.zip","depth":8,"on_screen":false,"value":"ПО-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_ORGES.pdf","depth":8,"on_screen":false,"value":"ПО-22221726037035-004-001_ORGES.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"image (1).jpg","depth":6,"bounds":{"left":0.65176195,"top":0.5526736,"width":0.1861702,"height":0.015961692},"on_screen":true,"automation_id":"_NS:75","help_text":"","role_description":"text"},{"role":"AXStaticText","text":"JPEG image - 2,5 MB","depth":6,"bounds":{"left":0.65109706,"top":0.57102954,"width":0.1875,"height":0.012769354},"on_screen":true,"automation_id":"sizeAndKind","role_description":"text"},{"role":"AXStaticText","text":"Information","depth":6,"bounds":{"left":0.65109706,"top":0.59018356,"width":0.025764627,"height":0.012769354},"on_screen":true,"automation_id":"_NS:175","role_description":"text"},{"role":"AXCheckBox","text":"Show More","depth":6,"bounds":{"left":0.81698805,"top":0.5917797,"width":0.020944148,"height":0.011173184},"on_screen":true,"automation_id":"showMoreLessButton","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Created","depth":6,"bounds":{"left":0.65109706,"top":0.60933757,"width":0.015625,"height":0.011173184},"on_screen":true,"automation_id":"metaCreatedTitle","role_description":"text"},{"role":"AXStaticText","text":"Friday, 19 December 2025 at 12:23","depth":6,"bounds":{"left":0.66805184,"top":0.60933757,"width":0.1705452,"height":0.011173184},"on_screen":true,"automation_id":"metaCreatedValue","role_description":"text"},{"role":"AXStaticText","text":"Modified","depth":6,"bounds":{"left":0.65109706,"top":0.62769353,"width":0.017121011,"height":0.011173184},"on_screen":true,"automation_id":"metaModifiedTitle","role_description":"text"},{"role":"AXStaticText","text":"Friday, 19 December 2025 at 12:23","depth":6,"bounds":{"left":0.66954786,"top":0.62769353,"width":0.1690492,"height":0.011173184},"on_screen":true,"automation_id":"metaModifiedValue","role_description":"text"},{"role":"AXStaticText","text":"Last opened","depth":6,"bounds":{"left":0.65109706,"top":0.6460495,"width":0.0234375,"height":0.011173184},"on_screen":true,"automation_id":"metaLastOpenedTitle","role_description":"text"},{"role":"AXStaticText","text":"--","depth":6,"bounds":{"left":0.67586434,"top":0.6460495,"width":0.1627327,"height":0.011173184},"on_screen":true,"automation_id":"metaLastOpenedValue","role_description":"text"},{"role":"AXStaticText","text":"Dimensions","depth":6,"bounds":{"left":0.65109706,"top":0.6644054,"width":0.022107713,"height":0.011173184},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"5061 × 3824","depth":6,"bounds":{"left":0.67453456,"top":0.6644054,"width":0.1640625,"height":0.011173184},"on_screen":true,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.65109706,"top":0.68834794,"width":0.011303191,"height":0.012769354},"on_screen":true,"automation_id":"_NS:393","role_description":"text"},{"role":"AXTextField","text":"tag editor","depth":7,"bounds":{"left":0.65109706,"top":0.70590585,"width":0.1875,"height":0.026336791},"on_screen":true,"automation_id":"_NS:359","placeholder":"Add Tags…","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"Rotate Left","depth":6,"bounds":{"left":0.70927525,"top":0.933759,"width":0.020611702,"height":0.031923383},"on_screen":true,"automation_id":"APPEXTENSION-com.apple.finder.RotateQuickAction","help_text":"Rotate Left","role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"Create PDF","depth":6,"bounds":{"left":0.73420876,"top":0.933759,"width":0.021276595,"height":0.031923383},"on_screen":true,"automation_id":"APPEXTENSION-com.apple.finder.CreatePDFQuickAction","help_text":"Create PDF","role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"More…","depth":6,"bounds":{"left":0.7634641,"top":0.9345571,"width":0.013297873,"height":0.0311253},"on_screen":true,"automation_id":"QuickActionMoreButton","role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"1 of 67 selected, 11,6 GB available","depth":2,"bounds":{"left":0.66988033,"top":0.98324025,"width":0.06549202,"height":0.011173184},"on_screen":true,"automation_id":"_NS:34","role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":1,"bounds":{"left":0.4398271,"top":0.019952115,"width":0.30285904,"height":0.0415004},"on_screen":true,"role_description":"text"}]...
|
-3593944017847201607
|
-6368188533010209794
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip
ПО-22221726037035-004-001_archive.zip
ПО-22221726037035-004-001_ORGES.pdf
image (1).jpg
JPEG image - 2,5 MB
Information
Show More
Created
Friday, 19 December 2025 at 12:23
Modified
Friday, 19 December 2025 at 12:23
Last opened
--
Dimensions
5061 × 3824
Tags
tag editor
Rotate Left
Create PDF
More…
1 of 67 selected, 11,6 GB available
Downloads...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63313
|
2230
|
69
|
2026-05-20T12:20:34.094927+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279634094_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEdit ViewSessionScriptsProfilesWindow iTerm2ShellEdit ViewSessionScriptsProfilesWindowHelpAPP (-zsh)DOCKER- ₴81DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests./SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++[PHONE] files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ ||Al chapter • in 1h 40 mA83100% <|8• Wed 20 May 15:20:34ffmpeg18184APP...
|
NULL
|
1213249227834143127
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEdit ViewSessionScriptsProfilesWindow iTerm2ShellEdit ViewSessionScriptsProfilesWindowHelpAPP (-zsh)DOCKER- ₴81DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests./SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++[PHONE] files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ ||Al chapter • in 1h 40 mA83100% <|8• Wed 20 May 15:20:34ffmpeg18184APP...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63312
|
2231
|
84
|
2026-05-20T12:20:33.331438+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279633331_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Finder-7 Imoort bookmarks.M'inbox (1) - kovali Finder-7 Imoort bookmarks.M'inbox (1) - kovaliklukas@omDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab@1 - Apple MacBook Pro 14d Apple Mac Studio M4 Max• Welcome to authentikl - autilPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelpGoogle GeminiGemint Prov...Xwhen l click convert image nothing happensWhen macOs Quick Actions fail silently, it usually means therinder process nas glitched or the tlle isn't actually tullydownloaded to your local drive.Here is how to get your file converted right now, and how to fixthe bug for next time.The Fastest Workarounds1. Use the Terminal (Bypasses Finder completelv)Since the Ul is failing, you can use the built-in macOs imageprocessor via the terminal. It's instant and doesn't rely on Finder:Rachsips -s format png your_image.heic --out converted.png2. Use the Preview AppIf the file is corrupted. Preview will usually tell vou.Double-click the .heic file to open it in Preview.Go to File > Export... in the top menu bar.Change the format dropdown to PNG and save. (Note: IfPNG isn't in the list. hold the Ontion kev while clicking thedropdown menu to reveal all formats).Fixing the Quick Action BuaAsk GeminilSummarize pageGmailljiminnyAirDrope RecentsA ApplicationsDocuments• Downloadsin lukas• iCloud Drive298 Sunc tolder0 DXP4800PLUS-B5F €C Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Downloads%D0%9F%D…01__archive.zip02022026_0...60023780.pdf03042026_0...60021608.pdf=05012026_00...60015890.pdf-2/022026 00...0049200.parAltredAlfred copy….prefer9 Alfred copy…..preferences ©° Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zip^bitwarden_ex...31122528.isor!contia.vm? tavicon.icofirst aid note omolete docxO image 140T=-m imageOpen WithimagesL IMG 4• IteratiMove to Rina KeuchGet intoBKeychrKoválilComoress "imace 1.iochDuolicateKoválilawleaneQuick Look* macOsMariusCopymazarShare.1 mazar000000mazanmazan2OrionlShow Preview OptionsD pdf-1.fE pdf-2.1Quick Actionspdf-3.• pdf-4.New iTerm2 Tab Herepdf-5.New iTerm2 Window HereSend Files to Anvboy• odf.odSet Deckton PicturePhotos.Photos-3-001.210•Photos-3-001(1)Photos.3-001/1.210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvu report.xisNi renort ym= ronort/1)ectronart(1) ymF ronartl2) ecula Rotate LefiA Markup( Create PDF( Convert Image. Remove BackaroundCuctomice* Al chapter • in 1h 40 m… searchAdd Tags100% L2Wed 20 May 15:20:33image (1).jpgJPEG image - 2,5 MBInformationCreatedModitiedDimensioncTagsAdd lags..Friday, 19 December 2025 at 12:23Friday, 19 December 2025 at 12:235061x282Dototolott...
|
NULL
|
7340556943928463521
|
NULL
|
visual_change
|
ocr
|
NULL
|
Finder-7 Imoort bookmarks.M'inbox (1) - kovali Finder-7 Imoort bookmarks.M'inbox (1) - kovaliklukas@omDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab@1 - Apple MacBook Pro 14d Apple Mac Studio M4 Max• Welcome to authentikl - autilPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelpGoogle GeminiGemint Prov...Xwhen l click convert image nothing happensWhen macOs Quick Actions fail silently, it usually means therinder process nas glitched or the tlle isn't actually tullydownloaded to your local drive.Here is how to get your file converted right now, and how to fixthe bug for next time.The Fastest Workarounds1. Use the Terminal (Bypasses Finder completelv)Since the Ul is failing, you can use the built-in macOs imageprocessor via the terminal. It's instant and doesn't rely on Finder:Rachsips -s format png your_image.heic --out converted.png2. Use the Preview AppIf the file is corrupted. Preview will usually tell vou.Double-click the .heic file to open it in Preview.Go to File > Export... in the top menu bar.Change the format dropdown to PNG and save. (Note: IfPNG isn't in the list. hold the Ontion kev while clicking thedropdown menu to reveal all formats).Fixing the Quick Action BuaAsk GeminilSummarize pageGmailljiminnyAirDrope RecentsA ApplicationsDocuments• Downloadsin lukas• iCloud Drive298 Sunc tolder0 DXP4800PLUS-B5F €C Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Downloads%D0%9F%D…01__archive.zip02022026_0...60023780.pdf03042026_0...60021608.pdf=05012026_00...60015890.pdf-2/022026 00...0049200.parAltredAlfred copy….prefer9 Alfred copy…..preferences ©° Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zip^bitwarden_ex...31122528.isor!contia.vm? tavicon.icofirst aid note omolete docxO image 140T=-m imageOpen WithimagesL IMG 4• IteratiMove to Rina KeuchGet intoBKeychrKoválilComoress "imace 1.iochDuolicateKoválilawleaneQuick Look* macOsMariusCopymazarShare.1 mazar000000mazanmazan2OrionlShow Preview OptionsD pdf-1.fE pdf-2.1Quick Actionspdf-3.• pdf-4.New iTerm2 Tab Herepdf-5.New iTerm2 Window HereSend Files to Anvboy• odf.odSet Deckton PicturePhotos.Photos-3-001.210•Photos-3-001(1)Photos.3-001/1.210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvu report.xisNi renort ym= ronort/1)ectronart(1) ymF ronartl2) ecula Rotate LefiA Markup( Create PDF( Convert Image. Remove BackaroundCuctomice* Al chapter • in 1h 40 m… searchAdd Tags100% L2Wed 20 May 15:20:33image (1).jpgJPEG image - 2,5 MBInformationCreatedModitiedDimensioncTagsAdd lags..Friday, 19 December 2025 at 12:23Friday, 19 December 2025 at 12:235061x282Dototolott...
|
63311
|
NULL
|
NULL
|
NULL
|
|
63311
|
2231
|
83
|
2026-05-20T12:20:31.304470+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279631304_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Finder-7 Imoort bookmarks.…M'inbox (1) - koval Finder-7 Imoort bookmarks.…M'inbox (1) - kovaliklukas@omDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab@1 - Apple MacBook Pro 14d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelpGoogle GeminiGemint Prov...Xwhen l click convert image nothing happensWhen macOs Quick Actions fail silently, it usually means therinder process nas glitched or the tlle isn't actually tullydownloaded to your local drive.Here is how to get your file converted right now, and how to fixthe bug for next time.The Fastest Workarounds1. Use the Terminal (Bypasses Finder completelv)Since the Ul is failing, you can use the built-in macOs imageprocessor via the terminal. It's instant and doesn't rely on Finder:Rachsips -s format png your_image.heic --out converted.png2. Use the Preview AppIf the file is corrupted. Preview will usually tell vou.Double-click the .heic file to open it in Preview.Go to File > Export... in the top menu bar.Change the format dropdown to PNG and save. (Note: IfPNG isn't in the list. hold the Ontion kev while clicking thedropdown menu to reveal all formats).Fixing the Quick Action BuaAsk GeminilSummarize pageGmaillGjiminnyAirDrope RecentsA ApplicationsDocuments• Downloadsin lukas• iCloud Drive298 Sunc tolder0 DXP4800PLUS-B5F €C Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Downloads%D0%9F%D…01__archive.zip02022026_0...60023780.pdf03042026_0...60021608.pdf=05012026_00...60015890.pdf-2/022026 00...0049200.parAltredAllred соpу...9 Alfred copy…..preferences ©° Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zipbitwarden_ex..31122528.isor!contia.vm© favicon.iccfirst aid note omolete docya imace (1.io• image (2).jpgit image.iodIMG 4126/1.heitIteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgA KevchronAssist-1.0.2.dmgKoválik Family Tree.gedKoválik Family Tree.zipm licence hettertouchtooli*macOS Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-imaaes_llHzymazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip* OrionInstaller.dmg* pdf-1.pdtE pdf-2.pdfpdf-3.pdf= odt-4.001pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-001111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvu report.xisNi renort ymB report(1).csvronart(1) ymF ronartl2) ecul* Al chapter • in 1h 40 m… searchAdd Tags100% L2Wed 20 May 15:20:31image (1).jpgJPEG image - 2,5 MBInformationCreatedDimensioncTagsAdd lagS…Friday, 19 December 2025 at 12:23Friday, 19 December 2025 at 12:235061x282Dototolott...
|
NULL
|
-5951719565374136635
|
NULL
|
click
|
ocr
|
NULL
|
Finder-7 Imoort bookmarks.…M'inbox (1) - koval Finder-7 Imoort bookmarks.…M'inbox (1) - kovaliklukas@omDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab@1 - Apple MacBook Pro 14d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelpGoogle GeminiGemint Prov...Xwhen l click convert image nothing happensWhen macOs Quick Actions fail silently, it usually means therinder process nas glitched or the tlle isn't actually tullydownloaded to your local drive.Here is how to get your file converted right now, and how to fixthe bug for next time.The Fastest Workarounds1. Use the Terminal (Bypasses Finder completelv)Since the Ul is failing, you can use the built-in macOs imageprocessor via the terminal. It's instant and doesn't rely on Finder:Rachsips -s format png your_image.heic --out converted.png2. Use the Preview AppIf the file is corrupted. Preview will usually tell vou.Double-click the .heic file to open it in Preview.Go to File > Export... in the top menu bar.Change the format dropdown to PNG and save. (Note: IfPNG isn't in the list. hold the Ontion kev while clicking thedropdown menu to reveal all formats).Fixing the Quick Action BuaAsk GeminilSummarize pageGmaillGjiminnyAirDrope RecentsA ApplicationsDocuments• Downloadsin lukas• iCloud Drive298 Sunc tolder0 DXP4800PLUS-B5F €C Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Downloads%D0%9F%D…01__archive.zip02022026_0...60023780.pdf03042026_0...60021608.pdf=05012026_00...60015890.pdf-2/022026 00...0049200.parAltredAllred соpу...9 Alfred copy…..preferences ©° Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zipbitwarden_ex..31122528.isor!contia.vm© favicon.iccfirst aid note omolete docya imace (1.io• image (2).jpgit image.iodIMG 4126/1.heitIteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgA KevchronAssist-1.0.2.dmgKoválik Family Tree.gedKoválik Family Tree.zipm licence hettertouchtooli*macOS Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-imaaes_llHzymazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip* OrionInstaller.dmg* pdf-1.pdtE pdf-2.pdfpdf-3.pdf= odt-4.001pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-001111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvu report.xisNi renort ymB report(1).csvronart(1) ymF ronartl2) ecul* Al chapter • in 1h 40 m… searchAdd Tags100% L2Wed 20 May 15:20:31image (1).jpgJPEG image - 2,5 MBInformationCreatedDimensioncTagsAdd lagS…Friday, 19 December 2025 at 12:23Friday, 19 December 2025 at 12:235061x282Dototolott...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63310
|
2230
|
68
|
2026-05-20T12:20:31.264520+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279631264_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2Shell|Edit ViewSessionScriptsProfilesWindo iTerm2Shell|Edit ViewSessionScriptsProfilesWindowHelpAPP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests./SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++[PHONE] files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ ||Al chapter • in 1h 40 m83100% <8• Wed 20 May 15:20:31ffmpeg181O ₴4APP...
|
NULL
|
2206658005068193341
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2Shell|Edit ViewSessionScriptsProfilesWindo iTerm2Shell|Edit ViewSessionScriptsProfilesWindowHelpAPP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests./SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++[PHONE] files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ ||Al chapter • in 1h 40 m83100% <8• Wed 20 May 15:20:31ffmpeg181O ₴4APP...
|
63308
|
NULL
|
NULL
|
NULL
|
|
63309
|
2231
|
82
|
2026-05-20T12:20:30.587734+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279630587_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
5216944612712970948
|
7088246641437308744
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf...
|
63307
|
NULL
|
NULL
|
NULL
|
|
63308
|
2230
|
67
|
2026-05-20T12:20:30.569991+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279630569_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4775597106440964021
|
7088246641436784578
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63307
|
2231
|
81
|
2026-05-20T12:20:29.524618+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279629524_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"}]...
|
-5750879453956810816
|
-6380996207036237864
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63306
|
2230
|
66
|
2026-05-20T12:20:29.520428+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279629520_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"}]...
|
-5750879453956810816
|
-6380996207036237864
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red...
|
63303
|
NULL
|
NULL
|
NULL
|
|
63305
|
2231
|
80
|
2026-05-20T12:20:26.421155+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279626421_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
485433494912932814
|
2548089908622653394
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf...
|
63304
|
NULL
|
NULL
|
NULL
|
|
63303
|
2230
|
65
|
2026-05-20T12:20:25.445326+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279625445_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
3823218833794879269
|
-6456996104365840424
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63304
|
2231
|
79
|
2026-05-20T12:20:25.430605+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279625430_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-8820888666030477862
|
-1842917394218387624
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63302
|
2230
|
64
|
2026-05-20T12:20:23.365187+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279623365_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"}]...
|
-6013989091266841344
|
-6453618404846639144
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue...
|
63300
|
NULL
|
NULL
|
NULL
|
|
63300
|
2230
|
63
|
2026-05-20T12:20:22.722792+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279622722_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":25,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":25,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":24,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":25,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":24,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said when I click convert image nothing happens","depth":21,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"}]...
|
-5406154446866711058
|
5751131706789795499
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63301
|
2231
|
78
|
2026-05-20T12:20:22.722752+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279622722_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Gemini said
Gemini said
When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.
Here is how to get your file converted right now, and how to fix the bug for next time.
The Fastest Workarounds
The Fastest Workarounds
1. Use the Terminal (Bypasses Finder completely)
Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:
Bash
Copy code
2. Use the Preview App
If the file is corrupted, Preview will usually tell you.
Double-click the
file to open it in
Preview
.
Go to
File
>
Export...
in the top menu bar.
Change the format dropdown to
PNG
and save.
(Note: If PNG isn't in the list, hold the
key while clicking the dropdown menu to reveal all formats).
Fixing the Quick Action Bug
Fixing the Quick Action Bug
If you want to get the right-click menu working again, check these two common culprits:
Is the file stuck in iCloud?
Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.
Relaunch Finder:
The Quick Actions service crashes occasionally. Hold down the
key, right-click the
Finder
icon in your dock, and select
Relaunch
.
Good response
Bad response
Redo
Share and export
Copy
Show more options...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"bounds":{"left":0.013297873,"top":0.28172386,"width":0.14727394,"height":0.011572227},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"bounds":{"left":0.0,"top":0.30327216,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"bounds":{"left":0.013297873,"top":0.31444532,"width":0.2365359,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"bounds":{"left":0.0,"top":0.33599362,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"bounds":{"left":0.013297873,"top":0.3471668,"width":0.05900931,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"bounds":{"left":0.0,"top":0.36871508,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"bounds":{"left":0.013297873,"top":0.37988827,"width":0.04138963,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"bounds":{"left":0.0,"top":0.40143654,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"bounds":{"left":0.013297873,"top":0.41260973,"width":0.0653258,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"bounds":{"left":0.0,"top":0.43415803,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"bounds":{"left":0.013297873,"top":0.44533122,"width":0.022772606,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.4668795,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.47805268,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"bounds":{"left":0.0,"top":0.49960095,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"bounds":{"left":0.013297873,"top":0.51077414,"width":0.12749335,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.5323224,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.5434956,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.05651596,"top":0.5395052,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.0028257978,"top":0.5666401,"width":0.06333112,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0028257978,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"bounds":{"left":0.013796543,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.024933511,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.036070477,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"bounds":{"left":0.04720745,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"bounds":{"left":0.21941489,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"bounds":{"left":0.23138298,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"bounds":{"left":0.071476065,"top":0.11971269,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"bounds":{"left":0.08743351,"top":0.1292897,"width":0.040392287,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"bounds":{"left":0.09142287,"top":0.13088587,"width":0.016456118,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"bounds":{"left":0.10987367,"top":0.13088587,"width":0.0076462766,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"bounds":{"left":0.21941489,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"bounds":{"left":0.23138298,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"bounds":{"left":0.068484046,"top":0.16679968,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"bounds":{"left":0.068484046,"top":0.16919394,"width":0.1200133,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"bounds":{"left":0.07679521,"top":0.0,"width":0.15774602,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"bounds":{"left":0.14428191,"top":0.009177973,"width":0.032912236,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"bounds":{"left":0.07679521,"top":0.0075818035,"width":0.1512633,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":25,"bounds":{"left":0.07413564,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":25,"bounds":{"left":0.09009308,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":24,"bounds":{"left":0.10605053,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":25,"bounds":{"left":0.12200798,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":24,"bounds":{"left":0.13796543,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said when I click convert image nothing happens","depth":21,"bounds":{"left":0.12483378,"top":0.20271349,"width":0.10787899,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"bounds":{"left":0.115192816,"top":0.20311253,"width":0.02044548,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"when I click convert image nothing happens","depth":23,"bounds":{"left":0.12483378,"top":0.20391062,"width":0.10787899,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"bounds":{"left":0.21143617,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":20,"bounds":{"left":0.22340426,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"bounds":{"left":0.073803194,"top":0.27214685,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"bounds":{"left":0.073803194,"top":0.27414206,"width":0.04105718,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.","depth":27,"bounds":{"left":0.07679521,"top":0.27414206,"width":0.14777261,"height":0.05546688},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Here is how to get your file converted right now, and how to fix the bug for next time.","depth":27,"bounds":{"left":0.07679521,"top":0.3443735,"width":0.1549202,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Fastest Workarounds","depth":26,"bounds":{"left":0.07679521,"top":0.41340783,"width":0.16256648,"height":0.022346368},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Fastest Workarounds","depth":27,"bounds":{"left":0.07679521,"top":0.41260973,"width":0.09075798,"height":0.02434158},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1. Use the Terminal (Bypasses Finder completely)","depth":27,"bounds":{"left":0.07679521,"top":0.44972068,"width":0.12416888,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:","depth":27,"bounds":{"left":0.07679521,"top":0.4688747,"width":0.15774602,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"bounds":{"left":0.08211436,"top":0.5574621,"width":0.011303191,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"bounds":{"left":0.22905585,"top":0.5506784,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2. Use the Preview App","depth":27,"bounds":{"left":0.07679521,"top":0.64684755,"width":0.058344416,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If the file is corrupted, Preview will usually tell you.","depth":27,"bounds":{"left":0.07679521,"top":0.6660016,"width":0.122340426,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Double-click the","depth":29,"bounds":{"left":0.09009308,"top":0.697925,"width":0.04138963,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"file to open it in","depth":29,"bounds":{"left":0.15043218,"top":0.697925,"width":0.04055851,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":29,"bounds":{"left":0.19099069,"top":0.697925,"width":0.020279255,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"bounds":{"left":0.21126994,"top":0.697925,"width":0.0013297872,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to","depth":29,"bounds":{"left":0.09009308,"top":0.726656,"width":0.01512633,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"File","depth":29,"bounds":{"left":0.10521942,"top":0.726656,"width":0.008976064,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"bounds":{"left":0.11419548,"top":0.726656,"width":0.005485372,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export...","depth":29,"bounds":{"left":0.11968085,"top":0.726656,"width":0.02144282,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in the top menu bar.","depth":29,"bounds":{"left":0.14112367,"top":0.726656,"width":0.050199468,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Change the format dropdown to","depth":29,"bounds":{"left":0.09009308,"top":0.75538707,"width":0.08111702,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"bounds":{"left":0.17121011,"top":0.75538707,"width":0.011635638,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and save.","depth":29,"bounds":{"left":0.18284574,"top":0.75538707,"width":0.02543218,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: If PNG isn't in the list, hold the","depth":29,"bounds":{"left":0.09009308,"top":0.75538707,"width":0.13912898,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key while clicking the dropdown menu to reveal all formats).","depth":29,"bounds":{"left":0.09009308,"top":0.7745411,"width":0.14594415,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Fixing the Quick Action Bug","depth":26,"bounds":{"left":0.07679521,"top":0.8435754,"width":0.16256648,"height":0.022346368},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fixing the Quick Action Bug","depth":27,"bounds":{"left":0.07679521,"top":0.8427773,"width":0.09840426,"height":0.02434158},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you want to get the right-click menu working again, check these two common culprits:","depth":27,"bounds":{"left":0.07679521,"top":0.8798883,"width":0.16256648,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Is the file stuck in iCloud?","depth":29,"bounds":{"left":0.08992686,"top":0.93096566,"width":0.065159574,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.","depth":29,"bounds":{"left":0.08992686,"top":0.93096566,"width":0.1462766,"height":0.06903434},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Relaunch Finder:","depth":29,"bounds":{"left":0.08992686,"top":1.0,"width":0.042719416,"height":-0.03631282},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quick Actions service crashes occasionally. Hold down the","depth":29,"bounds":{"left":0.08992686,"top":1.0,"width":0.12915559,"height":-0.03631282},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key, right-click the","depth":29,"bounds":{"left":0.18151596,"top":1.0,"width":0.04720745,"height":-0.05546689},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Finder","depth":29,"bounds":{"left":0.08992686,"top":1.0,"width":0.016456118,"height":-0.07462096},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"icon in your dock, and select","depth":29,"bounds":{"left":0.10638298,"top":1.0,"width":0.072140954,"height":-0.07462096},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Relaunch","depth":29,"bounds":{"left":0.17852394,"top":1.0,"width":0.023769947,"height":-0.07462096},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"bounds":{"left":0.20229389,"top":1.0,"width":0.0013297872,"height":-0.07462096},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Redo","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-2451169838577886173
|
5178048667360173290
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Gemini said
Gemini said
When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.
Here is how to get your file converted right now, and how to fix the bug for next time.
The Fastest Workarounds
The Fastest Workarounds
1. Use the Terminal (Bypasses Finder completely)
Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:
Bash
Copy code
2. Use the Preview App
If the file is corrupted, Preview will usually tell you.
Double-click the
file to open it in
Preview
.
Go to
File
>
Export...
in the top menu bar.
Change the format dropdown to
PNG
and save.
(Note: If PNG isn't in the list, hold the
key while clicking the dropdown menu to reveal all formats).
Fixing the Quick Action Bug
Fixing the Quick Action Bug
If you want to get the right-click menu working again, check these two common culprits:
Is the file stuck in iCloud?
Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.
Relaunch Finder:
The Quick Actions service crashes occasionally. Hold down the
key, right-click the
Finder
icon in your dock, and select
Relaunch
.
Good response
Bad response
Redo
Share and export
Copy
Show more options...
|
63299
|
NULL
|
NULL
|
NULL
|
|
63299
|
2231
|
77
|
2026-05-20T12:20:16.510511+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279616510_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"bounds":{"left":0.013297873,"top":0.28172386,"width":0.14727394,"height":0.011572227},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"bounds":{"left":0.0,"top":0.30327216,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"bounds":{"left":0.013297873,"top":0.31444532,"width":0.2365359,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"bounds":{"left":0.0,"top":0.33599362,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"bounds":{"left":0.013297873,"top":0.3471668,"width":0.05900931,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"bounds":{"left":0.0,"top":0.36871508,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"bounds":{"left":0.013297873,"top":0.37988827,"width":0.04138963,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"bounds":{"left":0.0,"top":0.40143654,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"bounds":{"left":0.013297873,"top":0.41260973,"width":0.0653258,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"bounds":{"left":0.0,"top":0.43415803,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"bounds":{"left":0.013297873,"top":0.44533122,"width":0.022772606,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.4668795,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.47805268,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"bounds":{"left":0.0,"top":0.49960095,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"bounds":{"left":0.013297873,"top":0.51077414,"width":0.12749335,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.5323224,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.5434956,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.05651596,"top":0.5395052,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.0028257978,"top":0.5666401,"width":0.06333112,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0028257978,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"bounds":{"left":0.013796543,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.024933511,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.036070477,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"bounds":{"left":0.04720745,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"bounds":{"left":0.21941489,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"bounds":{"left":0.23138298,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"bounds":{"left":0.071476065,"top":0.11971269,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"bounds":{"left":0.08743351,"top":0.1292897,"width":0.040392287,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"bounds":{"left":0.09142287,"top":0.13088587,"width":0.016456118,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"bounds":{"left":0.10987367,"top":0.13088587,"width":0.0076462766,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"bounds":{"left":0.21941489,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"bounds":{"left":0.23138298,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"bounds":{"left":0.068484046,"top":0.16679968,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"bounds":{"left":0.068484046,"top":0.16919394,"width":0.1200133,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"bounds":{"left":0.07679521,"top":0.0,"width":0.15774602,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"bounds":{"left":0.14428191,"top":0.009177973,"width":0.032912236,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"bounds":{"left":0.07679521,"top":0.0075818035,"width":0.1512633,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":25,"bounds":{"left":0.07413564,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":25,"bounds":{"left":0.09009308,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":24,"bounds":{"left":0.10605053,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":25,"bounds":{"left":0.12200798,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":24,"bounds":{"left":0.13796543,"top":0.05905826,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said when I click convert image nothing happens","depth":21,"bounds":{"left":0.12483378,"top":0.20271349,"width":0.10787899,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"bounds":{"left":0.115192816,"top":0.20311253,"width":0.02044548,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"when I click convert image nothing happens","depth":23,"bounds":{"left":0.12483378,"top":0.20391062,"width":0.10787899,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"bounds":{"left":0.21143617,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":20,"bounds":{"left":0.22340426,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-428249379462726194
|
5751131706788746987
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63298
|
2230
|
62
|
2026-05-20T12:20:16.506336+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279616506_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-3856256516263108133
|
6834386657814355627
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)...
|
63297
|
NULL
|
NULL
|
NULL
|
|
63297
|
2230
|
61
|
2026-05-20T12:20:11.309754+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279611309_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Gemini said
Gemini said
When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.
Here is how to get your file converted right now, and how to fix the bug for next time.
The Fastest Workarounds
The Fastest Workarounds
1. Use the Terminal (Bypasses Finder completely)
Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:
Bash
Copy code
2. Use the Preview App
If the file is corrupted, Preview will usually tell you.
Double-click the
file to open it in
Preview
.
Go to
File
>
Export...
in the top menu bar.
Change the format dropdown to
PNG
and save.
(Note: If PNG isn't in the list, hold the
key while clicking the dropdown menu to reveal all formats).
Fixing the Quick Action Bug
Fixing the Quick Action Bug
If you want to get the right-click menu working again, check these two common culprits:
Is the file stuck in iCloud?
Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.
Relaunch Finder:
The Quick Actions service crashes occasionally. Hold down the
key, right-click the
Finder
icon in your dock, and select
Relaunch
.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
Ask Gemini
Ask Gemini
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":25,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":25,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":24,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":25,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":24,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said when I click convert image nothing happens","depth":21,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"when I click convert image nothing happens","depth":23,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":20,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Here is how to get your file converted right now, and how to fix the bug for next time.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Fastest Workarounds","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Fastest Workarounds","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1. Use the Terminal (Bypasses Finder completely)","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2. Use the Preview App","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If the file is corrupted, Preview will usually tell you.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Double-click the","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"file to open it in","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"File","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export...","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in the top menu bar.","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Change the format dropdown to","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and save.","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: If PNG isn't in the list, hold the","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key while clicking the dropdown menu to reveal all formats).","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Fixing the Quick Action Bug","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fixing the Quick Action Bug","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you want to get the right-click menu working again, check these two common culprits:","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Is the file stuck in iCloud?","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Relaunch Finder:","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quick Actions service crashes occasionally. Hold down the","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key, right-click the","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Finder","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"icon in your dock, and select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Relaunch","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Redo","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini is AI and can make mistakes, including about people.","depth":20,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Your privacy and Gemini Opens in a new window","depth":20,"on_screen":false,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your privacy and Gemini","depth":21,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Opens in a new window","depth":22,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"Ask Gemini","depth":22,"on_screen":true,"value":"Ask Gemini","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Gemini","depth":23,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Upload and tools","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Microphone","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Send message","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22°","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"C","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New York City","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open menu","depth":7,"on_screen":true,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Mozilla Firefox","depth":8,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Search with Google or enter address","depth":8,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Search with Google or enter address","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Gmail","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gmail","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Gmail","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe — Archive","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe — Archive","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Screenpipe — Archive","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"DXP4800PLUS-B5F8","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for DXP4800PLUS-B5F8","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Photos - Google Photos","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Photos - Google Photos","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Location Logger","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Location Logger","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Location Logger","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Finance Hub","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Finance Hub","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Finance Hub","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Claude","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Claude","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Claude","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":8,"bounds":{"left":0.7256944,"top":0.0,"width":0.027083334,"height":0.043333333},"on_screen":true,"help_text":"Customize this page","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customize","depth":10,"bounds":{"left":0.73229164,"top":0.0,"width":0.050347224,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-1184280881911057288
|
-150701429060266378
|
idle
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Gemini said
Gemini said
When macOS Quick Actions fail silently, it usually means the Finder process has glitched or the file isn't actually fully downloaded to your local drive.
Here is how to get your file converted right now, and how to fix the bug for next time.
The Fastest Workarounds
The Fastest Workarounds
1. Use the Terminal (Bypasses Finder completely)
Since the UI is failing, you can use the built-in macOS image processor via the terminal. It's instant and doesn't rely on Finder:
Bash
Copy code
2. Use the Preview App
If the file is corrupted, Preview will usually tell you.
Double-click the
file to open it in
Preview
.
Go to
File
>
Export...
in the top menu bar.
Change the format dropdown to
PNG
and save.
(Note: If PNG isn't in the list, hold the
key while clicking the dropdown menu to reveal all formats).
Fixing the Quick Action Bug
Fixing the Quick Action Bug
If you want to get the right-click menu working again, check these two common culprits:
Is the file stuck in iCloud?
Look at the file in Finder. If there is a small cloud icon next to the filename, it's only stored in iCloud and hasn't downloaded to your Mac yet. Quick Actions will fail silently on these. Click the cloud icon to download it, then try converting again.
Relaunch Finder:
The Quick Actions service crashes occasionally. Hold down the
key, right-click the
Finder
icon in your dock, and select
Relaunch
.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
Ask Gemini
Ask Gemini
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63296
|
2231
|
76
|
2026-05-20T12:19:46.785791+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279586785_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Ask Gemini
Ask Gemini
Upload and tools
Stop response
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"bounds":{"left":0.013297873,"top":0.28172386,"width":0.14727394,"height":0.011572227},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"bounds":{"left":0.0,"top":0.30327216,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"bounds":{"left":0.013297873,"top":0.31444532,"width":0.2365359,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"bounds":{"left":0.0,"top":0.33599362,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"bounds":{"left":0.013297873,"top":0.3471668,"width":0.05900931,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"bounds":{"left":0.0,"top":0.36871508,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"bounds":{"left":0.013297873,"top":0.37988827,"width":0.04138963,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"bounds":{"left":0.0,"top":0.40143654,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"bounds":{"left":0.013297873,"top":0.41260973,"width":0.0653258,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"bounds":{"left":0.0,"top":0.43415803,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"bounds":{"left":0.013297873,"top":0.44533122,"width":0.022772606,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.4668795,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.47805268,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"bounds":{"left":0.0,"top":0.49960095,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"bounds":{"left":0.013297873,"top":0.51077414,"width":0.12749335,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.5323224,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.5434956,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.05651596,"top":0.5395052,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.0028257978,"top":0.5666401,"width":0.06333112,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0028257978,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"bounds":{"left":0.013796543,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.024933511,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.036070477,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"bounds":{"left":0.04720745,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"bounds":{"left":0.21941489,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"bounds":{"left":0.23138298,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"bounds":{"left":0.071476065,"top":0.11971269,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"bounds":{"left":0.08743351,"top":0.1292897,"width":0.040392287,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"bounds":{"left":0.09142287,"top":0.13088587,"width":0.016456118,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"bounds":{"left":0.10987367,"top":0.13088587,"width":0.0076462766,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"bounds":{"left":0.21941489,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"bounds":{"left":0.23138298,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"bounds":{"left":0.068484046,"top":0.16679968,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"bounds":{"left":0.068484046,"top":0.16919394,"width":0.1200133,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"bounds":{"left":0.07679521,"top":0.021548284,"width":0.15774602,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"bounds":{"left":0.14428191,"top":0.042298485,"width":0.032912236,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"bounds":{"left":0.07679521,"top":0.040702313,"width":0.1512633,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":25,"bounds":{"left":0.07413564,"top":0.09217877,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":25,"bounds":{"left":0.09009308,"top":0.09217877,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":24,"bounds":{"left":0.10605053,"top":0.09217877,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":25,"bounds":{"left":0.12200798,"top":0.09217877,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":24,"bounds":{"left":0.13796543,"top":0.09217877,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said when I click convert image nothing happens","depth":20,"bounds":{"left":0.12483378,"top":0.235834,"width":0.10787899,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":22,"bounds":{"left":0.115192816,"top":0.23623304,"width":0.02044548,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"when I click convert image nothing happens","depth":22,"bounds":{"left":0.12483378,"top":0.23703113,"width":0.10787899,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":19,"bounds":{"left":0.21143617,"top":0.27414206,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":19,"bounds":{"left":0.22340426,"top":0.27414206,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXTextArea","text":"Ask Gemini","depth":22,"bounds":{"left":0.098071806,"top":0.89265764,"width":0.120678194,"height":0.01915403},"on_screen":true,"value":"Ask Gemini","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Gemini","depth":23,"bounds":{"left":0.098071806,"top":0.8930567,"width":0.030418882,"height":0.018355945},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Upload and tools","depth":21,"bounds":{"left":0.07945479,"top":0.8830806,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Stop response","depth":21,"bounds":{"left":0.22207446,"top":0.88627297,"width":0.013297873,"height":0.031923383},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"bounds":{"left":0.07413564,"top":0.95730245,"width":0.053523935,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"bounds":{"left":0.07978723,"top":0.96249,"width":0.042220745,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22°","depth":8,"bounds":{"left":0.579621,"top":0.10415004,"width":0.00930851,"height":0.016360734},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"C","depth":8,"bounds":{"left":0.58892953,"top":0.10415004,"width":0.0039893617,"height":0.016360734},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New York City","depth":8,"bounds":{"left":0.579621,"top":0.12051077,"width":0.02825798,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open menu","depth":7,"bounds":{"left":0.6115359,"top":0.0981644,"width":0.01662234,"height":0.043894652},"on_screen":true,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Mozilla Firefox","depth":8,"bounds":{"left":0.27975398,"top":0.40782124,"width":0.3287899,"height":0.051077414},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Search with Google or enter address","depth":8,"bounds":{"left":0.32446808,"top":0.4828412,"width":0.2393617,"height":0.0415004},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Search with Google or enter address","depth":10,"bounds":{"left":0.3410904,"top":0.4960096,"width":0.08344415,"height":0.014764565},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Gmail","depth":11,"bounds":{"left":0.28457448,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gmail","depth":13,"bounds":{"left":0.29886967,"top":0.61731845,"width":0.011303191,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Gmail","depth":11,"bounds":{"left":0.31648937,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe — Archive","depth":11,"bounds":{"left":0.32446808,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe — Archive","depth":13,"bounds":{"left":0.33061835,"top":0.61731845,"width":0.027593086,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Screenpipe — Archive","depth":11,"bounds":{"left":0.35638297,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"DXP4800PLUS-B5F8","depth":11,"bounds":{"left":0.3643617,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":13,"bounds":{"left":0.36918217,"top":0.61731845,"width":0.03025266,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for DXP4800PLUS-B5F8","depth":11,"bounds":{"left":0.3962766,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"bounds":{"left":0.40425533,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":13,"bounds":{"left":0.4090758,"top":0.61731845,"width":0.03025266,"height":0.06384677},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"bounds":{"left":0.43617022,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Photos - Google Photos","depth":11,"bounds":{"left":0.44414893,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":13,"bounds":{"left":0.44930187,"top":0.61731845,"width":0.029587766,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Photos - Google Photos","depth":11,"bounds":{"left":0.47606382,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Location Logger","depth":11,"bounds":{"left":0.48404256,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Location Logger","depth":13,"bounds":{"left":0.49534574,"top":0.61731845,"width":0.017287234,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Location Logger","depth":11,"bounds":{"left":0.5159575,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Finance Hub","depth":11,"bounds":{"left":0.52393615,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Finance Hub","depth":13,"bounds":{"left":0.53125,"top":0.61731845,"width":0.025265958,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Finance Hub","depth":11,"bounds":{"left":0.55585104,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Claude","depth":11,"bounds":{"left":0.5638298,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Claude","depth":13,"bounds":{"left":0.5767952,"top":0.61731845,"width":0.013962766,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Claude","depth":11,"bounds":{"left":0.59574467,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":8,"bounds":{"left":0.61768615,"top":0.9509178,"width":0.012965426,"height":0.0311253},"on_screen":true,"help_text":"Customize this page","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customize","depth":10,"bounds":{"left":0.6208444,"top":0.95929766,"width":0.024102394,"height":0.014764565},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-5673784380470641106
|
6771335595163653751
|
visual_change
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Share and export
Copy
Show more options
You said when I click convert image nothing happens
You said
when I click convert image nothing happens
Copy prompt
Edit
Ask Gemini
Ask Gemini
Upload and tools
Stop response
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
63294
|
NULL
|
NULL
|
NULL
|
|
63295
|
2230
|
60
|
2026-05-20T12:19:40.914619+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279580914_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Edit
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
when I click conver
when I click conver
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":20,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"bounds":{"left":0.0,"top":0.044444446,"width":0.025,"height":0.04},"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"bounds":{"left":0.0,"top":0.58555555,"width":0.025,"height":0.04},"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Redo","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini is AI and can make mistakes, including about people.","depth":20,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Your privacy and Gemini Opens in a new window","depth":20,"on_screen":false,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your privacy and Gemini","depth":21,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Opens in a new window","depth":22,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"when I click conver","depth":22,"on_screen":true,"value":"when I click conver","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"when I click conver","depth":24,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Upload and tools","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Microphone","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Send message","depth":21,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22°","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"C","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New York City","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open menu","depth":7,"on_screen":true,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Mozilla Firefox","depth":8,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Search with Google or enter address","depth":8,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Search with Google or enter address","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Gmail","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gmail","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Gmail","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe — Archive","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe — Archive","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Screenpipe — Archive","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"DXP4800PLUS-B5F8","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for DXP4800PLUS-B5F8","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Photos - Google Photos","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Photos - Google Photos","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Location Logger","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Location Logger","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Location Logger","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Finance Hub","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Finance Hub","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Finance Hub","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Claude","depth":11,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Claude","depth":13,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Claude","depth":11,"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":8,"bounds":{"left":0.7256944,"top":0.0,"width":0.027083334,"height":0.043333333},"on_screen":true,"help_text":"Customize this page","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customize","depth":10,"bounds":{"left":0.73229164,"top":0.0,"width":0.050347224,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8991019351203946018
|
9077015877747005078
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Edit
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
when I click conver
when I click conver
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
63285
|
NULL
|
NULL
|
NULL
|
|
63294
|
2231
|
75
|
2026-05-20T12:19:34.448721+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279574448_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Edit
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
Ask Gemini
Ask Gemini
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":5,"bounds":{"left":0.013297873,"top":0.28172386,"width":0.14727394,"height":0.011572227},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":4,"bounds":{"left":0.0,"top":0.30327216,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа","depth":5,"bounds":{"left":0.013297873,"top":0.31444532,"width":0.2365359,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Welcome to authentik! - authentik","depth":4,"bounds":{"left":0.0,"top":0.33599362,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome to authentik! - authentik","depth":5,"bounds":{"left":0.013297873,"top":0.3471668,"width":0.05900931,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Photos - Google Photos","depth":4,"bounds":{"left":0.0,"top":0.36871508,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":5,"bounds":{"left":0.013297873,"top":0.37988827,"width":0.04138963,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Завеждане на щета онлайн | Euroins","depth":4,"bounds":{"left":0.0,"top":0.40143654,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Завеждане на щета онлайн | Euroins","depth":5,"bounds":{"left":0.013297873,"top":0.41260973,"width":0.0653258,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Google Maps","depth":4,"bounds":{"left":0.0,"top":0.43415803,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Maps","depth":5,"bounds":{"left":0.013297873,"top":0.44533122,"width":0.022772606,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.4668795,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.47805268,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":4,"bounds":{"left":0.0,"top":0.49960095,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser","depth":5,"bounds":{"left":0.013297873,"top":0.51077414,"width":0.12749335,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.5323224,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.5434956,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.05651596,"top":0.5395052,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.0028257978,"top":0.5666401,"width":0.06333112,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0028257978,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"bounds":{"left":0.013796543,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.024933511,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.036070477,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"bounds":{"left":0.04720745,"top":0.97007185,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"bounds":{"left":0.21941489,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"bounds":{"left":0.23138298,"top":0.07741421,"width":0.010638298,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Main menu","depth":13,"bounds":{"left":0.071476065,"top":0.11971269,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Gemini Pro","depth":14,"bounds":{"left":0.08743351,"top":0.1292897,"width":0.040392287,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":18,"bounds":{"left":0.09142287,"top":0.13088587,"width":0.016456118,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pro","depth":18,"bounds":{"left":0.10987367,"top":0.13088587,"width":0.0076462766,"height":0.015961692},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New chat","depth":13,"bounds":{"left":0.21941489,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":13,"bounds":{"left":0.23138298,"top":0.1245012,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"bounds":{"left":0.068484046,"top":0.16679968,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"bounds":{"left":0.068484046,"top":0.16919394,"width":0.1200133,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"You said how to convert data from heic to png","depth":21,"bounds":{"left":0.14112367,"top":0.20271349,"width":0.09158909,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"bounds":{"left":0.1314827,"top":0.20311253,"width":0.02044548,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"how to convert data from heic to png","depth":23,"bounds":{"left":0.14112367,"top":0.20391062,"width":0.09158909,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":20,"bounds":{"left":0.21143617,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":20,"bounds":{"left":0.22340426,"top":0.24102154,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Gemini said","depth":23,"bounds":{"left":0.073803194,"top":0.27214685,"width":0.0003324468,"height":0.0007980846},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":24,"bounds":{"left":0.073803194,"top":0.27414206,"width":0.04105718,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.","depth":27,"bounds":{"left":0.07679521,"top":0.27414206,"width":0.15458776,"height":0.05546688},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"The Quickest Way: macOS Native","depth":26,"bounds":{"left":0.07679521,"top":0.3623304,"width":0.16256648,"height":0.022346368},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The Quickest Way: macOS Native","depth":27,"bounds":{"left":0.07679521,"top":0.36153233,"width":0.119015954,"height":0.02434158},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:","depth":27,"bounds":{"left":0.07679521,"top":0.39864326,"width":0.16256648,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select one or more","depth":29,"bounds":{"left":0.09009308,"top":0.44972068,"width":0.047872342,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"files in Finder.","depth":29,"bounds":{"left":0.15691489,"top":0.44972068,"width":0.03474069,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Right-click and choose","depth":29,"bounds":{"left":0.09009308,"top":0.47845173,"width":0.056848403,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Quick Actions","depth":29,"bounds":{"left":0.14694148,"top":0.47845173,"width":0.035904255,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":29,"bounds":{"left":0.18284574,"top":0.47845173,"width":0.005485372,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert Image","depth":29,"bounds":{"left":0.18833111,"top":0.47845173,"width":0.038065158,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"bounds":{"left":0.22639628,"top":0.47845173,"width":0.0013297872,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":29,"bounds":{"left":0.09009308,"top":0.5071828,"width":0.016456118,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PNG","depth":29,"bounds":{"left":0.1065492,"top":0.5071828,"width":0.011635638,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from the Format dropdown and click","depth":29,"bounds":{"left":0.11818484,"top":0.5071828,"width":0.09225399,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Convert to PNG","depth":29,"bounds":{"left":0.09009308,"top":0.5071828,"width":0.14893617,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":29,"bounds":{"left":0.1015625,"top":0.5263368,"width":0.0013297872,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"For the Terminal: Command Line Options","depth":26,"bounds":{"left":0.07679521,"top":0.57621706,"width":0.16256648,"height":0.022346368},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Terminal: Command Line Options","depth":27,"bounds":{"left":0.07679521,"top":0.575419,"width":0.14611037,"height":0.02434158},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When automating the process or handling bulk conversions locally, the terminal is much more efficient.","depth":27,"bounds":{"left":0.07679521,"top":0.61252993,"width":0.14677526,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Sips (macOS Built-in)","depth":26,"bounds":{"left":0.07679521,"top":0.6815643,"width":0.16256648,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sips (macOS Built-in)","depth":27,"bounds":{"left":0.07679521,"top":0.6811652,"width":0.061502658,"height":0.020351157},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Macs include a native image processing tool called","depth":27,"bounds":{"left":0.07679521,"top":0.70830005,"width":0.12549867,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sips","depth":28,"bounds":{"left":0.20428856,"top":0.70989627,"width":0.011968086,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"that handles conversions perfectly:","depth":27,"bounds":{"left":0.07679521,"top":0.70830005,"width":0.15392287,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"bounds":{"left":0.08211436,"top":0.79688746,"width":0.011303191,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"bounds":{"left":0.22905585,"top":0.79010373,"width":0.011968086,"height":0.028731046},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ImageMagick (Cross-Platform)","depth":26,"bounds":{"left":0.07679521,"top":0.9042298,"width":0.16256648,"height":0.01915403},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ImageMagick (Cross-Platform)","depth":27,"bounds":{"left":0.07679521,"top":0.9038308,"width":0.09042553,"height":0.020351157},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you have ImageMagick installed (","depth":27,"bounds":{"left":0.07679521,"top":0.93096566,"width":0.08577128,"height":0.01715882},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"brew install imagemagick","depth":28,"bounds":{"left":0.16456117,"top":0.9325619,"width":0.07180851,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on macOS or via","depth":27,"bounds":{"left":0.07679521,"top":0.93096566,"width":0.16256648,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"apt","depth":28,"bounds":{"left":0.12034574,"top":0.9517159,"width":0.008976064,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"on Linux), it's the most powerful tool for batch jobs:","depth":27,"bounds":{"left":0.07679521,"top":0.95011973,"width":0.15442154,"height":0.03631285},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Bash","depth":29,"bounds":{"left":0.08211436,"top":1.0,"width":0.011303191,"height":-0.038707137},"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"bounds":{"left":0.22905585,"top":1.0,"width":0.011968086,"height":-0.031923413},"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"For the Backend: PHP / Laravel","depth":26,"on_screen":false,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For the Backend: PHP / Laravel","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Using a package like","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Intervention Image","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(v3), you can handle the conversion in just a few lines of code. This requires your server's","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Imagick","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP extension to be compiled with","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"support:","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PHP","depth":29,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":29,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are deploying this via Docker, you will need to ensure your backend container installs","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"libheif-dev","depth":28,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and configures the Imagick extension to enable HEIC decoding before compiling.","depth":27,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Good response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bad response","depth":24,"on_screen":false,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Redo","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share and export","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Copy","depth":24,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":23,"on_screen":false,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini is AI and can make mistakes, including about people.","depth":20,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Your privacy and Gemini Opens in a new window","depth":20,"on_screen":false,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your privacy and Gemini","depth":21,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Opens in a new window","depth":22,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"Ask Gemini","depth":22,"bounds":{"left":0.08344415,"top":0.84956104,"width":0.14926861,"height":0.01915403},"on_screen":true,"value":"Ask Gemini","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Ask Gemini","depth":23,"bounds":{"left":0.08344415,"top":0.8499601,"width":0.030418882,"height":0.018355945},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Upload and tools","depth":21,"bounds":{"left":0.07945479,"top":0.8822825,"width":0.015957447,"height":0.03830806},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Microphone","depth":21,"bounds":{"left":0.22074468,"top":0.8858739,"width":0.013297873,"height":0.031923383},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Send message","depth":21,"bounds":{"left":0.2287234,"top":0.88627297,"width":0.013297873,"height":0.031923383},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"bounds":{"left":0.07413564,"top":0.95730245,"width":0.053523935,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"bounds":{"left":0.07978723,"top":0.96249,"width":0.042220745,"height":0.015163607},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22°","depth":8,"bounds":{"left":0.579621,"top":0.10415004,"width":0.00930851,"height":0.016360734},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"C","depth":8,"bounds":{"left":0.58892953,"top":0.10415004,"width":0.0039893617,"height":0.016360734},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New York City","depth":8,"bounds":{"left":0.579621,"top":0.12051077,"width":0.02825798,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open menu","depth":7,"bounds":{"left":0.6115359,"top":0.0981644,"width":0.01662234,"height":0.043894652},"on_screen":true,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Mozilla Firefox","depth":8,"bounds":{"left":0.27975398,"top":0.40782124,"width":0.3287899,"height":0.051077414},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Search with Google or enter address","depth":8,"bounds":{"left":0.32446808,"top":0.4828412,"width":0.2393617,"height":0.0415004},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Search with Google or enter address","depth":10,"bounds":{"left":0.3410904,"top":0.4960096,"width":0.08344415,"height":0.014764565},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Gmail","depth":11,"bounds":{"left":0.28457448,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gmail","depth":13,"bounds":{"left":0.29886967,"top":0.61731845,"width":0.011303191,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Gmail","depth":11,"bounds":{"left":0.31648937,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe — Archive","depth":11,"bounds":{"left":0.32446808,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe — Archive","depth":13,"bounds":{"left":0.33061835,"top":0.61731845,"width":0.027593086,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Screenpipe — Archive","depth":11,"bounds":{"left":0.35638297,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"DXP4800PLUS-B5F8","depth":11,"bounds":{"left":0.3643617,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":13,"bounds":{"left":0.36918217,"top":0.61731845,"width":0.03025266,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for DXP4800PLUS-B5F8","depth":11,"bounds":{"left":0.3962766,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"bounds":{"left":0.40425533,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(189) 125 Player Free For All | OpenFront.io - YouTube","depth":13,"bounds":{"left":0.4090758,"top":0.61731845,"width":0.03025266,"height":0.06384677},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube","depth":11,"bounds":{"left":0.43617022,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Photos - Google Photos","depth":11,"bounds":{"left":0.44414893,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Photos - Google Photos","depth":13,"bounds":{"left":0.44930187,"top":0.61731845,"width":0.029587766,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Photos - Google Photos","depth":11,"bounds":{"left":0.47606382,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Location Logger","depth":11,"bounds":{"left":0.48404256,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Location Logger","depth":13,"bounds":{"left":0.49534574,"top":0.61731845,"width":0.017287234,"height":0.025538707},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Location Logger","depth":11,"bounds":{"left":0.5159575,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Finance Hub","depth":11,"bounds":{"left":0.52393615,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Finance Hub","depth":13,"bounds":{"left":0.53125,"top":0.61731845,"width":0.025265958,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Finance Hub","depth":11,"bounds":{"left":0.55585104,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Claude","depth":11,"bounds":{"left":0.5638298,"top":0.5482841,"width":0.039893616,"height":0.09736632},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Claude","depth":13,"bounds":{"left":0.5767952,"top":0.61731845,"width":0.013962766,"height":0.012769354},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Claude","depth":11,"bounds":{"left":0.59574467,"top":0.55706304,"width":0.007978723,"height":0.01915403},"on_screen":true,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":8,"bounds":{"left":0.61768615,"top":0.9509178,"width":0.012965426,"height":0.0311253},"on_screen":true,"help_text":"Customize this page","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customize","depth":10,"bounds":{"left":0.6208444,"top":0.95929766,"width":0.024102394,"height":0.014764565},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-2872036617918554060
|
9077015876656486038
|
visual_change
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Apple Mac Studio M4 Max | Desktop.bg - Мощни PC Гейминг конфигурации, Персонални компютри на изплащане за игри и работа
Welcome to authentik! - authentik
Welcome to authentik! - authentik
Photos - Google Photos
Photos - Google Photos
Завеждане на щета онлайн | Euroins
Завеждане на щета онлайн | Euroins
Google Maps
Google Maps
New Tab
New Tab
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
MAZANOKE | Online Image Optimizer That Runs Privately in Your Browser
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Main menu
Gemini Pro
Gemini
Pro
New chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
You said how to convert data from heic to png
You said
how to convert data from heic to png
Copy prompt
Edit
Gemini said
Gemini said
The best approach depends on whether you are looking for a quick desktop conversion, a batch process in the terminal, or a programmatic solution for an application.
The Quickest Way: macOS Native
The Quickest Way: macOS Native
If you are working on a Mac, you can batch-convert files directly in the filesystem without installing any third-party software:
Select one or more
files in Finder.
Right-click and choose
Quick Actions
>
Convert Image
.
Select
PNG
from the Format dropdown and click
Convert to PNG
.
For the Terminal: Command Line Options
For the Terminal: Command Line Options
When automating the process or handling bulk conversions locally, the terminal is much more efficient.
Sips (macOS Built-in)
Sips (macOS Built-in)
Macs include a native image processing tool called
sips
that handles conversions perfectly:
Bash
Copy code
ImageMagick (Cross-Platform)
ImageMagick (Cross-Platform)
If you have ImageMagick installed (
brew install imagemagick
on macOS or via
apt
on Linux), it's the most powerful tool for batch jobs:
Bash
Copy code
For the Backend: PHP / Laravel
For the Backend: PHP / Laravel
If you need to handle HEIC uploads programmatically on a server, standard image libraries require the underlying OS to support the HEIF format.
Using a package like
Intervention Image
(v3), you can handle the conversion in just a few lines of code. This requires your server's
Imagick
PHP extension to be compiled with
libheif
support:
PHP
Copy code
If you are deploying this via Docker, you will need to ensure your backend container installs
libheif-dev
and configures the Imagick extension to enable HEIC decoding before compiling.
Good response
Bad response
Redo
Share and export
Copy
Show more options
Gemini is AI and can make mistakes, including about people.
Your privacy and Gemini Opens in a new window
Your privacy and Gemini
Opens in a new window
Ask Gemini
Ask Gemini
Upload and tools
Microphone
Send message
Summarize page
Summarize page
22°
C
New York City
Open menu
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Gmail
Gmail
Open context menu for Gmail
Screenpipe — Archive
Screenpipe — Archive
Open context menu for Screenpipe — Archive
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
(189) 125 Player Free For All | OpenFront.io - YouTube
(189) 125 Player Free For All | OpenFront.io - YouTube
Open context menu for (189) 125 Player Free For All | OpenFront.io - YouTube
Photos - Google Photos
Photos - Google Photos
Open context menu for Photos - Google Photos
Location Logger
Location Logger
Open context menu for Location Logger
Finance Hub
Finance Hub
Open context menu for Finance Hub
Claude
Claude
Open context menu for Claude
Customize
Customize...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63293
|
2231
|
74
|
2026-05-20T12:19:33.653466+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279573653_m2.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":4,"bounds":{"left":0.0,"top":0.074221864,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox (1) - kovaliklukas@gmail.com - Gmail","depth":5,"bounds":{"left":0.013297873,"top":0.08539505,"width":0.074634306,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"bounds":{"left":0.0,"top":0.10694334,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.013297873,"top":0.11811652,"width":0.036901597,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":4,"bounds":{"left":0.0,"top":0.1396648,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube","depth":5,"bounds":{"left":0.013297873,"top":0.15083799,"width":0.18284574,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"LinkedIn Login, Sign in | LinkedIn","depth":4,"bounds":{"left":0.0,"top":0.17238627,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LinkedIn Login, Sign in | LinkedIn","depth":5,"bounds":{"left":0.013297873,"top":0.18355946,"width":0.05668218,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ambulatory sheet - Paperless-ngx","depth":4,"bounds":{"left":0.0,"top":0.20510775,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ambulatory sheet - Paperless-ngx","depth":5,"bounds":{"left":0.013297873,"top":0.21628092,"width":0.059507977,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.23782921,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.013297873,"top":0.2490024,"width":0.014960106,"height":0.010774142},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"💬1 - Apple MacBook Pro 14\" Space Black M5 Max | Laptop.bg - Технологията с теб","depth":4,"bounds":{"left":0.0,"top":0.27055067,"width":0.06881649,"height":0.032721467},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4185766758500502123
|
3335088096192536238
|
click
|
accessibility
|
NULL
|
Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Inbox (1) - [EMAIL] - Gmail
Inbox (1) - [EMAIL] - Gmail
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
(190) TED LASSO BEST SCENES - PART 2. The Most Heartwarming Ted Lasso Show Moments. - YouTube
LinkedIn Login, Sign in | LinkedIn
LinkedIn Login, Sign in | LinkedIn
Ambulatory sheet - Paperless-ngx
Ambulatory sheet - Paperless-ngx
New Tab
New Tab
💬1 - Apple MacBook Pro 14" Space Black M5 Max | Laptop.bg - Технологията с теб...
|
63292
|
NULL
|
NULL
|
NULL
|
|
63292
|
2231
|
73
|
2026-05-20T12:19:28.273595+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279568273_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.028922873,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive (1).zip","depth":8,"on_screen":false,"value":"ПО-22221726037035-004-001_archive (1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4769345533915549598
|
2584118706179011578
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63291
|
2231
|
72
|
2026-05-20T12:19:25.216025+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279565216_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.028922873,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
7779113904406881212
|
7195804724606399482
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg...
|
63290
|
NULL
|
NULL
|
NULL
|
|
63290
|
2231
|
71
|
2026-05-20T12:19:19.141628+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279559141_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.028922873,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive (1).zip","depth":8,"on_screen":false,"value":"ПО-22221726037035-004-001_archive (1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4769345533915549598
|
2584118706179011578
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63289
|
2231
|
70
|
2026-05-20T12:19:16.134700+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279556134_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FinderEdit-7 Imoort bookmarks.…M'inbox (1) - k FinderEdit-7 Imoort bookmarks.…M'inbox (1) - kovalikiukas@gm.DXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab§81 - Apple MacBook Pro 14*d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelp~ Google GeminiGemint Prov... Xhow to convert data from heic to pngThe best approach depends on whether you are looking for aquick desktoo conversion. a oarch orocess in the terminal. oraprogrammatic solution for an application.The Quickest Way: macOS NativeIf you are working on a Mac, you can batch-convert files directly inthe filesystem without installing any third-party software:Select one or more . heic files in Finder.Riaht-click and choose Quick Actions > Convert ImaceSelect PNG from the Format drondown and click convert tolPNG.For the Terminal: Command Line OptionsWhen automating the process or handling bulk conversionslocally, the terminal is much more efficient.Sips (macOS Built-in)Macs include a native imade processina tool calledsins thathandles conversions perfectly:Bashsips -s format png inout.heic --out output.ongAsk GeminiSummarize pageMGmaillE jiminnyAirDrop© RecentsA ApplicationsDocuments© Downloadsin lukasiCloud Drive298 Sunc tolderC DXP4800PLUS-B5F ANetwork• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Photos-3-001|2%D0%9F%D…01__archive.zip02022026_0...60023780.pdf=03042026_0...60021608.pdf• 05012026_00...60015890.pdf-2/022026 00..0049200.porAltred9 Alfred copy..prefere9 Alfred copy…..preferences ©P Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zip^bitwarden_ex...31122528.isor!contia.vmlo favicon.icofirst aid note omolete docx• image (1).jpg• image (2).jpgimage.jpgIMG 4126/1.heit• Iteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgKeychronAssist-1.0.2.dmg• Koválik Family Tree.gedl Koválik Family Tree.zipm license.bettertouchtoolmacOS_Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-images-UHZXmazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip2OrionInstaller.dmgD pdf-1.pdfpdf-2.pdfD pdf-3.pdf= odt-4.001D pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-00111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvD report.xlsNi renort ymreport(1).csvareport(1).xmreport(2).csv•I 1.HEICE 2.HEICE 3.HEICE 4.HEICEI 5.HEICEI 6.HEICE 7.HEICdr-lic-f.HEIC• dr.lic-b.HEICE1 IMG 4139.HEICIMG 4143.HE|Cslkm.heittalon-b.hEleOpen Witha talon-m= vin.HEld Move to BinGet InfoRenameCompress "talon-f.HEIC"DuplicateMake AllasQuick LookCopyShare.......Taas.Show Preview OptionsQuick ActionsNew ermz Tao hereNew iTerm2 Window HereSend Flles to AnvboxSet Desktoo Picture000 V"Al chapter • In 1h 41mAdd Tags Action100% S2Wed 20 May 15:19:15… searchУКОДА ОСТАНИЯ0n 150gVn =ФЯ =00 -(С) (в СОБСтоЕниК/Оттовлнни, са совия3X2ОНА 524 0/ 1 0 6. 72 p: 190talon-f.HEleHEIF Image - 1,3 MBInformationCreatedModitiedTagsshow MoreToday, 1:40Today, 1:40Todav. 11:42.2833x312172x72Dototo lioft Crosto Dod...
|
NULL
|
6161524891927429947
|
NULL
|
visual_change
|
ocr
|
NULL
|
FinderEdit-7 Imoort bookmarks.…M'inbox (1) - k FinderEdit-7 Imoort bookmarks.…M'inbox (1) - kovalikiukas@gm.DXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab§81 - Apple MacBook Pro 14*d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelp~ Google GeminiGemint Prov... Xhow to convert data from heic to pngThe best approach depends on whether you are looking for aquick desktoo conversion. a oarch orocess in the terminal. oraprogrammatic solution for an application.The Quickest Way: macOS NativeIf you are working on a Mac, you can batch-convert files directly inthe filesystem without installing any third-party software:Select one or more . heic files in Finder.Riaht-click and choose Quick Actions > Convert ImaceSelect PNG from the Format drondown and click convert tolPNG.For the Terminal: Command Line OptionsWhen automating the process or handling bulk conversionslocally, the terminal is much more efficient.Sips (macOS Built-in)Macs include a native imade processina tool calledsins thathandles conversions perfectly:Bashsips -s format png inout.heic --out output.ongAsk GeminiSummarize pageMGmaillE jiminnyAirDrop© RecentsA ApplicationsDocuments© Downloadsin lukasiCloud Drive298 Sunc tolderC DXP4800PLUS-B5F ANetwork• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Photos-3-001|2%D0%9F%D…01__archive.zip02022026_0...60023780.pdf=03042026_0...60021608.pdf• 05012026_00...60015890.pdf-2/022026 00..0049200.porAltred9 Alfred copy..prefere9 Alfred copy…..preferences ©P Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zip^bitwarden_ex...31122528.isor!contia.vmlo favicon.icofirst aid note omolete docx• image (1).jpg• image (2).jpgimage.jpgIMG 4126/1.heit• Iteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgKeychronAssist-1.0.2.dmg• Koválik Family Tree.gedl Koválik Family Tree.zipm license.bettertouchtoolmacOS_Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-images-UHZXmazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip2OrionInstaller.dmgD pdf-1.pdfpdf-2.pdfD pdf-3.pdf= odt-4.001D pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-00111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvD report.xlsNi renort ymreport(1).csvareport(1).xmreport(2).csv•I 1.HEICE 2.HEICE 3.HEICE 4.HEICEI 5.HEICEI 6.HEICE 7.HEICdr-lic-f.HEIC• dr.lic-b.HEICE1 IMG 4139.HEICIMG 4143.HE|Cslkm.heittalon-b.hEleOpen Witha talon-m= vin.HEld Move to BinGet InfoRenameCompress "talon-f.HEIC"DuplicateMake AllasQuick LookCopyShare.......Taas.Show Preview OptionsQuick ActionsNew ermz Tao hereNew iTerm2 Window HereSend Flles to AnvboxSet Desktoo Picture000 V"Al chapter • In 1h 41mAdd Tags Action100% S2Wed 20 May 15:19:15… searchУКОДА ОСТАНИЯ0n 150gVn =ФЯ =00 -(С) (в СОБСтоЕниК/Оттовлнни, са совия3X2ОНА 524 0/ 1 0 6. 72 p: 190talon-f.HEleHEIF Image - 1,3 MBInformationCreatedModitiedTagsshow MoreToday, 1:40Today, 1:40Todav. 11:42.2833x312172x72Dototo lioft Crosto Dod...
|
63288
|
NULL
|
NULL
|
NULL
|
|
63288
|
2231
|
69
|
2026-05-20T12:19:14.754150+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279554754_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FinderEdit-7 Imoort bookmarks.M'inbox (1) - ko FinderEdit-7 Imoort bookmarks.M'inbox (1) - kovaliklukas@gmDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab§81 - Apple MacBook Pro 14*d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelp~ Google GeminiGemint Prov... Xhow to convert data from heic to pngThe best approach depends on whether you are looking for aquick desktoo conversion. a oarch orocess in the terminal. oraprogrammatic solution for an application.The Quickest Way: macOS NativeIf you are working on a Mac, you can batch-convert files directly inthe filesystem without installing any third-party software:Select one or more . heic files in Finder.Riaht-click and choose Quick Actions > Convert ImaceSelect PNG from the Format drondown and click convert tolPNG.For the Terminal: Command Line OptionsWhen automating the process or handling bulk conversionslocally, the terminal is much more efficient.Sips (macOS Built-in)Macs include a native imade processina tool calledsins thathandles conversions perfectly:Bashsips -s format png inout.heic --out output.ongAsk GeminiSummarize pageMGmaillE jiminnyAirDrop© RecentsA ApplicationsDocuments© Downloadsin lukasiCloud Drive298 Sunc tolderC DXP4800PLUS-B5F AC Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Photos-3-001|2• %D0%9F%D...01_archive.zip02022026_0...60023780.pdf=03042026_0...60021608.pdf• 05012026_00...60015890.pdf-2/022026 00..0049200.porAltred9 Alfred copy..prefere9 Alfred copy…..preferences ©P Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zipbitwarden_ex..31122528.isor!contia.vmo favicon.icofirst aid note omolete docy• image (1).jpg• image (2).jpgimage.jpgIMG 4126/1.heit• Iteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgKeychronAssist-1.0.2.dmgKoválik Family Tree.gedl Koválik Family Tree.zipm licence hettertouchtoolimacOS_Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-images-UHZXmazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip* OrionInstaller.dmgD pdf-1.pdfpdf-2.pdfD pdf-3.pdf= odt-4.001D pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-00111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvD report.xlsNi renort ymreport(1).csvronart(1) ymreport(2).csv•I 1.HEICE 2.HEICE 3.HEICE 4.HEICEI 5.HEICEI 6.HEICE 7.HEICtar-lic-r.mele• dr.lic-b.HEICE1 IMG 4139.HEICE IMG_4143.HEICslkm.heittalon-b.hElctalon-t.hElC• talon-m-o.HEea talon-m-f.HElo• vin.HElC000 V"Al chapter • In 1h 41m100% L2Wed 20 May 15:19:14… searchУКОДА ОСТАНИЯ0n 150gVn =ФЯ =00 -(С) (в СОБСтоЕниК/Оттовлнни, са совия3X2ОНА 524 0/ 1 0 6. 72 p: 190talon-f.HEleHEIF Image - 1,3 MBInformationCreatedModitiedTagsshow MoreToday, 1:40Today, 1:40Todav. 11:42.2833x312172x72Dototo lioft Crosto Dod...
|
NULL
|
-3365415432416148861
|
NULL
|
click
|
ocr
|
NULL
|
FinderEdit-7 Imoort bookmarks.M'inbox (1) - ko FinderEdit-7 Imoort bookmarks.M'inbox (1) - kovaliklukas@gmDXP4800PLUS-B5F8*(190) TED LASSO BEST SCEin Linkedin Login, Sign in | LinkAmbulatory sheet - PaperlesNew Tab§81 - Apple MacBook Pro 14*d Apple Mac Studio M4 Max• Welcome to authentikl - autiPhotos - Google Photos'= Завежлане на щета онлай• Google MapsNew TabMAZANOKE I Online ImageNew Tab+ New TabWindowmelp~ Google GeminiGemint Prov... Xhow to convert data from heic to pngThe best approach depends on whether you are looking for aquick desktoo conversion. a oarch orocess in the terminal. oraprogrammatic solution for an application.The Quickest Way: macOS NativeIf you are working on a Mac, you can batch-convert files directly inthe filesystem without installing any third-party software:Select one or more . heic files in Finder.Riaht-click and choose Quick Actions > Convert ImaceSelect PNG from the Format drondown and click convert tolPNG.For the Terminal: Command Line OptionsWhen automating the process or handling bulk conversionslocally, the terminal is much more efficient.Sips (macOS Built-in)Macs include a native imade processina tool calledsins thathandles conversions perfectly:Bashsips -s format png inout.heic --out output.ongAsk GeminiSummarize pageMGmaillE jiminnyAirDrop© RecentsA ApplicationsDocuments© Downloadsin lukasiCloud Drive298 Sunc tolderC DXP4800PLUS-B5F AC Network• CRM• Orange• Red• Yellow• Greer• Blue• Purple•All Tags..Photos-3-001|2• %D0%9F%D...01_archive.zip02022026_0...60023780.pdf=03042026_0...60021608.pdf• 05012026_00...60015890.pdf-2/022026 00..0049200.porAltred9 Alfred copy..prefere9 Alfred copy…..preferences ©P Alfred copy.alfredpreferencesAlfred copyz....edpreterencesAlfred.altredpreterences.zip'Betterlouchtool_latest.zipbitwarden_ex..31122528.isor!contia.vmo favicon.icofirst aid note omolete docy• image (1).jpg• image (2).jpgimage.jpgIMG 4126/1.heit• Iteration run S...ollection.json• KeychronAssist-1.0.2 (1).dmgKeychronAssist-1.0.2.dmgKoválik Family Tree.gedl Koválik Family Tree.zipm licence hettertouchtoolimacOS_Storage_Cleanup.mdMariusHosting Config.jsonmazanoke-images-UHZXmazanoke-images-UHZX.zipmazanoke-images-YWJ6mazanoke-images-YWJ6.zip* OrionInstaller.dmgD pdf-1.pdfpdf-2.pdfD pdf-3.pdf= odt-4.001D pdf-5.pdf• odf.odf-Photos-3-001Photos-3-001.210Photos-3-001(1)Photos.3-00111210Photos-3-001(2)Photos-3-001(2).zinravcast-commands. zinT renort.ccvD report.xlsNi renort ymreport(1).csvronart(1) ymreport(2).csv•I 1.HEICE 2.HEICE 3.HEICE 4.HEICEI 5.HEICEI 6.HEICE 7.HEICtar-lic-r.mele• dr.lic-b.HEICE1 IMG 4139.HEICE IMG_4143.HEICslkm.heittalon-b.hElctalon-t.hElC• talon-m-o.HEea talon-m-f.HElo• vin.HElC000 V"Al chapter • In 1h 41m100% L2Wed 20 May 15:19:14… searchУКОДА ОСТАНИЯ0n 150gVn =ФЯ =00 -(С) (в СОБСтоЕниК/Оттовлнни, са совия3X2ОНА 524 0/ 1 0 6. 72 p: 190talon-f.HEleHEIF Image - 1,3 MBInformationCreatedModitiedTagsshow MoreToday, 1:40Today, 1:40Todav. 11:42.2833x312172x72Dototo lioft Crosto Dod...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63287
|
2231
|
68
|
2026-05-20T12:19:13.589804+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279553589_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4185325990895424173
|
-1846860398071808184
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md...
|
63286
|
NULL
|
NULL
|
NULL
|
|
63285
|
2230
|
59
|
2026-05-20T12:19:12.058074+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279552058_m1.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-7936924042295387437
|
7376509530491680730
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63286
|
2231
|
67
|
2026-05-20T12:19:12.004776+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279552004_m2.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":true}]...
|
6341410641524982101
|
2475474296931480514
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63284
|
2231
|
66
|
2026-05-20T12:19:10.932898+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279550932_m2.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
7779113904406881212
|
7195804724606399482
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63283
|
2230
|
58
|
2026-05-20T12:19:08.497817+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279548497_m1.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.060416665,"height":0.017777778},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.31319445,"top":0.022222223,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.31319445,"top":0.046666667,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.31319445,"top":0.07111111,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.31319445,"top":0.09555556,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
2113143992836340035
|
7159775927586911186
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv...
|
63281
|
NULL
|
NULL
|
NULL
|
|
63282
|
2231
|
65
|
2026-05-20T12:19:07.449323+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279547449_m2.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
7286126338489940338
|
7376511652205297480
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg...
|
63278
|
NULL
|
NULL
|
NULL
|
|
63281
|
2230
|
57
|
2026-05-20T12:19:05.773288+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279545773_m1.jpg...
|
Finder
|
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Are you sure you want to permanently erase the ite Are you sure you want to permanently erase the items in the Bin?
You can’t undo this action.
Cancel
Empty Bin...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Are you sure you want to permanently erase the items in the Bin?","depth":1,"on_screen":true,"automation_id":"_NS:78","role_description":"text"},{"role":"AXStaticText","text":"You can’t undo this action.","depth":1,"on_screen":true,"automation_id":"_NS:58","role_description":"text"},{"role":"AXButton","text":"Cancel","depth":1,"on_screen":true,"automation_id":"action-button--999","role_description":"button","is_enabled":true,"is_focused":true},{"role":"AXButton","text":"Empty Bin","depth":1,"on_screen":true,"automation_id":"action-button--998","role_description":"button","is_enabled":true,"is_focused":false}]...
|
-4866941078501974308
|
7257502787803804935
|
app_switch
|
accessibility
|
NULL
|
Are you sure you want to permanently erase the ite Are you sure you want to permanently erase the items in the Bin?
You can’t undo this action.
Cancel
Empty Bin...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63280
|
2230
|
56
|
2026-05-20T12:19:04.008032+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279544008_m1.jpg...
|
iTerm2
|
APP (-zsh)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","depth":4,"on_screen":true,"value":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.24652778,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25069445,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.49305555,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49722221,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.7395833,"top":0.05888889,"width":0.24652778,"height":0.026666667},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.74375,"top":0.06333333,"width":0.011111111,"height":0.017777778},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.032222223,"width":0.03888889,"height":0.018888889},"on_screen":true,"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"APP (-zsh)","depth":1,"bounds":{"left":0.47569445,"top":0.033333335,"width":0.05138889,"height":0.017777778},"on_screen":true,"role_description":"text"}]...
|
2191997849517734487
|
-825293178909463843
|
click
|
accessibility
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63278
|
2231
|
64
|
2026-05-20T12:19:01.978650+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279541978_m2.jpg...
|
iTerm2
|
APP (-zsh)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","depth":4,"on_screen":true,"value":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.27027926,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.27227393,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.3882979,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.39029256,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.5063165,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.50831115,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.6243351,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.6263298,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7287234,"top":1.0,"width":0.01861702,"height":-0.023144484},"on_screen":true,"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"APP (-zsh)","depth":1,"bounds":{"left":0.49800533,"top":1.0,"width":0.024601065,"height":-0.02394259},"on_screen":true,"role_description":"text"}]...
|
2191997849517734487
|
-825293178909463843
|
visual_change
|
accessibility
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63277
|
2231
|
63
|
2026-05-20T12:19:01.147002+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279541147_m2.jpg...
|
iTerm2
|
APP (-zsh)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","depth":4,"on_screen":true,"value":"Last login: Wed May 20 09:14:49 on ttys007\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\n\nPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd\ndocker exec -it docker_lamp_1 bash -c \"mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini\"\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 supervisorctl restart all\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped\nworker-download:worker-download_00: stopped\njiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped\njiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped\njiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped\njiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped\nworker-analytics:worker-analytics_00: stopped\nworker-crm-update:worker-crm-update_00: stopped\nworker-nudges:worker-nudges_00: stopped\nworker-audio:worker-audio_00: stopped\njiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped\nworker:worker_00: stopped\nworker-calendar:worker-calendar_00: stopped\nworker-conferences:worker-conferences_00: stopped\nworker-crm-sync:worker-crm-sync_00: stopped\nworker-emails:worker-emails_00: stopped\nworker-es-update:worker-es-update_00: stopped\nartisan-schedule:artisan-schedule_00: stopped\nartisan-schedule:artisan-schedule_00: started\njiminny-worker-processing-1:jiminny-worker-processing-1_00: started\njiminny-worker-processing-2:jiminny-worker-processing-2_00: started\njiminny-worker-processing-3:jiminny-worker-processing-3_00: started\njiminny-worker-processing-4:jiminny-worker-processing-4_00: started\njiminny-worker-processing-5:jiminny-worker-processing-5_00: started\njiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started\nworker:worker_00: started\nworker-analytics:worker-analytics_00: started\nworker-audio:worker-audio_00: started\nworker-calendar:worker-calendar_00: started\nworker-conferences:worker-conferences_00: started\nworker-crm-sync:worker-crm-sync_00: started\nworker-crm-update:worker-crm-update_00: started\nworker-download:worker-download_00: started\nworker-emails:worker-emails_00: started\nworker-es-update:worker-es-update_00: started\nworker-nudges:worker-nudges_00: started\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\ndocker exec -it docker_lamp_1 php -v\nPHP 8.3.30 (cli) (built: Mar 16 2026 22:32:32) (NTS)\nCopyright (c) The PHP Group\nZend Engine v4.3.30, Copyright (c) Zend Technologies\n with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) tests/Unit/Services/Mail/TextRelayServiceTest.php (no_unused_imports)\n ---------- begin diff ----------\n--- /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n+++ /home/jiminny/tests/Unit/Services/Mail/TextRelayServiceTest.php\n@@ -9,11 +9,7 @@\n use Google\\Service\\Gmail\\MessagePart;\n use Google\\Service\\Gmail\\MessagePartHeader;\n use Illuminate\\Support\\Facades\\Config;\n-use Illuminate\\Support\\Facades\\Queue;\n-use Illuminate\\Support\\Facades\\DB;\n use Jiminny\\Services\\Mail\\TextRelayService;\n-use Jiminny\\Models\\TextRelay;\n-use Jiminny\\Jobs\\Mailbox\\EmailTextRelay;\n use PHPUnit\\Framework\\Attributes\\CoversClass;\n use PHPUnit\\Framework\\Attributes\\DataProvider;\n use Tests\\TestCase;\n\n ----------- end diff -----------\n\n\nFixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ git status\nOn branch JY-20613-allow-owner-role-on-team-setup\nYour branch and 'origin/JY-20613-allow-owner-role-on-team-setup' have diverged,\nand have 1 and 10 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull\nremote: Enumerating objects: 1400, done.\nremote: Counting objects: 100% (775/775), done.\nremote: Compressing objects: 100% (116/116), done.\nremote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)\nReceiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.\nResolving deltas: 100% (878/878), completed with 225 local objects.\nFrom github.com:jiminny/app\n d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n 0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5\n 56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details\n 045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents\n * [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism\n 177ea29b8d..a873f0cbce master -> origin/master\nMerge made by the 'ort' strategy.\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----\n app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 ++++---\n app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----\n app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-\n app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----\n app/Component/Transcription/Service/StorageService.php | 8 +--\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-\n app/Exceptions/RateLimitException.php | 19 +++++-\n app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----\n app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++\n app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-\n app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-\n app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-\n app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-\n app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----\n app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++\n app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++\n app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----\n app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----\n front-end/package.json | 2 +-\n front-end/yarn.lock | 8 +--\n routes/api.php | 7 ++-\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--\n tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---\n tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-\n tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------\n tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------\n tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++\n tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--\n tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------\n 52 files changed, 1632 insertions(+), 631 deletions(-)\n delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php\n delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\n create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php\n create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push\nEnumerating objects: 19, done.\nCounting objects: 100% (16/16), done.\nDelta compression using up to 8 threads\nCompressing objects: 100% (9/9), done.\nWriting objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.\nTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (6/6), completed with 5 local objects.\nTo github.com:jiminny/app.git\n c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20915-add-domain-specific-email-text-relay\nYour branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tnew file: tests/Unit/Notifications/Activities/SmsReceivedTest.php\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 97.337 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status\nOn branch JY-20676-delete-report-related-objects\nYour branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: .env.local\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: app/Console/Commands/JiminnyDebugCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tmodified: config/logging.php\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.nikilocal\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t.env.other\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tWEBHOOK_FILTERING_IMPLEMENTATION.md\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tids.txt\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tpublic/favicon.ico\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\traw_sql_query.sql\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\ttests/Unit/Policies/CanAccessAiReportsTest.php\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull\nremote: Enumerating objects: 157, done.\nremote: Counting objects: 100% (157/157), done.\nremote: Compressing objects: 100% (42/42), done.\nremote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)\nReceiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.\nResolving deltas: 100% (120/120), completed with 37 local objects.\nFrom github.com:jiminny/app\n 3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects\n 3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup\n * [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue\n * [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm\n a873f0cbce..71b36decb6 master -> origin/master\nUpdating 56ca84fabd..202ab55be7\nFast-forward\n app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------\n app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-\n app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-\n app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-\n app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------\n app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------\n app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---\n app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++\n app/Component/ES/UpdateProcessManager.php | 21 +++++++------\n app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--\n app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-\n app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------\n app/Services/RecallAI/RecallAIService.php | 11 +++++++\n front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +\n front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----\n front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------\n tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---\n tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------\n tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------\n tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---\n tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------\n tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++\n tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------\n tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++\n 24 files changed, 619 insertions(+), 196 deletions(-)\n create mode 100644 app/Component/ES/QueuePriorityEnum.php\n create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix\ndocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff \nPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.3.30\nRunning analysis on 7 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nLoaded config default from \".php-cs-fixer.dist.php\".\n 5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\nFixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used\n\nWhat's next:\n Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1\n Learn more at https://docs.docker.com/go/debug-cli/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.27027926,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.27227393,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.3882979,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.39029256,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.5063165,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.50831115,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.6243351,"top":1.0,"width":0.11801862,"height":-0.042298436},"on_screen":true,"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.6263298,"top":1.0,"width":0.005319149,"height":-0.04549086},"on_screen":true,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7287234,"top":1.0,"width":0.01861702,"height":-0.023144484},"on_screen":true,"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"APP (-zsh)","depth":1,"bounds":{"left":0.49800533,"top":1.0,"width":0.024601065,"height":-0.02394259},"on_screen":true,"role_description":"text"}]...
|
2191997849517734487
|
-825293178909463843
|
click
|
accessibility
|
NULL
|
Last login: Wed May 20 09:14:49 on ttys007
Poetry Last login: Wed May 20 09:14:49 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5689/5689 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5689 files in 34.956 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] -9,11 +9,7 @@
use Google\Service\Gmail\MessagePart;
use Google\Service\Gmail\MessagePartHeader;
use Illuminate\Support\Facades\Config;
-use Illuminate\Support\Facades\Queue;
-use Illuminate\Support\Facades\DB;
use Jiminny\Services\Mail\TextRelayService;
-use Jiminny\Models\TextRelay;
-use Jiminny\Jobs\Mailbox\EmailTextRelay;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
----------- end diff -----------
Fixed 1 of 5689 files in 44.720 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git pull
remote: Enumerating objects: 1400, done.
remote: Counting objects: 100% (775/775), done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 1400 (delta 692), reused 662 (delta 659), pack-reused 625 (from 3)
Receiving objects: 100% (1400/1400), 950.35 KiB | 2.21 MiB/s, done.
Resolving deltas: 100% (878/878), completed with 225 local objects.
From github.com:jiminny/app
d5a447e492..c4e163f3e7 JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
0b8343d179..32cf0db4fb JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
56ca84fabd..3f5f9b21c7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
2b5e6ea62b..6fa3fead5a JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details -> origin/JY-20835-mcp-enable-users-to-get-a-list-of-deals-and-their-details
045ab2e174..729a39244d JY-20842-remove-elastic-search-delete-documents -> origin/JY-20842-remove-elastic-search-delete-documents
* [new branch] JY-20920-participant-matching-exclusive-mechanism -> origin/JY-20920-participant-matching-exclusive-mechanism
177ea29b8d..a873f0cbce master -> origin/master
Merge made by the 'ort' strategy.
app/Component/ES/AsyncUpdateElasticSearch.php | 27 +++++----
app/Component/ES/ElasticSearchDocumentPartialUpdater.php | 48 ---------------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++-------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 ++++++++--
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 ++++---
app/Component/MeetingBot/Service/ParticipantMatcher.php | 46 +++++++++++----
app/Component/ParticipantSpeech/Services/ParticipantAttributionService.php | 4 +-
app/Component/Settings/AutoScoring/Services/UpdateAutoScoreService.php | 20 +++----
app/Component/Transcription/Service/StorageService.php | 8 +--
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++-
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +-
app/Exceptions/RateLimitException.php | 19 +++++-
app/Jobs/Crm/MatchActivityCrmData.php | 47 +++++++++++----
app/Jobs/Middleware/HandleHubspotRateLimit.php | 42 ++++++++++++++
app/Services/Activity/HubSpot/ProviderResolver.php | 4 +-
app/Services/Activity/HubSpot/ProviderResolverInterface.php | 2 +-
app/Services/Activity/HubSpot/Providers/Provider.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderKixie.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderOrum.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilio.php | 2 +-
app/Services/Activity/HubSpot/Providers/ProviderTwilioFlex.php | 5 +-
app/Services/Activity/HubSpot/Service.php | 97 ++++++++++++++++++++++++++-----
app/Services/Crm/Hubspot/Client.php | 132 ++++++++++++++++++++++++++++++++++++++++++
app/Services/Crm/Hubspot/HubspotClientInterface.php | 15 +++++
app/Services/Crm/Hubspot/Pagination/HubspotPaginationService.php | 21 +++----
app/Services/Crm/Hubspot/Pagination/PaginationState.php | 2 +-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++-----
front-end/package.json | 2 +-
front-end/yarn.lock | 8 +--
routes/api.php | 7 ++-
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 ++++++--
tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php | 42 --------------
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 ++---
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++---------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +--
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++-----
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 ++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++---
tests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.php | 68 +++++++++++++++++++++-
tests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.php | 86 +++++++++++++++------------
tests/Unit/Component/Transcription/Service/StorageServiceTest.php | 29 +++-------
tests/Unit/Exceptions/RateLimitExceptionTest.php | 56 ++++++++++++++++++
tests/Unit/Jobs/Crm/MatchActivityCrmDataTest.php | 8 +--
tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php | 151 +++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Activity/HubSpot/ServiceTest.php | 109 ++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/ClientTest.php | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php | 283 +++++++++++++++++++----------------------------------------------------------------------
52 files changed, 1632 insertions(+), 631 deletions(-)
delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.php
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.php
delete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
create mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.php
create mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git push
Enumerating objects: 19, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6), completed with 5 local objects.
To github.com:jiminny/app.git
c4e163f3e7..f885e531ab JY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-owner-role-on-team-setup
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20915-add-domain-specific-email-text-relay
Your branch is up to date with 'origin/JY-20915-add-domain-specific-email-text-relay'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: tests/Unit/Notifications/Activities/SmsReceivedTest.php
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-add-domain-specific-email-text-relay) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 76.177 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20613-allow-owner-role-on-team-setup) $ git status
On branch JY-20676-delete-report-related-objects
Your branch is behind 'origin/JY-20676-delete-report-related-objects' by 48 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ git pull
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 157 (delta 120), reused 147 (delta 115), pack-reused 0 (from 0)
Receiving objects: 100% (157/157), 24.95 KiB | 1.78 MiB/s, done.
Resolving deltas: 100% (120/120), completed with 37 local objects.
From github.com:jiminny/app
3f5f9b21c7..202ab55be7 JY-20676-delete-report-related-objects -> origin/JY-20676-delete-report-related-objects
3642c9384c..cf70da243a JY-20613-allow-owner-role-on-team-setup -> origin/JY-20613-allow-owner-role-on-team-setup
* [new branch] JY-20808-schedule-reset-on-low-queue -> origin/JY-20808-schedule-reset-on-low-queue
* [new branch] JY-20930-ringcentral-disconnected-crm -> origin/JY-20930-ringcentral-disconnected-crm
a873f0cbce..71b36decb6 master -> origin/master
Updating 56ca84fabd..202ab55be7
Fast-forward
app/Component/ES/AsyncUpdateElasticSearch.php | 27 ++++++++++------
app/Component/ES/Listeners/UpdateMultipleTargetsListener.php | 3 +-
app/Component/ES/Listeners/UpdateSingleTargetListener.php | 10 +++++-
app/Component/ES/Processor/Actions/UpsertDocumentsAction.php | 3 +-
app/Component/ES/Processor/DTOs/SelectionList.php | 71 +++++++++++++++++++++++++++++++----------
app/Component/ES/Processor/TargetEntitiesSelector.php | 47 ++++++++++++++-------------
app/Component/ES/Processor/Traits/SelectEntityListTrait.php | 31 +++++++++++++++---
app/Component/ES/QueuePriorityEnum.php | 40 +++++++++++++++++++++++
app/Component/ES/UpdateProcessManager.php | 21 +++++++------
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 12 +++++--
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 6 +++-
app/Services/RecallAI/Commands/ScheduleBotCommand.php | 53 ++++++++++++++++++++++---------
app/Services/RecallAI/RecallAIService.php | 11 +++++++
front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.js | 1 +
front-end/src/components/shared/SavedSearchModal/__tests__/SavedSearchModal.spec.js | 60 +++++++++++++++++++++++++++++++----
front-end/src/components/shared/SavedSearchModal/useSavedSearch.js | 55 ++++++++++++++++++++++----------
tests/Unit/Component/ES/AsyncUpdateElasticSearchTest.php | 24 +++++++++++---
tests/Unit/Component/ES/Processor/BatchStatusManagerTest.php | 16 +++-------
tests/Unit/Component/ES/Processor/DTOs/SelectionListTest.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
tests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.php | 9 +++---
tests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.php | 38 +++++++++++++---------
tests/Unit/Component/ES/QueuePriorityEnumTest.php | 63 +++++++++++++++++++++++++++++++++++++
tests/Unit/Component/ES/UpdateProcessManagerTest.php | 20 ++++++------
tests/Unit/Services/RecallAI/RecallAIServiceTest.php | 44 ++++++++++++++++++++++++++
24 files changed, 619 insertions(+), 196 deletions(-)
create mode 100644 app/Component/ES/QueuePriorityEnum.php
create mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5690/5690 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63279
|
2230
|
55
|
2026-05-20T12:19:01.146972+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279541146_m1.jpg...
|
iTerm2
|
APP (-zsh)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
PreviewFileEditViewGoToolsWindowHelpAPP (-zsh)DOCK PreviewFileEditViewGoToolsWindowHelpAPP (-zsh)DOCKER• 81DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*Ttttrapp/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests._/SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++*93863204424 files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any containeror image + docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/Lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-@bjeots) $lAl chapter - in 1h 42 mA83100% <8• Wed 20 May 15:19:00screenpipe"181O ₴4APP...
|
NULL
|
5938692533877893488
|
NULL
|
click
|
ocr
|
NULL
|
PreviewFileEditViewGoToolsWindowHelpAPP (-zsh)DOCK PreviewFileEditViewGoToolsWindowHelpAPP (-zsh)DOCKER• 81DEV (-zsh)₴2APP (-zsh)Updating 56ca84fabd..202ab55be7Fast-forwardapp/Component/ES/AsyncUpdateElasticSearch.phpapp/Component/ES/Listeners/UpdateMultipleTargetsListener.phpapp/Component/ES/Listeners/UpdateSingleTargetListener.phpapp/Component/ES/Processor/Actions/UpsertDocumentsAction.phpapp/Component/ES/Processor/DT0s/SelectionList.phpapp/Component/ES/Processor/TargetEntitiesSelector.phpapp/Component/ES/Processor/Traits/SelectEntityListTrait.phpapp/Component/ES/QueuePriorityEnum.phpapp/Component/ES/UpdateProcessManager.phpapp/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php273103714731402112+*Ttttrapp/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.phpapp/Services/RecallAI/Commands/ScheduleBotCommand.phpapp/Services/RecallAI/RecallAIService.php5311+++++++++front-end/src/components/shared/SavedSearchModal/__mocks__/saved-searches.jsfront-end/src/components/shared/SavedSearchModal/__tests._/SavedSearchModal.spec.jsfront-end/src/components/shared/SavedSearchModal/useSavedSearch.jstests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DTOs/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Services/RecallA1/RecallAlServiceTest.php60552416150++++++*93863204424 files changed, 619 insertions(+), 196 deletions(-)create mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-objects) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminskiandcontributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5690/5690 C8100%Fixed 0 of 5690 files in 78.144 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any containeror image + docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/Lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20676-delete-report-related-@bjeots) $lAl chapter - in 1h 42 mA83100% <8• Wed 20 May 15:19:00screenpipe"181O ₴4APP...
|
63275
|
NULL
|
NULL
|
NULL
|
|
63275
|
2230
|
54
|
2026-05-20T12:18:59.860004+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279539860_m1.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
5216944612712970948
|
7088246641437308744
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63276
|
2231
|
62
|
2026-05-20T12:18:59.789297+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279539789_m2.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
5888676551878203186
|
7195804724605876186
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv...
|
63273
|
NULL
|
NULL
|
NULL
|
|
63274
|
2230
|
53
|
2026-05-20T12:18:59.331690+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279539331_m1.jpg...
|
Finder
|
Downloads
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip
ПО-22221726037035-004-001_archive.zip
ПО-22221726037035-004-001_ORGES.pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.060416665,"height":0.017777778},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.31319445,"top":0.022222223,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.31319445,"top":0.046666667,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.31319445,"top":0.07111111,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.31319445,"top":0.09555556,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.31319445,"top":0.12,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"bounds":{"left":0.31319445,"top":0.14444445,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"bounds":{"left":0.31319445,"top":0.16888888,"width":0.07986111,"height":0.017777778},"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript.pdf","depth":8,"bounds":{"left":0.31319445,"top":0.19333333,"width":0.07986111,"height":0.017777778},"on_screen":false,"value":"Transcript.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"webhooks-891a6503-bbb7-4b2b-9c3.csv","depth":8,"bounds":{"left":0.31319445,"top":0.21777777,"width":0.06527778,"height":0.017777778},"on_screen":false,"value":"webhooks-891a6503-bbb7-4b2b-9c3.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Zoom.pkg","depth":8,"bounds":{"left":0.31319445,"top":0.24222222,"width":0.047916666,"height":0.017777778},"on_screen":false,"value":"Zoom.pkg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive (1).zip","depth":8,"bounds":{"left":0.31319445,"top":0.26666668,"width":0.047916666,"height":0.017777778},"on_screen":false,"value":"ПО-22221726037035-004-001_archive (1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.31319445,"top":0.2911111,"width":0.12916666,"height":0.017777778},"on_screen":false,"value":"ПО-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"ПО-22221726037035-004-001_ORGES.pdf","depth":8,"bounds":{"left":0.31319445,"top":0.31555554,"width":0.12916666,"height":0.017777778},"on_screen":false,"value":"ПО-22221726037035-004-001_ORGES.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-3347925460799729393
|
7177794719311590394
|
visual_change
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf
Transcript.pdf
webhooks-891a6503-bbb7-4b2b-9c3.csv
Zoom.pkg
ПО-22221726037035-004-001_archive (1).zip
ПО-22221726037035-004-001_archive.zip
ПО-22221726037035-004-001_ORGES.pdf...
|
63272
|
NULL
|
NULL
|
NULL
|
|
63273
|
2231
|
61
|
2026-05-20T12:18:57.735270+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279537735_m2.jpg...
|
Finder
|
Documents — Local
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
Alfred
Alfred.alfredpreferences
FS record.jpg
3 items, 11,58 GB available
Documents — Local...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.051861703,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"FS record.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.029920213,"height":0.012769354},"on_screen":true,"value":"FS record.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 items, 11,58 GB available","depth":2,"bounds":{"left":0.6765292,"top":0.98324025,"width":0.05219415,"height":0.011173184},"on_screen":true,"automation_id":"_NS:34","role_description":"text"},{"role":"AXStaticText","text":"Documents — Local","depth":1,"bounds":{"left":0.4398271,"top":0.019952115,"width":0.30302528,"height":0.0415004},"on_screen":true,"role_description":"text"}]...
|
-6165480393061584945
|
-1842899958263355400
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
Alfred
Alfred.alfredpreferences
FS record.jpg
3 items, 11,58 GB available
Documents — Local...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63272
|
2230
|
52
|
2026-05-20T12:18:57.727346+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279537727_m1.jpg...
|
Finder
|
Documents — Local
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
Alfred
Alfred.alfredpreferences
FS record.jpg
3 items, 11,58 GB available
Documents — Local...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"FS record.jpg","depth":8,"on_screen":true,"value":"FS record.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 items, 11,58 GB available","depth":2,"bounds":{"left":0.8486111,"top":0.0,"width":0.10902778,"height":0.015555556},"on_screen":true,"automation_id":"_NS:34","role_description":"text"},{"role":"AXStaticText","text":"Documents — Local","depth":1,"on_screen":true,"role_description":"text"}]...
|
-6165480393061584945
|
-1842899958263355400
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
Alfred
Alfred.alfredpreferences
FS record.jpg
3 items, 11,58 GB available
Documents — Local...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63271
|
2231
|
60
|
2026-05-20T12:18:56.573301+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279536573_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
3 items, 11,58 GB available
Documents — Local...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 items, 11,58 GB available","depth":2,"bounds":{"left":0.6765292,"top":0.98324025,"width":0.05219415,"height":0.011173184},"on_screen":true,"automation_id":"_NS:34","role_description":"text"},{"role":"AXStaticText","text":"Documents — Local","depth":1,"bounds":{"left":0.4398271,"top":0.019952115,"width":0.30285904,"height":0.0415004},"on_screen":true,"role_description":"text"}]...
|
6679980583384923440
|
-1842341242601904184
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
3 items, 11,58 GB available
Documents — Local...
|
63269
|
NULL
|
NULL
|
NULL
|
|
63270
|
2230
|
51
|
2026-05-20T12:18:56.571241+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279536571_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
3 items, 11,58 GB available
Documents — Local...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 items, 11,58 GB available","depth":2,"bounds":{"left":0.8486111,"top":0.0,"width":0.10902778,"height":0.015555556},"on_screen":true,"automation_id":"_NS:34","role_description":"text"},{"role":"AXStaticText","text":"Documents — Local","depth":1,"on_screen":true,"role_description":"text"}]...
|
2736304114477527756
|
-1842913126094641192
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
3 items, 11,58 GB available
Documents — Local...
|
63268
|
NULL
|
NULL
|
NULL
|
|
63268
|
2230
|
50
|
2026-05-20T12:18:54.910205+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279534910_m1.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.059722222,"height":0.017777778},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.060416665,"height":0.017777778},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.31319445,"top":0.0,"width":0.06111111,"height":0.017777778},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.31319445,"top":0.022222223,"width":0.06111111,"height":0.017777778},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4168493206633436898
|
7160338877540333522
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
63269
|
2231
|
59
|
2026-05-20T12:18:54.896548+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779279534896_m2.jpg...
|
Finder
|
Photos-3-001(2)
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Favourites","depth":6,"bounds":{"left":0.34541222,"top":0.061452515,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"jiminny","depth":6,"bounds":{"left":0.35339096,"top":0.08140463,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"AirDrop","depth":6,"bounds":{"left":0.35339096,"top":0.103751,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Recents","depth":6,"bounds":{"left":0.35339096,"top":0.12609737,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Applications","depth":6,"bounds":{"left":0.35339096,"top":0.14844373,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Documents","depth":6,"bounds":{"left":0.35339096,"top":0.1707901,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Downloads","depth":6,"bounds":{"left":0.35339096,"top":0.19313647,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"lukas","depth":6,"bounds":{"left":0.35339096,"top":0.21548285,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"iCloud","depth":6,"bounds":{"left":0.34541222,"top":0.2434158,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"iCloud Drive","depth":6,"bounds":{"left":0.35339096,"top":0.26336792,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Sync folder","depth":6,"bounds":{"left":0.35339096,"top":0.2857143,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Locations","depth":6,"bounds":{"left":0.34541222,"top":0.31364724,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F","depth":6,"bounds":{"left":0.35339096,"top":0.33359936,"width":0.043218084,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Eject","depth":6,"bounds":{"left":0.39727393,"top":0.33519554,"width":0.0043218085,"height":0.009577015},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Network","depth":6,"bounds":{"left":0.35339096,"top":0.35594574,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Tags","depth":6,"bounds":{"left":0.34541222,"top":0.38387868,"width":0.06216755,"height":0.015163607},"on_screen":true,"automation_id":"xSidebarHeader","role_description":"text"},{"role":"AXStaticText","text":"CRM","depth":6,"bounds":{"left":0.35339096,"top":0.4038308,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Orange","depth":6,"bounds":{"left":0.35339096,"top":0.42617717,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Red","depth":6,"bounds":{"left":0.35339096,"top":0.44852355,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Yellow","depth":6,"bounds":{"left":0.35339096,"top":0.4708699,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Green","depth":6,"bounds":{"left":0.35339096,"top":0.49321628,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Blue","depth":6,"bounds":{"left":0.35339096,"top":0.51556265,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"Purple","depth":6,"bounds":{"left":0.35339096,"top":0.53790903,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"All Tags…","depth":6,"bounds":{"left":0.35339096,"top":0.5602554,"width":0.049534574,"height":0.012769354},"on_screen":true,"role_description":"text"},{"role":"AXTextField","text":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","depth":8,"bounds":{"left":0.42021278,"top":0.06783719,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"%D0%9F%D0%9E-22221726037035-004-001_archive.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.08539505,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"02022026_0000000026574472_SWIFT_OB70202260023780.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.10295291,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"03042026_0000000026574472_SWIFT_OB70304260021608.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.12051077,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"05012026_0000000026574472_SWIFT_OB70501260015890.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.13806863,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"27022026_0000000026574472_SWIFT_OB72702260049200.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred","depth":8,"bounds":{"left":0.42021278,"top":0.15562649,"width":0.014960106,"height":0.012769354},"on_screen":true,"value":"Alfred","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy 2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.17318435,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.17118914,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy 3.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.19074222,"width":0.05418883,"height":0.012769354},"on_screen":true,"value":"Alfred copy 3.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"refresh","depth":8,"bounds":{"left":0.4758976,"top":0.188747,"width":0.005319149,"height":0.017557861},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXTextField","text":"Alfred copy.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.20830008,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred copy2.alfredpreferences","depth":8,"bounds":{"left":0.42021278,"top":0.22585794,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Alfred copy2.alfredpreferences","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Alfred.alfredpreferences.zip","depth":8,"bounds":{"left":0.42021278,"top":0.2434158,"width":0.059175532,"height":0.012769354},"on_screen":true,"value":"Alfred.alfredpreferences.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"BetterTouchTool_latest.zip","depth":8,"bounds":{"left":0.42021278,"top":0.26097366,"width":0.05618351,"height":0.012769354},"on_screen":true,"value":"BetterTouchTool_latest.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"bitwarden_export_20251031122528.json","depth":8,"bounds":{"left":0.42021278,"top":0.27853152,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"bitwarden_export_20251031122528.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"config.yml","depth":8,"bounds":{"left":0.42021278,"top":0.29608938,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"config.yml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"favicon.ico","depth":8,"bounds":{"left":0.42021278,"top":0.31364724,"width":0.024601065,"height":0.012769354},"on_screen":true,"value":"favicon.ico","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"first_aid_notes_complete.docx","depth":8,"bounds":{"left":0.42021278,"top":0.3312051,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"first_aid_notes_complete.docx","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (1).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.34876296,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"image (1).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image (2).jpg","depth":8,"bounds":{"left":0.42021278,"top":0.36632082,"width":0.029587766,"height":0.012769354},"on_screen":true,"value":"image (2).jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"image.jpg","depth":8,"bounds":{"left":0.42021278,"top":0.38387868,"width":0.022606382,"height":0.012769354},"on_screen":true,"value":"image.jpg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"IMG_4126(1).heif","depth":8,"bounds":{"left":0.42021278,"top":0.40143654,"width":0.03723404,"height":0.012769354},"on_screen":true,"value":"IMG_4126(1).heif","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Iteration run Search HS.postman_collection.json","depth":8,"bounds":{"left":0.42021278,"top":0.41899443,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"Iteration run Search HS.postman_collection.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2 (1).dmg","depth":8,"bounds":{"left":0.42021278,"top":0.4365523,"width":0.061502658,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2 (1).dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"KeychronAssist-1.0.2.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.45411015,"width":0.054853722,"height":0.012769354},"on_screen":true,"value":"KeychronAssist-1.0.2.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.ged","depth":8,"bounds":{"left":0.42021278,"top":0.471668,"width":0.049867023,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.ged","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Koválik Family Tree.zip","depth":8,"bounds":{"left":0.42021278,"top":0.48922586,"width":0.048204787,"height":0.012769354},"on_screen":true,"value":"Koválik Family Tree.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"license.bettertouchtool","depth":8,"bounds":{"left":0.42021278,"top":0.5067837,"width":0.049534574,"height":0.012769354},"on_screen":true,"value":"license.bettertouchtool","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"macOS_Storage_Cleanup.md","depth":8,"bounds":{"left":0.42021278,"top":0.5243416,"width":0.061835106,"height":0.012769354},"on_screen":true,"value":"macOS_Storage_Cleanup.md","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"MariusHosting Config.json","depth":8,"bounds":{"left":0.42021278,"top":0.54189944,"width":0.055851065,"height":0.012769354},"on_screen":true,"value":"MariusHosting Config.json","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX","depth":8,"bounds":{"left":0.42021278,"top":0.5594573,"width":0.053856384,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-UHZX.zip","depth":8,"bounds":{"left":0.42021278,"top":0.57701516,"width":0.061170213,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-UHZX.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6","depth":8,"bounds":{"left":0.42021278,"top":0.594573,"width":0.05319149,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"mazanoke-images-YWJ6.zip","depth":8,"bounds":{"left":0.42021278,"top":0.6121309,"width":0.06017287,"height":0.012769354},"on_screen":true,"value":"mazanoke-images-YWJ6.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"OrionInstaller.dmg","depth":8,"bounds":{"left":0.42021278,"top":0.62968874,"width":0.03956117,"height":0.012769354},"on_screen":true,"value":"OrionInstaller.dmg","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-1.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6472466,"width":0.021276595,"height":0.012769354},"on_screen":true,"value":"pdf-1.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-2.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.66480446,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-2.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-3.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6823623,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-3.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-4.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.6999202,"width":0.022273935,"height":0.012769354},"on_screen":true,"value":"pdf-4.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf-5.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.71747804,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"pdf-5.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"pdf.pdf","depth":8,"bounds":{"left":0.42021278,"top":0.7350359,"width":0.017287234,"height":0.012769354},"on_screen":true,"value":"pdf.pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001","depth":8,"bounds":{"left":0.42021278,"top":0.75259376,"width":0.030917553,"height":0.012769354},"on_screen":true,"value":"Photos-3-001","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001.zip","depth":8,"bounds":{"left":0.42021278,"top":0.7701516,"width":0.037898935,"height":0.012769354},"on_screen":true,"value":"Photos-3-001.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1)","depth":8,"bounds":{"left":0.42021278,"top":0.7877095,"width":0.036236703,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(1).zip","depth":8,"bounds":{"left":0.42021278,"top":0.80526733,"width":0.043550532,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(1).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2)","depth":8,"bounds":{"left":0.42021278,"top":0.8228252,"width":0.036901597,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2)","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Photos-3-001(2).zip","depth":8,"bounds":{"left":0.42021278,"top":0.84038305,"width":0.043882977,"height":0.012769354},"on_screen":true,"value":"Photos-3-001(2).zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"raycast-commands.zip","depth":8,"bounds":{"left":0.42021278,"top":0.8579409,"width":0.04886968,"height":0.012769354},"on_screen":true,"value":"raycast-commands.zip","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.csv","depth":8,"bounds":{"left":0.42021278,"top":0.87549883,"width":0.023271276,"height":0.012769354},"on_screen":true,"value":"report.csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xls","depth":8,"bounds":{"left":0.42021278,"top":0.8930567,"width":0.021941489,"height":0.012769354},"on_screen":true,"value":"report.xls","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report.xml","depth":8,"bounds":{"left":0.42021278,"top":0.91061455,"width":0.023603724,"height":0.012769354},"on_screen":true,"value":"report.xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9281724,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(1).xml","depth":8,"bounds":{"left":0.42021278,"top":0.94573027,"width":0.028590426,"height":0.012769354},"on_screen":true,"value":"report(1).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).csv","depth":8,"bounds":{"left":0.42021278,"top":0.9632881,"width":0.028922873,"height":0.012769354},"on_screen":true,"value":"report(2).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(2).xml","depth":8,"bounds":{"left":0.42021278,"top":0.980846,"width":0.02925532,"height":0.012769354},"on_screen":true,"value":"report(2).xml","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(3).csv","depth":8,"bounds":{"left":0.42021278,"top":0.99840385,"width":0.02925532,"height":0.0015961528},"on_screen":true,"value":"report(3).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(4).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.015961647},"on_screen":false,"value":"report(4).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(5).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.033519506},"on_screen":false,"value":"report(5).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(6).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.051077366},"on_screen":false,"value":"report(6).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(7).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.068635225},"on_screen":false,"value":"report(7).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(8).csv","depth":8,"bounds":{"left":0.42021278,"top":1.0,"width":0.02925532,"height":-0.086193085},"on_screen":false,"value":"report(8).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"report(9).csv","depth":8,"on_screen":false,"value":"report(9).csv","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXTextField","text":"Transcript (2).pdf","depth":8,"on_screen":false,"value":"Transcript (2).pdf","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
485433494912932814
|
2548089908622653394
|
click
|
accessibility
|
NULL
|
Favourites
jiminny
AirDrop
Recents
Applications
Do Favourites
jiminny
AirDrop
Recents
Applications
Documents
Downloads
lukas
iCloud
iCloud Drive
Sync folder
Locations
DXP4800PLUS-B5F
Eject
Network
Tags
CRM
Orange
Red
Yellow
Green
Blue
Purple
All Tags…
%D0%9F%D0%9E-22221726037035-004-001_archive.zip
02022026_0000000026574472_SWIFT_OB70202260023780.pdf
03042026_0000000026574472_SWIFT_OB70304260021608.pdf
05012026_0000000026574472_SWIFT_OB70501260015890.pdf
27022026_0000000026574472_SWIFT_OB72702260049200.pdf
Alfred
Alfred copy 2.alfredpreferences
refresh
Alfred copy 3.alfredpreferences
refresh
Alfred copy.alfredpreferences
Alfred copy2.alfredpreferences
Alfred.alfredpreferences.zip
BetterTouchTool_latest.zip
bitwarden_export_20251031122528.json
config.yml
favicon.ico
first_aid_notes_complete.docx
image (1).jpg
image (2).jpg
image.jpg
IMG_4126(1).heif
Iteration run Search HS.postman_collection.json
KeychronAssist-1.0.2 (1).dmg
KeychronAssist-1.0.2.dmg
Koválik Family Tree.ged
Koválik Family Tree.zip
license.bettertouchtool
macOS_Storage_Cleanup.md
MariusHosting Config.json
mazanoke-images-UHZX
mazanoke-images-UHZX.zip
mazanoke-images-YWJ6
mazanoke-images-YWJ6.zip
OrionInstaller.dmg
pdf-1.pdf
pdf-2.pdf
pdf-3.pdf
pdf-4.pdf
pdf-5.pdf
pdf.pdf
Photos-3-001
Photos-3-001.zip
Photos-3-001(1)
Photos-3-001(1).zip
Photos-3-001(2)
Photos-3-001(2).zip
raycast-commands.zip
report.csv
report.xls
report.xml
report(1).csv
report(1).xml
report(2).csv
report(2).xml
report(3).csv
report(4).csv
report(5).csv
report(6).csv
report(7).csv
report(8).csv
report(9).csv
Transcript (2).pdf...
|
NULL
|
NULL
|
NULL
|
NULL
|