Skip to content

Commit

Permalink
refactoring 🔧 🐘
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Jul 9, 2020
1 parent 9679b49 commit b1cb092
Show file tree
Hide file tree
Showing 36 changed files with 210 additions and 173 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"mylib",
"nsroot",
"pgrep",
"pidof",
"proto",
"quickstart",
"renice",
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Change Log

## 4.6.1
## 4.7.0

- New `Shellman ebook` release. [Download](https://github.com/yousefvand/shellman-ebook) free ebook (pdf, epub, mobi)
- Fixed issues [#20](https://github.com/yousefvand/shellman/issues/20) and [#21](https://github.com/yousefvand/shellman/issues/21).
- directory
- `directory delete nested` | `directory remove nested`: delete directory and all contents.
- Updated `summary` snippet to include exit codes.
- Samples:
- Added `loop` to `while` and `until` prefix.
- Added samples:
- Step by step [sample script](samples/backup-tool) tutorial.

## 4.6.0

- Fixed issue [#19](https://github.com/yousefvand/shellman/issues/19)
- Handle events `event ...`
- `exit`: Run commands when script exits.
- `EXIT`: Run commands when script exits.
- `CTRL+C`: Run commands when script is interrupted.
- Animation
- Define animation frame.
Expand Down
Loading

0 comments on commit b1cb092

Please sign in to comment.