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
*.sh
files:- change info messages.
- for
/bash/clone_vendors.sh
addPATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors"
- for
/bash/scripting/clean_dist.sh
addPATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors"
. Add checkif [[ ! -e "${PATH_TO_CORE}" ]]
. - for
/bash/scripting/clean_dist.sh
addPATH_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.sh
add exit code. - for
/bash/scripting/fast_diff_v2.sh
editUSER_NAME
,USER_PASSWORD
. Replacediff_master
->diffMaster
,attach_diff
->attachDiff
. - for
/bash/scripting/up_repo.sh
replacePATH_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
*.sh
files - Refactoring all files in
bash/scripting
- Add
README.md
tobash/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
*.md
to 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_NAME
in./bash/scripting/clean_dist.sh
.
Features:
- Terminal managers
- Bash-scripting
- Routine tasks automation