ibnishak / Timimi

Webextension to save Tiddlywiki
https://ibnishak.github.io/Timimi/
GNU Affero General Public License v3.0
206 stars 23 forks source link

'timimi-2-1-1-Mac' File Not Opening On MacOS #77

Closed monomycelium closed 2 years ago

monomycelium commented 2 years ago

When I open the file I downloaded, it opens on TextEdit. If I select 'Open With', it does not show any other compatible application to open the file with. I am on macOS 12.1 on an M1 MacBook Air. Can anyone help?

gnfisher commented 2 years ago

You'll need to make the script executable then run it. Open terminal app then run these commands. They assume you downloaded the file into your Downloads folder.

cd ~/Downloads
chmod +x timimi-2-1-1-Mac
./timimi-2-1-1-Mac
monomycelium commented 2 years ago

On 10 January, I had no idea how to use Terminal, leading to my stupid question. I apologise for taking up your time to execute a script!