You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
"client_secret": "ADD YOUR FEEDLY DEV-TOKEN HERE",
"developer": true,
"ranked": "oldest",
"count": 500,
"unreadOnly" : true,
"markAsRead" : false,
"applescript1" : "tell application \"iTerm\" \n activate \n tell the first terminal \n launch session \"External\" \n tell the last session \n write text \"w3m $href$\" \n end tell \n end tell \n end tell",
"applescript2" : "tell application \"System Events\" \n keystroke \"n\" using command down \n keystroke \"w3m \" \n keystroke \"v\" using command down \n key code 36 \n end tell",
"applescript3" : "tell application \"Terminal\" to activate \n tell application \"System Events\" to tell process \"Terminal\" to keystroke \"t\" using command down \n tell application \"Terminal\" to do script \"w3m $href$ \" in selected tab of the front window"