From e616b8cd06da093549d5867b40027bb535444e6e Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 12 Nov 2024 14:30:17 +0000 Subject: [PATCH 1/8] Add inquirer to CLI tools --- docs/pages/libraries/clis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index bff605e0..006d39b2 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -18,3 +18,4 @@ parent: Recommended libraries | Name | Short description | 🚦 | | ------------------------------- | ----------------------- | :-: | | [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | From 5dc44d6575856cf835a56c3a22a72dba42cbac00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:33:21 +0000 Subject: [PATCH 2/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/libraries/clis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 006d39b2..4a2711eb 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -15,7 +15,7 @@ parent: Recommended libraries ### Other useful tools for CLIs -| Name | Short description | 🚦 | -| ------------------------------- | ----------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | +| Name | Short description | 🚦 | +| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | From 5c39dcc5e3e80a36e074d7ef0064e922438a9ddb Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 12 Nov 2024 14:44:40 +0000 Subject: [PATCH 3/8] Fix markdown Co-authored-by: Sam Cunliffe --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 4a2711eb..607ff8e0 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -16,6 +16,6 @@ parent: Recommended libraries ### Other useful tools for CLIs | Name | Short description | 🚦 | -| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | +| ------------------------------------------------------ | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | From a3fce7e8eeb123d259e7f859068f80b0b6580ea2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:44:54 +0000 Subject: [PATCH 4/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 607ff8e0..4a2711eb 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -16,6 +16,6 @@ parent: Recommended libraries ### Other useful tools for CLIs | Name | Short description | 🚦 | -| ------------------------------------------------------ | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | +| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | From 6fd60598cdf04f6cc1451545f33732a05d9f1135 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 12 Nov 2024 17:07:11 +0000 Subject: [PATCH 5/8] Update docs/pages/libraries/clis.md Co-authored-by: Sam Cunliffe --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 4a2711eb..607ff8e0 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -16,6 +16,6 @@ parent: Recommended libraries ### Other useful tools for CLIs | Name | Short description | 🚦 | -| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | +| ------------------------------------------------------ | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | From bae993607ae09a1d4d22faa60920009d56396dc3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:07:24 +0000 Subject: [PATCH 6/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 607ff8e0..4a2711eb 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -16,6 +16,6 @@ parent: Recommended libraries ### Other useful tools for CLIs | Name | Short description | 🚦 | -| ------------------------------------------------------ | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] (https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | +| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | From 3432599b614aaa9192c7e905584660f0fd37fd30 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 12 Nov 2024 17:08:26 +0000 Subject: [PATCH 7/8] Fix markdown for good --- docs/pages/libraries/clis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index 4a2711eb..a50850af 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -18,4 +18,4 @@ parent: Recommended libraries | Name | Short description | 🚦 | | -------------------------------------------------------- | -------------------------------------------------------------- | :-: | | [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | -| [inquirer] () | Collection of common interactive command line user interfaces. | 🟢 | +| [inquirer](https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 | From 63f97d5c42d04ee66c2f4c0409c3d7cb5ffcba53 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:08:47 +0000 Subject: [PATCH 8/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index a50850af..87305914 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -15,7 +15,7 @@ parent: Recommended libraries ### Other useful tools for CLIs -| Name | Short description | 🚦 | -| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| Name | Short description | 🚦 | +| ----------------------------------------------------- | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | | [inquirer](https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 |