Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Releases: diantonioandrea/CLIbrary

CLIbrary v1.10.0

30 Apr 07:22
d885b80
Compare
Choose a tag to compare

Added command history and history navigation.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

and verified by:

python3 -m CLIbrary

CLIbrary v1.9.0

29 Apr 08:05
Compare
Choose a tag to compare

Added tab-completion and command hinting to CLIbrary.cmdIn.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

and verified by:

python3 -m CLIbrary

CLIbrary v1.8.1

22 Apr 15:44
Compare
Choose a tag to compare

New optionParser function and caseSensitive global setting.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

and verified by:

python3 -m CLIbrary

CLIbrary v1.7.2

20 Apr 14:26
Compare
Choose a tag to compare

New description and minor corrections and changes.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

and verified by:

python3 -m CLIbrary

CLIbrary v1.7.0

15 Apr 06:43
Compare
Choose a tag to compare

Added installation verification.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

and verified by:

python3 -m CLIbrary

CLIbrary v1.6.2

13 Apr 07:24
Compare
Choose a tag to compare

Added placeholders for dates.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

CLIbrary v1.5.0

10 Mar 11:07
Compare
Choose a tag to compare

Rewritten many parts of the code to ensure consistency.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

CLIbrary v1.4.3

09 Mar 15:12
Compare
Choose a tag to compare

Added file extension setting and empty option for strings.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install --upgrade CLIbrary

CLIbrary v1.3.0

03 Mar 11:18
Compare
Choose a tag to compare

Added plain mode as a global setting.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install CLIbrary

CLIbrary v1.2.1

27 Feb 16:37
Compare
Choose a tag to compare

Added dark mode as a global setting.
Refer to the documentation.
More on PyPI.

CLIbrary can be installed by:

python3 -m pip install CLIbrary