Updated templates lists
Use 'xut' branch
Changed:
Bit nicer working with colors
- R instead of reset_colours
msg() using case instead of if fi
Bit changed help/usage message (Shows lists count)
Changed some other messages
Improved integrate_xtra_templates() to work with xut branch
Added:
- _cmd() : to easily implement commands with and without logs, to not use conditions everywhere in script
- _clone() : to prepare for upcoming update
(clone specified repos branch: Looks like fully working but I want bit more time for testing edge cases) - show_counts() : To show counts of template lists
- have_srcpkgs() : small function to change searchPath if distro have srcpkgs directory
- $version : shown in help message
Good to go
Closes #38
# Updated templates lists
# Use 'xut' branch
### Changed:
Bit nicer working with colors
- R instead of reset_colours
msg() using case instead of if fi
Bit changed help/usage message (Shows lists count)
Changed some other messages
Improved integrate_xtra_templates() to work with xut branch
### Added:
- _cmd() : to easily implement commands with and without logs, to not use conditions everywhere in script
- _clone() : to prepare for upcoming update
(clone specified repos branch: Looks like fully working but I want bit more time for testing edge cases)
- show_counts() : To show counts of template lists
- have_srcpkgs() : small function to change searchPath if distro have srcpkgs directory
- $version : shown in help message
Good to go
Closes #38