|
9 | 9 |
|
10 | 10 | The watermint toolbox is the multi-purpose utility command-line tool for web services including Dropbox, Figma, GitHub, etc. The purpose of the tool is to provide users of cloud services and system administrators with a way to automate workflows and provide a work-around for some issues. |
11 | 11 |
|
| 12 | +# ⚠️ Maintenance Status |
| 13 | + |
| 14 | +**⚠️ Important Notice: This project is no longer actively maintained.** |
| 15 | + |
| 16 | +As of August 2025, this project has entered Keep The Lights On (KTLO) mode. While the current version will continue to function, no new features, bug fixes, or API updates will be implemented. Only minimal security updates may be applied as needed. |
| 17 | + |
| 18 | +For more details about this decision and recommendations for alternatives, please see: [Project Maintenance Status - Discussion #911](https://github.com/watermint/toolbox/discussions/911) |
| 19 | + |
12 | 20 | # Licensing & Disclaimers |
13 | 21 |
|
14 | 22 | watermint toolbox is licensed under the Apache License, Version 2.0. |
@@ -45,8 +53,8 @@ In general, new security issues are discovered every day. To avoid leaving these |
45 | 53 |
|
46 | 54 | # Announcements |
47 | 55 |
|
| 56 | +* [#911 watermint toolbox will no longer be actively maintained](https://github.com/watermint/toolbox/discussions/911) |
48 | 57 | * [#906 AI Powered Q&A Bot on ChatGPT](https://github.com/watermint/toolbox/discussions/906) |
49 | | -* [#905 Deprecation: Some of utilities command will be removed after release of 2025-08-01](https://github.com/watermint/toolbox/discussions/905) |
50 | 58 |
|
51 | 59 | # Security and privacy |
52 | 60 |
|
@@ -91,6 +99,8 @@ watermint toolbox xx.x.xxx |
91 | 99 | © 2016-2025 Takayuki Okazaki |
92 | 100 | Licensed under open source licenses. Use the `license` command for more detail. |
93 | 101 |
|
| 102 | +This project is no longer actively maintained. For more details, see: https://github.com/watermint/toolbox/discussions/911 |
| 103 | +
|
94 | 104 | Tools for Dropbox and Dropbox for Teams |
95 | 105 |
|
96 | 106 | Usage: |
@@ -411,11 +421,6 @@ Available commands: |
411 | 421 | | [util text case up](docs/commands/util-text-case-up.md) | Print upper case text | |
412 | 422 | | [util text encoding from](docs/commands/util-text-encoding-from.md) | Convert text encoding to UTF-8 text file from specified encoding. | |
413 | 423 | | [util text encoding to](docs/commands/util-text-encoding-to.md) | Convert text encoding to specified encoding from UTF-8 text file. | |
414 | | -| [util text nlp english entity](docs/commands/util-text-nlp-english-entity.md) | Split English text into entities | |
415 | | -| [util text nlp english sentence](docs/commands/util-text-nlp-english-sentence.md) | Split English text into sentences | |
416 | | -| [util text nlp english token](docs/commands/util-text-nlp-english-token.md) | Split English text into tokens | |
417 | | -| [util text nlp japanese token](docs/commands/util-text-nlp-japanese-token.md) | Tokenize Japanese text | |
418 | | -| [util text nlp japanese wakati](docs/commands/util-text-nlp-japanese-wakati.md) | Wakachigaki (tokenize Japanese text) | |
419 | 424 | | [util tidy move dispatch](docs/commands/util-tidy-move-dispatch.md) | Dispatch files | |
420 | 425 | | [util tidy move simple](docs/commands/util-tidy-move-simple.md) | Archive local files | |
421 | 426 | | [util time now](docs/commands/util-time-now.md) | Display current time | |
|
0 commit comments