Skip to content

Releases: var-bin/terminalForCoder__WSD

v4.0.1

09 Mar 19:24
Compare
Choose a tag to compare

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Changes:

  1. Add links to Articles (EN | RU) and Slides (EN | RU)

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation

Enjoy it =)

v4.0.0

15 Feb 11:03
Compare
Choose a tag to compare

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Major changes:

  1. Edit README.md in:
    • /
    • /bash
  2. Edit *.sh files:
    • change info messages.
    • for /bash/clone_vendors.sh add PATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors"
    • for /bash/scripting/clean_dist.sh add PATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors". Add check if [[ ! -e "${PATH_TO_CORE}" ]].
    • for /bash/scripting/clean_dist.sh add PATH_TO_CORE="${HOME}/${REPO_NAME}/bash/core", PATH_TO_ASSETS="${PATH_TO_CORE}/assets". Add check if [[ ! -e "${PATH_TO_CORE}" ]].
    • for /bash/scripting/fast_diff.sh add exit code.
    • for /bash/scripting/fast_diff_v2.sh edit USER_NAME, USER_PASSWORD. Replace diff_master -> diffMaster, attach_diff -> attachDiff.
    • for /bash/scripting/up_repo.sh replace PATH_TO_VENDOR_REPO -> PATH_TO_VENDORS_REPO. Add CHECK_BRANCH

Breaking Changes:

  1. Pay attention to changes in /bash/scripting. If you will have any problem after update, feel free to create Issue

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation

For more details follow this link

diff-fix-scripts.diff.txt

Enjoy it =)

v3.0.0

19 Jan 13:03
Compare
Choose a tag to compare

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Major changes:

  1. Add example of work fast_diff.sh
  2. Use Shell Style Guide for *.sh files
  3. Refactoring all files in bash/scripting
  4. Add README.md to bash/core

Breaking Changes:

  1. Pay attention to changes in bash/scripting. If you will have any problem after update, feel free to create Issue

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation

For more details follow this link

diff-master_hot-fixes.diff.txt

Enjoy it =)

v2.0.0

04 Jan 20:28
Compare
Choose a tag to compare

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Major changes:

  1. Translate all *.md to EN

Breaking Changes:

  1. 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.
  2. Rename NAME -> DIST_NAME in ./bash/scripting/clean_dist.sh.

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation

Enjoy it =)

v1.0.0

27 Dec 20:48
Compare
Choose a tag to compare

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation