mirror of
https://github.com/nushell/nushell.git
synced 2025-07-08 10:27:47 +02:00
related to
- https://github.com/nushell/nushell/issues/11041
- https://github.com/nushell/nu_scripts/pull/674
cc/ @FMotalleb
# Description
reading the [frontpage of the standard
library](https://github.com/nushell/nushell/blob/main/crates/nu-std/README.md#--welcome-to-the-standard-library-of-nushell--)
and according to the last Nushell meeting, i has been agreed that `std
clip` does not belong to the standard library 😮
- it is not written in pure Nushell and requires external dependencies
which might not even work properly as in
https://github.com/nushell/nushell/issues/11041
- it is not a building block to build more complex applications
this PR deprecates the `std clip` command in favor of [`modules/system
clip`](https://github.com/nushell/nu_scripts/pull/674) for now.
the `std clip` command will be removed in Nushell 0.89.
# User-Facing Changes
the deprecation warning:

> **Note**
> the link has been changed to the `nu_scripts` in fa6c17da0
according
to the review comments
# Tests + Formatting
# After Submitting
this will have to be mentionned in the next release note, namely the
slight differences between the two commands.