Skip to content

Releases: Andrew15-5/niceshell

v2.0.3

07 Feb 17:33
208270f
Compare
Choose a tag to compare
Updated TODO list and minor fixes

Added test parameter description of gnu_coreutils.pwd().
Removed redundant '$' from regex in extra.list_dirs().

v2.0.2

21 Jan 03:57
1e653ba
Compare
Choose a tag to compare
Updated gnu_coreutils.pwd(), added its tests

Removed long_args parameter (sh gives error).
Added test parameter (as every other gnu_coreutils functions has it).
Therefore added 3 tests.

v2.0.1

21 Jan 03:44
47d8163
Compare
Choose a tag to compare
Added type for test parameter in gnu_coreutils.cd()

Removed "short_args=" from its tests.

v2.0.0

21 Jan 03:47
c9a6eac
Compare
Choose a tag to compare
Repositioned parameters in functions in gnu_coreutils module

Moved short_args and long_args closer to path parameters as they are
used more often than batch and sudo parameters. Hence decreased use
of keyword arguments (e.g., "short_args="). Hence improved readability.
Affected functions: cp(), ln(), ls(), mv(), rm().

v1.3.1

21 Jan 01:56
cee76e8
Compare
Choose a tag to compare
Fixed typo in description of core.Shell.get_lines()

v1.3.0

21 Jan 01:50
ad22efa
Compare
Choose a tag to compare
Added gnu_coreutils.pwd()

v1.2.0

21 Jan 00:38
b6b88fc
Compare
Choose a tag to compare
Upgraded list_dirs() and list_files() in extra module

Added hidden and non_hidden parameters to expand functionality.

v1.1.0

20 Jan 18:48
2c6cc5a
Compare
Choose a tag to compare
Added list_dirs() and list_files() in extra module

v1.0.3

20 Jan 15:26
4d36d7d
Compare
Choose a tag to compare
Fixed shell chaining

v1.0.2

20 Jan 14:39
b1d2055
Compare
Choose a tag to compare
Removed test for extra.force_sudo_password_promt()

It removes user's sudo timestamp which may be inconvenient.
Removed meaningless quantifier "{1}" from gnu_coreutils.cd().
Formatted comments in test files to impove consistency and readability.