Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandipb/everyday-scripts

My everyday scripts
https://github.com/sandipb/everyday-scripts

bash-script cli python

Last synced: about 6 hours ago
JSON representation

My everyday scripts

Awesome Lists containing this project

README

        

# My Every day scripts

Collection of scripts that I use on my desktops and servers.

Included are:

## Shell scripts

1. ``laptop-shared-wifi``: Share network connection on your Linux host by
configuring it as a wifi access point.

## Python scripts

1. ``photo_label.py``: Use the file name in photos to label a folder full of
them suitable for display on our PixStar photo frame.

## Pre-reqs

### For builds

```shell-session
brew install bazelisk buildifier
```