Skip to content

Releases: nexssp/cli

2.1.32

21 Sep 17:31
Compare
Choose a tag to compare
  • Many improvements to display and functionality. First display (JSON) is colored so it is easier to read.
  • More languages implemented to different distributions,
  • Read Stdin - Now to use this pipe feature on Windows eg nexss Id --nxsAs="A" | nexss Id --nxsAs="B" you need to run by /bin/nexss.ps1. It is not defined automatically. For now npm does not install it automatically,
  • Cleanups and fixes..
  • much more..

2.1.26

17 Sep 19:45
Compare
Choose a tag to compare

Fixed not displaying after program run. (Quick fix)

2.1.25

17 Sep 19:05
Compare
Choose a tag to compare
  • Added Amazon Linux 2,
  • Added coloring to json display by Nexss Programmer,
  • Remove unnecessary next line (console.log)
  • Cleanups and more

2.1.23

16 Sep 18:15
Compare
Choose a tag to compare
  • Added OpenSuse Leap and Tumbleweed
  • Added memory global var
  • Added example with memory usage
  • as always cleanups and fixes.

2.1.21

15 Sep 17:43
Compare
Choose a tag to compare
  • tar.gz for FS/Unpack
  • __dirname - for .nexss files
  • cleanups and more

2.1.19

13 Sep 18:02
Compare
Choose a tag to compare
  • New function 'nexss ext install' - which installs the environments so for example install for python whould be nexss py install, for rust nexss rs install and so on..
  • More languages implemented for many distros,
  • Fixes and cleanups

2.1.18

12 Sep 21:04
Compare
Choose a tag to compare
  • more info on nexss --env like OS distro, and kernel information
  • fix for error display (was hanging on some distros - eg Ubuntu, Fedora) - fixed for all distros.
  • cleanups, dockerfiles changes etc..

2.1.17

11 Sep 22:22
Compare
Choose a tag to compare
  • more tests and cleanups

2.1.16

11 Sep 11:32
Compare
Choose a tag to compare
  • Few adjustments for all linux distributions (Arch fix)

2.1.15

11 Sep 09:58
Compare
Choose a tag to compare
  • Added support for Oracle Linux 7 and 8
  • Removed dependency of 'which' and modified to 'command'
  • Added distrubution number recognition
    and more..