https://github.com/alexw00/scripts
My custom scripts
https://github.com/alexw00/scripts
Last synced: 3 months ago
JSON representation
My custom scripts
- Host: GitHub
- URL: https://github.com/alexw00/scripts
- Owner: AlexW00
- Created: 2022-03-17T21:04:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T08:04:05.000Z (over 2 years ago)
- Last Synced: 2025-02-14T11:00:26.085Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 📃 Scripts
Scripts I use on my Unix machines.
## Bash
- [dot.sh](https://github.com/AlexW00/dot-launcher): quickly open dotfiles
- [cli-gpt.sh](https://github.com/AlexW00/cli-gpt): TUI for ChatGPT
## Python
### Utils
- [get_latest_file.py](./Python/Utils/get_latest_file.py): returs the latest file in a given directory
- [insert_after_regex.py](./Python/Utils/insert_after_regex.py): inserts a string into a file after a regex match