This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Releases: andkaha/shell-toolbox
Releases · andkaha/shell-toolbox
Release 2.0.0 (20210821)
Release 2.0.0 (20210821)
- Start using semantic versioning (https://semver.org/), starting at 2.0.0 to signal the backwards-incompatible change in the
-vcommand line option to theshellutility (see below). -vnow used to cancel effect of-q(use-Vfor version output).- Pre-formatted markdown manual removed.
- Generation of markdown manual removed.
Release 20190528
Release 20190528
paxorcpwill be used to copy the skeleton directory, rather thantarorcp.make checknow now runsshellcheckon the shell script, andmandoc -T linton the manuals. The tests are skipped if the needed tools are not found byconfigure.- Several simplifications and cosmetic changes to the code.
- When using
-d, require that the given directory exists. - Add
-Sto disable the copying of the skeleton directory.
Release 20180719
Release 20180719
- A skeleton directory (to pre-populate the temporary working
directory with) may be specified by setting theSHELL_SKEL
environment variable to the path of a directory. This environment
variable is not used if the command line option-sor-dis used. /bin/shis used ifSHELLis empty or unset and no other shell is
specified.
Release 20180422
Release 20180422
- Added
NEWSfile. - Added
-qoption for quiet operation. - Added
-voption to output version information. - Added
USR1signal handler that will stop the temporary directory from being deleted when the shell exits (as if-khad been used from the start). - Let the
configurescript figure out whethermktemp -tadds.XXXXXXXXto the end of the given template or not. - Don't choke on directories whose name start with a dash.
- Now properly tested on FreeBSD 11.1.
Release 20180415
Release 20180415
- Fixed GitHub issue #1, "Centos 7 several shells with the same name".
- Fixed GitHub issue #2, "Comparison null string to zero (int)"
- Added manual.
- Added -f option to force running the given command (bypasses check for valid login shell).
- Added -s option for specifying a "skeleton" directory whose contents will be (recursively) copied into the newly created temporary directory.
- Updated static list of shells on Solaris with shells from the shells(4) manual on a Solaris 11.4-beta system.
- Set HOME to the temporary directory.
Release 20180408
First real release of the shell toolbox.