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

https://github.com/alexw00/scripts

My custom scripts
https://github.com/alexw00/scripts

Last synced: 3 months ago
JSON representation

My custom scripts

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