Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandipb/everyday-scripts
- Owner: sandipb
- Created: 2021-07-02T00:46:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T08:13:43.000Z (11 months ago)
- Last Synced: 2023-12-29T09:26:32.877Z (11 months ago)
- Topics: bash-script, cli, python
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```