An open API service indexing awesome lists of open source software.

https://github.com/liby99/liby-mac-scripts

Scripts for Conveniency in Mac OS
https://github.com/liby99/liby-mac-scripts

Last synced: 3 months ago
JSON representation

Scripts for Conveniency in Mac OS

Awesome Lists containing this project

README

        

# Mac Scripts

## Usage

1. Clone the repository into a directory.
2. Add the directory path to `$PATH` in `~/.bash_profile`:
```
PATH=$PATH:[YOUR_PATH]
```
3. Reload bash source
```
$ source ~/.bash_profile
```
4. Then you can run all the scripts!

## Script List

##### `hidehidden`

Hide all the hidden files and reload finder

##### `showhidden`

Show all the hidden files and reload finder