Releases: yousefvand/shellman
Releases · yousefvand/shellman
v6.0.0
- some improvements.
- fixed #52
- fixed #53
build-windows-amd64.zip
build-linux-amd64.zip
build-darwin-amd64.zip
5.7.0
v5.6.0
shellcheck
compatible (99.99%).- Added
array print
snippet.
v5.5.1
v5.5.0
v5.4.0
exit code
for gracefully inform what error happened.array reverse
snippet to reverse array elements order added.hide command error
snippet to suppress command error (stderr),fn animation animate
now supports two mode: circular, pendular.- Binary build tool for major operating systems is available.
v5.3.0
iterate directories
snippet added.archive compress .zip
snippet added.archive decompress .zip
snippet added.system uptime seconds
snippet added. Seconds can be formatted byfn time format seconds
snippet.remove old/new files/directories
snippet for removing files (-type f) or directories (-type d) if they are older (-mtime n) than n days or newer (+mtime n) than n days.- Comparison of floating point numbers:
float|double >
,float|double >=
,float|double <
,float|double <=
,float|double ==
,float|double !=
added.
v5.2.0
echo array
snippet added.fn/fx math factorial
snippet added.fn/fx math fibonacci
snippet added.fn/fx math fibonacci series
snippet added.am I root
&am I not root
snippets added.fn/fx input multichoice
: select more than one option.array contains
: check if the array contains an element".fn/fx time format seconds
snippet to format seconds into days/hours/minutes/seconds.
Now there is a input
namespace for getting user input:
input text
: formerlyask question
.input password
: don't show input on screen.fn/fx input choice
: formerlyfn/fx options
.
v5.1.0
- Smooth percentage for
fn progress
. echo text
andecho variable
snippet added.- assign variable value via
variable assign
|variable set
snippet. iterate files
snippet for iterating specific file extensions inside a path.- read/expand variable value via
var
|variable read
|variable expand
snippet.
v5.0.0
5.0.0
- Default command substitution to
$(command)
. - Default variable expansion to
"${variable}"
. - Unified
TAB
ordering. - Some functions and snippets enhanced.
- Descriptive aliases added to some snippets.