https://github.com/theamallalgi/zenscripts
Just a bunch of Automation Scripts made with Python, Bash and maybe even Rust and Go!
https://github.com/theamallalgi/zenscripts
automation bash converter emailer golang python rust scripts sorting workflow
Last synced: 4 months ago
JSON representation
Just a bunch of Automation Scripts made with Python, Bash and maybe even Rust and Go!
- Host: GitHub
- URL: https://github.com/theamallalgi/zenscripts
- Owner: theamallalgi
- Created: 2023-11-10T11:59:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T09:33:54.000Z (6 months ago)
- Last Synced: 2025-01-27T08:52:27.762Z (4 months ago)
- Topics: automation, bash, converter, emailer, golang, python, rust, scripts, sorting, workflow
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# The Zenscripts Suite
## About
Zenscripts is a collection of automation scripts designed to streamline various tasks. The scripts are written primarily in Python and Bash, organized into folders based on functionality. Each folder contains a `README.md` file describing the purpose of its scripts.
## Usage
1. Clone the repository to your device:
```sh
git clone [email protected]:theamallalgi/zenscripts.git
```2. Navigate to the desired script's folder.
3. Change the script's permissions:```sh
chmod +x
```4. Execute the script:
```sh
./script-name.sh # for bash scripts
python script-name.py # for py scripts (python3 for mac)
```## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.