Interlace icon indicating copy to clipboard operation
Interlace copied to clipboard

Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.

Results 18 Interlace issues
Sort by recently updated
recently updated
newest added

No color doesn't disable colours

Kindly add `version` attribute in this amazing tool, so we can track versioning.

```===================================================== Interlace v1.9.8 by Michael Skelton (@codingo_) & Sajeeb Lohani (@sml555_) ===================================================== Traceback (most recent call last): File "/usr/local/bin/interlace", line 11, in load_entry_point('Interlace==1.9.8', 'console_scripts', 'interlace')() File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.8-py3.8.egg/Interlace/interlace.py", line 34, in...

Traceback (most recent call last): File "/usr/local/bin/interlace", line 33, in sys.exit(load_entry_point('Interlace==1.9.8', 'console_scripts', 'interlace')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/interlace.py", line 34, in main File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/lib/threader.py", line 112, in __init__ File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/interlace.py", line 11,...

On Widows OS tasks are executed in a serialized way ``` shell interlace -t a,b,c -c "timeout /t 10 & echo _target_" ===================================================== Interlace v1.9.6 by Michael Skelton (@codingo_) &...

wontfix

Just wanted to report this issue trying to echo the lines from jhaddix's all.txt list Steps to reproduce: Download jhaddix's all.txt ``` wget https://gist.githubusercontent.com/jhaddix/86a06c5dc309d08580a018c66354a056/raw/96f4e51d96b2203f19f6381c8c545b278eaa0837/all.txt ``` ``` interlace -tL all.txt -c...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies