chadhamre / hidden-files-menu-bar

A simple electron app which adds a toggle to Mac OS menu bar to hide and show hidden files in finder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hidden-files-menu-bar

Introduction

This repository contains a simple Electron application that will toggle the 'show hidden files in finder' setting on a mac with a button click from the menu bar.

Getting Started

To run the electron app so that you can add/change features on your fork:

  • navigate to /app
  • run yarn install
  • run yarn start This should run the application locally.

Packaging & Distribution

To package a new version of the application:

  • run electron-packager . "Hidden Files Menu Bar" --app-bundle-id=com.electron.hidden-files-menu-bar --helper-bundle-id=com.electron.hidden-files-menu-bar.helper --app-version=1.0.0 --build-version=1.0.101 --platform=mas --arch=x64 --version=0.35.6 --icon=./build/icon.icns --overwrite

Screenshots

alt before alt after alt off alt on

About

A simple electron app which adds a toggle to Mac OS menu bar to hide and show hidden files in finder.


Languages

Language:HTML 99.8%Language:JavaScript 0.2%