shellfirm 0.1.2

`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 0.1.2 - Unreleased

* Mark history | sh/bash as risky command [PR-27]https://github.com/kaplanelad/shellfirm/pull/27]
* Add 2 check for `fs` group. detect `chmod 777 /` and `find -delete` [PR-28]https://github.com/kaplanelad/shellfirm/pull/28]


## 0.1.1 (Jan 3, 2022)

IMPROVEMENTS:

* Add application logger  [PR-24]https://github.com/kaplanelad/shellfirm/pull/24]

## 0.1.0 (Jan 2, 2022)
Initial release