licenses.dev

nu_plugin_clipboard v0.2.0

A nushell plugin to copy text into clipboard or get text from it.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT136
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
arboard • 3.3.2Image and text handling for the OS clipboard.DIRECT72
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.2.5A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
chrono-humanize • 0.2.3Human-friendly time expressions - similar to Python arrow.humanizeINDIRECT38
chrono • 0.4.39Date and time library for RustINDIRECT37
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
core-graphics-types • 0.1.3Bindings for some fundamental Core Graphics typesINDIRECT4
core-graphics • 0.23.2Bindings to Core Graphics for macOSINDIRECT12
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. INDIRECT17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT16
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
erased-serde • 0.4.5Type-erased Serialize and Serializer traitsINDIRECT7
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fdeflate • 0.3.7Fast specialized deflate implementationINDIRECT1
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT5
foreign-types-macros • 0.2.3An internal crate used by foreign-typesINDIRECT4
foreign-types-shared • 0.3.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.5.0A framework for Rust wrappers over C APIsINDIRECT6
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hermit-abi • 0.4.0Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT17
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
inventory • 0.3.16Typed distributed plugin registrationINDIRECT1
itertools • 0.12.1Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.3.1JPEG decoderINDIRECT0
js-sys • 0.3.76Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lscolors • 0.15.0Colorize paths using the LS_COLORS environment variableINDIRECT10
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
ntapi • 0.4.1FFI bindings for Native APIINDIRECT3
nu-glob • 0.87.1Fork of glob. Support for matching file paths against Unix shell style patterns. INDIRECT0
num-format • 0.4.4A Rust crate for producing string-representations of numbers, formatted according to international standardsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
omnipath • 0.1.6Path utility libraryINDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
png • 0.17.16PNG decoding and encoding library in pure RustINDIRECT8
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
procfs • 0.15.1Interface to the linux procfs pseudo-filesystemINDIRECT71
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
strip-ansi-escapes • 0.2.0Strip ANSI escape sequences from byte streams.INDIRECT6
syn • 2.0.56Parser for Rust source codeINDIRECT3
sys-locale • 0.3.2Small and lightweight library to obtain the active system localeINDIRECT1
terminal_size • 0.1.17Gets the size of your Linux or Windows terminalINDIRECT4
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
typeid • 1.0.2Const TypeId and non-'static TypeIdINDIRECT0
typetag-impl • 0.2.19Implementation detail of the typetag crateINDIRECT4
typetag • 0.2.19Serde serializable and deserializable trait objectsINDIRECT12
unicase • 2.8.0A case-insensitive wrapper around strings.INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
utf8parse • 0.2.2Table-driven UTF-8 parserINDIRECT0
vte_generate_state_changes • 0.1.2Proc macro for generating VTE state changesINDIRECT3
vte • 0.11.1Parser for implementing terminal emulatorsINDIRECT5
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. INDIRECT12
weezl • 0.1.8Fast LZW compression and decompression.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.42.2Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.45.0Rust for WindowsINDIRECT8
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.42.2Import libs for WindowsINDIRECT7
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
x11rb-protocol • 0.13.1Rust bindings to X11INDIRECT0
x11rb • 0.13.1Rust bindings to X11INDIRECT26
MIT34
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
byte-unit • 4.0.19A library for interacting with units of bytes.INDIRECT7
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
crossterm_winapi • 0.9.1WinAPI wrapper that provides some basic simple abstractions around common WinAPI callsINDIRECT3
fancy-regex • 0.11.0An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.INDIRECT6
is-terminal • 0.4.13Test whether a given stream is a terminalINDIRECT12
libproc • 0.14.8A library to get information about running processes - for Mac OS X and LinuxINDIRECT35
libredox • 0.1.3Redox stable ABIINDIRECT2
lru • 0.12.5A LRU cache implementationINDIRECT1
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
nix • 0.27.1Rust friendly bindings to *nix APIsINDIRECT3
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
nu-ansi-term • 0.49.0Library for ANSI terminal colors and styles (bold, underline)INDIRECT9
nu-engine • 0.87.1Nushell's evaluation engineINDIRECT161
nu-path • 0.87.1Path handling library for NushellINDIRECT20
nu-plugin • 0.87.1Functionality for building Nushell pluginsDIRECT166
nu-protocol • 0.87.1Nushell's internal protocols, including its abstract syntax treeDIRECT159
nu-system • 0.87.1Nushell system queryingINDIRECT101
nu-utils • 0.87.1Nushell utility functionsINDIRECT29
objc_id • 0.1.1Rust smart pointers for Objective-C reference counting.INDIRECT3
objc-foundation • 0.1.1Rust wrapper for Objective-C's Foundation framework.INDIRECT5
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
owo-colors • 3.5.0Zero-allocation terminal colors that'll make people go owoINDIRECT0
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
rmp-serde • 1.3.0Serde bindings for RMPINDIRECT11
rmp • 0.8.14Pure Rust MessagePack serialization implementationINDIRECT4
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
smawk • 0.3.2Functions for finding row-minima in a totally monotone matrix.INDIRECT0
sysinfo • 0.29.11Library to get system information such as processes, CPUs, disks, components and networksINDIRECT14
textwrap • 0.15.2Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT3
tiff • 0.9.1TIFF decoding and encoding library in pure RustINDIRECT8
utf8-width • 0.1.7To determine the width of a UTF-8 character by providing its first byte.INDIRECT0
Apache-2.08
PackageRelationDependenciesPublished
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
gethostname • 0.4.3gethostname for all platformsINDIRECT9
miette-derive • 5.10.0Derive macros for miette. Like `thiserror` for Diagnostics.INDIRECT4
miette • 5.10.0Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.INDIRECT34
supports-color • 2.1.0Detects whether a terminal supports color, and gives details about that support.INDIRECT14
supports-hyperlinks • 2.1.0Detects whether a terminal supports rendering hyperlinks.INDIRECT13
supports-unicode • 2.1.0Detects whether a terminal supports unicode.INDIRECT13
unicode-linebreak • 0.1.5Implementation of the Unicode Line Breaking AlgorithmINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception6
PackageRelationDependenciesPublished
io-lifetimes • 1.0.11A low-level I/O ownership and borrowing libraryINDIRECT11
linux-raw-sys • 0.1.4Generated bindings for Linux's userspace APIINDIRECT0
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.36.17Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT34
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
BSL-1.02
PackageRelationDependenciesPublished
clipboard-win • 5.4.0Provides simple way to interact with Windows clipboard.INDIRECT1
error-code • 3.3.1Error codeINDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck • 1.20.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
unknown2
PackageRelationDependenciesPublished
is_ci • 1.2.0Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.INDIRECT0
pure-rust-locales • 0.8.1Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported.INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
mach2 • 0.4.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
CC-PDDC1
PackageRelationDependenciesPublished
pwd • 1.4.0Safe interface to pwd.h INDIRECT7
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
bindgen • 0.69.5Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT32
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.6Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/nu_plugin_clipboard)](https://licenses.dev/cargo/nu_plugin_clipboard)
<a href="https://licenses.dev/cargo/nu_plugin_clipboard">
  <img src="https://licenses.dev/b/cargo/nu_plugin_clipboard" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/cargo/nu_plugin_clipboard/0.2.0)](https://licenses.dev/cargo/nu_plugin_clipboard/0.2.0)
<a href="https://licenses.dev/cargo/nu_plugin_clipboard/0.2.0">
  <img src="https://licenses.dev/b/cargo/nu_plugin_clipboard/0.2.0" alt="licenses" />
</a>
GitHub