Skip to content

Releases: yousefvand/shellman

v4.10.0

31 Jan 13:29
Compare
Choose a tag to compare
  • fn/fx urlencode: Encode URL.
  • fn/fx urldecode: Decode URL.

v4.9.0

14 Jan 07:31
Compare
Choose a tag to compare
  • string random: Random string from provided characters with desired length.

v4.7.0

11 Jul 14:46
Compare
Choose a tag to compare
  • New Shellman ebook release. Download free ebook (pdf, epub, mobi)
  • Fixed issues #20 and #21.
  • directory
    • directory delete nested | directory remove nested: delete directory and all contents.
  • Updated summary snippet to include exit codes.
  • Added loop to while and until prefix.
  • Added samples:

v4.6.0

05 Jul 13:39
Compare
Choose a tag to compare
  • Fixed issue #19
  • Handle events event ...
    • exit: Run commands when script exits.
    • CTRL+C: Run commands when script is interrupted.
  • Animation
  • String
    • Concat: Concatenate two strings.

v4.5.0

23 May 20:12
45eaeb4
Compare
Choose a tag to compare
  • Renice process and sub processes. PR by @jakiro2017.
  • archive...
    • Compress/decompress file/directory to/from .tar.xz

v4.4.0

07 Feb 15:10
Compare
Choose a tag to compare
  • Fixed issue #13. Thanks to @wangyuew.
  • fn/fx [version | semver] compare
    • Compare two semver versions. Function compares first argument with the second and returns >, < or =.
  • string substring [count | frequency]: Frequency of a substring in a string. You may need character escaping, for example if string is 1.2.3 and substring is . then substring should be \. when passed to command.

v4.3.1

03 Apr 14:51
Compare
Choose a tag to compare
  • Fixed #10 in math namespace.
  • Some enhancements in math namespace.

v4.3.0

10 Feb 22:50
Compare
Choose a tag to compare
  • Process commands process ...
    • list: List all processes.
    • id: Get process ID by name.
    • kill: Kill process by name.
  • cmd renice: Change running process priority.

v4.2.0

07 Jan 10:16
Compare
Choose a tag to compare
  • Shellman ebook available for download.
  • math fn/fx
    • sum: Calculate sum of given integers.
    • product: Calculate product of given integers.
    • average: Calculate average of given integers.

v4.1.1

20 Dec 21:06
Compare
Choose a tag to compare
  • Minor bugs fixed.
  • let added for arithmetic operations.