This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Show/Hide desktop files | |
// Description: Hides your desktop files on macos. By default it prompts you if you'd like to restart Finder. You can override this behaviour in .env set `ASK_BEFORE_RESTART_FINDER=<boolean>` | |
// Author: Mike Patterson | |
// Github: @mittnavnermike | |
import '@johnlindquist/kit' | |
const shouldPrompt = (await env('ASK_BEFORE_RESTART_FINDER')) || 'true' | |
const desiredSettingArg = await arg('What would like to be the default?', [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box"> | |
<div class="box2"></div> | |
<span>organic</span> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box"></div> | |
<div class="box"></div> | |
<section id="logo"> | |
<div class="dot top"></div> | |
<div class="text">Eastern<br>Europe Group</div> | |
<div class="dot middle"></div> | |
<div class="dot bottom"></div> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="arrow"></div> | |
<div id="logo">Eastern Europe Group</div> | |
<div class="arrow"></div> | |
</header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box"></div> | |
<div class="box"></div> | |
<section id="logo"> | |
<div class="dot top"></div> | |
<div class="text">Eastern<br>Europe Group</div> | |
<div class="dot middle"></div> | |
<div class="dot bottom"></div> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box"></div> | |
<div class="box"></div> | |
<section id="logo"> | |
<div class="dot top"></div> | |
<div class="text">Eastern<br>Europe Group</div> | |
<div class="dot middle"></div> | |
<div class="dot bottom"></div> | |
</section> |