Releases: var-bin/terminalForCoder__WSD
Releases · var-bin/terminalForCoder__WSD
v4.0.1
v4.0.0
terminalForCoder__WSD
repository for practice *nix terminal (Ubuntu prefer)
Major changes:
- Edit README.md in:
//bash
- Edit
*.shfiles:- change info messages.
- for
/bash/clone_vendors.shaddPATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors" - for
/bash/scripting/clean_dist.shaddPATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors". Add checkif [[ ! -e "${PATH_TO_CORE}" ]]. - for
/bash/scripting/clean_dist.shaddPATH_TO_CORE="${HOME}/${REPO_NAME}/bash/core",PATH_TO_ASSETS="${PATH_TO_CORE}/assets". Add checkif [[ ! -e "${PATH_TO_CORE}" ]]. - for
/bash/scripting/fast_diff.shadd exit code. - for
/bash/scripting/fast_diff_v2.sheditUSER_NAME,USER_PASSWORD. Replacediff_master->diffMaster,attach_diff->attachDiff. - for
/bash/scripting/up_repo.shreplacePATH_TO_VENDOR_REPO->PATH_TO_VENDORS_REPO. AddCHECK_BRANCH
Breaking Changes:
- Pay attention to changes in
/bash/scripting. If you will have any problem after update, feel free to create Issue
Features:
- Terminal managers
- Bash-scripting
- Routine tasks automation
For more details follow this link
Enjoy it =)
v3.0.0
terminalForCoder__WSD
repository for practice *nix terminal (Ubuntu prefer)
Major changes:
- Add example of work
fast_diff.sh - Use Shell Style Guide for
*.shfiles - Refactoring all files in
bash/scripting - Add
README.mdtobash/core
Breaking Changes:
- Pay attention to changes in
bash/scripting. If you will have any problem after update, feel free to create Issue
Features:
- Terminal managers
- Bash-scripting
- Routine tasks automation
For more details follow this link
diff-master_hot-fixes.diff.txt
Enjoy it =)
v2.0.0
terminalForCoder__WSD
repository for practice *nix terminal (Ubuntu prefer)
Major changes:
- Translate all
*.mdto EN
Breaking Changes:
- Add
REPO_NAME="terminalForCoder__WSD"constant to all scripts in./bash/scripting/directory. This constant is allowed to change the repository directory name if you need. - Rename
NAME->DIST_NAMEin./bash/scripting/clean_dist.sh.
Features:
- Terminal managers
- Bash-scripting
- Routine tasks automation