Commit Graph

187 Commits

Author SHA1 Message Date
prodigysml
5a3901e700 Version bug for minor fix 2019-08-16 10:19:59 +10:00
prodigysml
a57ac448a2 Removed permissions check as it is too rigid and not needed. Added in trailing slash removal 2019-08-16 10:19:23 +10:00
Michael Skelton
d85cd7a3b0 Create FUNDING.yml 2019-07-08 17:36:38 +10:00
Michael Skelton
cf9e44d575 Update __version__.py 2019-06-11 21:40:41 +10:00
Michael Skelton
1d99d54e7d Merge pull request #49 from codingo/variable-fix
Remove de-duplicate code that was causing missed replacements with large command files
2019-06-11 21:39:28 +10:00
prodigysml
552cdcfc74 Removed check to see if variable exists in all cases. We now fully trust the python3 set object to de-duplicate all commands (which it is intended to do). Should fix #47 2019-06-11 01:10:44 -07:00
Michael Skelton
ccbe0bfdc7 Merge pull request #46 from codingo/codingo-banner-fix
Fix Banner
2019-06-04 15:44:09 +10:00
Michael Skelton
b126f75292 Fix Banner 2019-06-04 15:43:56 +10:00
Michael Skelton
eda35d74f5 Merge pull request #45 from codingo/progress-bar-dev
Progress bar fixes
2019-06-04 15:39:46 +10:00
Michael Skelton
387225e3ed Banner char length update 2019-06-04 15:39:35 +10:00
prodigysml
96d28b15c4 Increment version 2019-06-03 22:34:26 -07:00
prodigysml
20bf16305d Fixed the sober flag 2019-06-03 22:26:46 -07:00
Michael Skelton
24b899ee62 Merge pull request #44 from codingo/progress-bar-dev
Progress bar development with bug fixes
1.5.1
2019-06-04 15:08:19 +10:00
prodigysml
f699668cf2 updated version and removed conflict 2019-06-03 22:04:40 -07:00
prodigysml
2e8270281e Did version increment 2019-06-03 22:03:38 -07:00
prodigysml
b4038eda2c Fixed #43 using subprocess Popen and writing with tqdm.write 2019-06-03 22:02:55 -07:00
Michael Skelton
f944a31973 Merge pull request #42 from codingo/progress-bar-dev
Progress bar development
1.5
2019-06-04 12:02:52 +10:00
Michael Skelton
a031abaa12 Update README.md 2019-06-04 12:00:48 +10:00
Michael Skelton
d807c04e73 Update __version__.py 2019-06-04 11:58:59 +10:00
prodigysml
67524ad053 Added in name to contributions 2019-06-03 18:51:34 -07:00
prodigysml
957a7f492c Added in some clarity for the two different flags 2019-06-03 18:49:57 -07:00
prodigysml
85fee64c07 Added in documentation around supressing progress bar 2019-06-03 18:48:18 -07:00
prodigysml
16b64bb710 Fixed my horrible grammar 2019-06-03 18:47:17 -07:00
prodigysml
e68c3d6be9 Added in a progress bar and a flag to surpress the progress bar 2019-06-03 18:45:45 -07:00
prodigysml
a8651856cf Added in tqdm as a requirement 2019-06-03 18:31:09 -07:00
Michael Skelton
dc48bc6131 Merge pull request #41 from codingo/codingo-proxy-flag
Minor Proxy Doc fix
2019-05-28 15:44:42 +10:00
Michael Skelton
cff91a32f5 Update README.md 2019-05-28 15:44:27 +10:00
Michael Skelton
4223d29deb Merge pull request #40 from codingo/proxy-feature
Added in proxy feature
2019-05-28 15:40:49 +10:00
prodigysml
9da15047ce Fixed banner version. Added doco 2019-05-27 22:17:59 -07:00
prodigysml
761fad4ec6 Updated documentation and incremented version number 2019-05-27 21:09:25 -07:00
prodigysml
94a8ef7dc2 Removed debug statement 2019-05-27 20:51:48 -07:00
prodigysml
26d37d4c23 Added in proxy feature 2019-05-27 19:46:36 -07:00
Michael Skelton
be8b423560 Merge pull request #38 from xYantix/master
Case-sensitivity file on subprocess.call()
2019-04-30 20:23:36 +10:00
xYantix
5cd2973b78 Merge pull request #1 from xYantix/Interlace
Fixed case-sensitivity on subprocess.call()
2019-04-30 18:17:53 +08:00
xYantix
b12a7770e8 Fixed case-sensitivity on subprocess.call() 2019-04-30 18:17:26 +08:00
Michael Skelton
d2a92bef0f Update __version__.py 1.3.5 2019-04-30 19:48:16 +10:00
Michael Skelton
c8ae176d5a Merge pull request #37 from Emxm3/master
Fix multi-threading for OSX
2019-04-30 19:47:51 +10:00
Pippyyy
5e6708e1ad Merge pull request #1 from Emxm3/OSX-multithreading
Update task runner to allow multi-threading on OSX
2019-04-30 16:01:28 +08:00
Pippyyy
021985beac Update task runner to allow multi-threading on OSX
Fixes bug #36. 
I think the issue is the original method "shares" the shell that is used by all the workers and therefore blocking other calls to that shell. Using subprocess.call with the shell=true is pretty much allowing each worker to spawn their own instance of a shell.
2019-04-30 16:00:19 +08:00
Michael Skelton
eeb371b50a Update __version__.py 1.3.4 2019-04-12 10:24:49 +10:00
Michael Skelton
408a6b6b3c Merge pull request #35 from codingo/fix-empty-file-exception
Added in exception for empty target
2019-04-12 10:24:31 +10:00
ProDigySML
5d9ef6a2b2 Added in exception for empty target 2019-04-11 17:21:55 -07:00
Michael Skelton
8d0ec7982c Merge pull request #33 from codingo/strip-fix
Strip fix
2019-04-01 20:42:18 +10:00
ProDigySML
c4a26d0a7d Added in trailing new line removal now 2019-04-01 03:38:43 -07:00
Sajeeb Lohani
6dd9a2293a Removed command strip 2019-04-01 21:27:34 +11:00
Michael Skelton
5a297b07ce Merge pull request #31 from codingo/codingo-release-change
Version change  for threading bugfix
2019-03-25 15:09:08 +10:00
Michael Skelton
c3e3394977 Version change for threading bugfix 2019-03-25 15:08:37 +10:00
Michael Skelton
83f0e2b979 Merge pull request #30 from codingo/performance-upgrade
Serious Speed Improvements for Large Lists
2019-03-25 15:07:48 +10:00
ProDigySML
a378a0d301 Removed debug statements 2019-03-24 22:07:00 -07:00
ProDigySML
b94f62ac73 Serious Speed Improvements for Large Lists 2019-03-24 21:50:20 -07:00