Things Sample Project This project shows you everything you need to know to hit the ground running. Don’t hesitate to play around in it – you can always create a new one from the Help menu. Learn the basics Double-click this to-doCreate a new […]

Mark a device as lost in Find My on iPad Mark a device as lost in Find My on iPad Updated 10092022-204209 GitHub IssueSourceDraftsWTFLocalUlyssesSimplenote LocalSimplenote PublishThings Socialhttps://telegram.org/js/telegram-widget.js?1 Telegram Use the Find My app to mark a missing iPhone, iPad, iPod touch, Apple Watch, Mac, supported AirPods, or […]

Things 3 for macOS Database Retrieval Things 3 for macOS Database Retrieval On your Mac, quit Things 3. The app must not be running before you proceed.Click on your empty Desktop.Then press the keys ⌘⇧G at the same time.A new window will open. Copy and […]

How to Update All Python Packages How to Update All Python Packages How to Update All Python PackagesArchivepip Update ShortcutMedium Shell Commandspip list –outdatedpip freeze | %{$_.split(’==’)[0]} | %{pip install –upgrade $_}pip3 list –outdated –format=freeze | grep -v ’^-e’ | cut -d = -f 1 […]