https://github.com/copyleftdev/parallel.ftw.sh
Supercharge your GNU/Linux utilities with parallel processing. Elevate your workflows to new efficiencies with parallel.ftw.sh!
https://github.com/copyleftdev/parallel.ftw.sh
bash productivity tools zsh
Last synced: 3 months ago
JSON representation
Supercharge your GNU/Linux utilities with parallel processing. Elevate your workflows to new efficiencies with parallel.ftw.sh!
- Host: GitHub
- URL: https://github.com/copyleftdev/parallel.ftw.sh
- Owner: copyleftdev
- License: gpl-3.0
- Created: 2023-10-19T05:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T05:27:37.000Z (over 1 year ago)
- Last Synced: 2023-10-19T06:28:09.472Z (over 1 year ago)
- Topics: bash, productivity, tools, zsh
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parallel.ftw.sh🚀
> Run shell scripts in parallel for faster execution.
## Quick Start
2. Make the script executable
```bash
chmod +x parallel_script.sh
```
3. Add to `.zshrc` or `.bashrc`
```bash
echo 'source /path/to/parallel_script.sh' >> ~/.zshrc
# OR
echo 'source /path/to/parallel_script.sh' >> ~/.bashrc
```
4. Reload the shell or run `source ~/.zshrc` or `source ~/.bashrc`## Features
- Built-in Parallelism
- Multiple Functions
- Easy to UseMade with ❤️ by [copyleftdev](https://github.com/copyleftdev)