356 Commits

Author SHA1 Message Date
Joshua Ogunyinka
81bb668627 Merge pull request #2 from iamOgunyinka/flat
Flat
2019-08-16 19:07:55 +01:00
Joshua Ogunyinka
885019276f Cleaned up debug prints 2019-08-16 19:04:35 +01:00
karimpwnz
3e47a3b3e5 Bundle imports 2019-08-16 20:15:04 +03:00
Joshua Ogunyinka
c9521e6ae0 Added test files 2019-08-16 17:39:12 +01:00
Joshua Ogunyinka
33a5a68803 Perfectting synchronization 2019-08-16 17:34:27 +01:00
Karim Rahal
9a31a0b810 Update README.md 2019-08-16 17:16:08 +03:00
Karim Rahal
dff9886045 Merge pull request #1 from KarimPwnz/master
Fix arguments.output bug introduced in #57
2019-08-16 16:57:28 +03:00
karimpwnz
7c15dcf0b4 Introduce _random_ feature as per #50 2019-08-16 16:52:24 +03:00
Karim Rahal
5eb10029e4 Fix arguments.output bug introduced in #57 2019-08-16 16:47:56 +03:00
Joshua Ogunyinka
b9487fec9c Flattened the commands hierarchy 2019-08-16 14:31:39 +01:00
Joshua Ogunyinka
adb27435e8 Merge pull request #1 from iamOgunyinka/joshua
Joshua
2019-08-16 13:15:18 +01:00
Joshua Ogunyinka
bcc4599dad Merge branch 'joshua' of https://github.com/iamOgunyinka/Interlace into joshua 2019-08-16 09:39:40 +01:00
Joshua Ogunyinka
20af7466db Implemented sequential command processing 2019-08-16 09:39:10 +01:00
Joshua Ogunyinka
1c778c9b99 Removed commented code introduced when debugging 2019-08-16 05:06:45 +01:00
Joshua Ogunyinka
24d529291e Merge branch 'master' into joshua 2019-08-16 04:32:10 +01:00
Joshua Ogunyinka
d416e5a689 Fixed bug when using target_list 2019-08-16 04:06:28 +01:00
Joshua Ogunyinka
ab34aca3b2 Testing implementation 2019-08-16 03:37:50 +01:00
Michael Skelton
c32b40764f Merge pull request #57 from codingo/permissions-bug-fix
Permissions bug fix
2019-08-16 11:22:05 +10:00
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
Joshua Ogunyinka
ee47cac4ab Fixed issue 52 2019-08-14 20:28:35 +01: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