Articles
[DintFeed] Shortcut Tips
Here are some shortcuts you may not know.
Useful Shortcuts J/K or ↓/↑ (Down/Up arrow) Select next/previous article in Default and List layout; Select next/previous row in Grid layout.
H/L or ←/→ (left/right arrow) Select previous/next article in Grid layout.
⏎ (Enter) Open selected article in Grid and List layout.
Articles
DintFeed v2.0 released
New Add settings to display article webpage directly Able to use enclosure URL as link when available for copying Display articles in grid and list layout Support organizing articles by Tags Able to copy feed url in Add to DintFeed safari extension Filter and perform actions for new articles (Premium) Customize tag icon and color (Premium) Export article as PDF, Web Archive (Premium) Fix Folder information not showing properly
Articles
DintFeed v1.8 Released
New Display article title in multiple lines in articles list Able to customize feed favicon in Feeds Manager (available on macOS 11+) Able to display feeds and folders in customized order Show muted feeds category in sidebar Fix Youtube video’s frame height not display properly in some articles
Articles
Show or Hide Desktop Icons With AppleScript Action in DintAction
When preparing app preview movie for Mac App Store, i prefer hide my desktop icons first, this will give a clean desktop in the movie.
Hide desktop icons with AppleScript Add a new AppleScript action in DintAction, below is the script:
do shell script "defaults write com.apple.finder CreateDesktop false; killall Finder" Show desktop icons back again After the screen recording completed, you can get back desktop icons with this script:
Articles
Turn Off Display With AppleScript Action in DintAction
I’m currently using external monitor connected to my Mac Mini, sometimes i want to turn off the display without touch the power button, i prefer to use AppleScript to do the job.
With DintAction, this job can be done quickly.
Turn off display with AppleScript First, add a new action with AppleScript template, and enter the following AppleScript code:
do shell script "/usr/bin/pmset displaysleepnow" Set description of an action is optional; when description is available, text contains in description will also list the action in search results
Articles
Quick List Top Hints and Actions in DintAction
Add search result to TopHint By default, you can press Enter to run or open searched result in DintAction.
If you press ⌘+Enter instead, you can add the result to top hint at the same time.
A top hint means when you type characters in search field, if a top hint begins with those characters, it will display at the top immediatelly.
Quick list recent used top hints You can press ⌘+L to quickly list recent performed top hint items.