https://github.com/jackparsonss/automation-scripts
This is a repository that stores the various automation scripts I have made and use
https://github.com/jackparsonss/automation-scripts
Last synced: 3 months ago
JSON representation
This is a repository that stores the various automation scripts I have made and use
- Host: GitHub
- URL: https://github.com/jackparsonss/automation-scripts
- Owner: jackparsonss
- Created: 2021-07-10T23:21:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T02:52:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T08:33:17.457Z (4 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automation-Scripts
This is my repository where I put all my command line utility/automation scripts
## Scripts
###### mydb.py:
- This script acts as a mini db where I can store key value pairs of whatever is currently on my clipboard with a key word###### toList.py:
- This scripts takes a bunch of text that is copied to my cliboard and pastes new text to my cliboard as a markdown list###### passgen.py
- Creates a strong random password and copies it on to the clipboard###### mapit.py
- Takes an address either from the command line or clipboard and opens a browser at the address###### google.py
- Googles everything that is given as command line arguments###### getdocxtext.py
- Takes a .docx file and copies all the text to your clipboard###### GetMediumArticles.py
- When this command is run it generates the top articles of given medium.com publications and writes them to my daily note in my obsidian note taking vault for me to look at every morning###### Morning.py
- Takes advantage of GetMediumArticles.py to open all apps I use in the morning and finishes by opening up my obsidian daily vault to a new daily note where it then gets filled with medium article links###### toObsidian.py
- Takes all the files in my downloads folder and moves them into the resources folder in my obsidian vault###### toTrash.py
- Takes all files in my downloads folder and moves them into the trash###### advice.py
- Generates a random piece of advice on every run###### quote.py
- Generates a random inspiration quote on every run