nu_plugin_charset

Crates.ionu_plugin_charset
lib.rsnu_plugin_charset
version0.1.2
sourcesrc
created_at2023-08-15 00:15:44.939332
updated_at2023-08-18 23:15:44.952286
descriptionA nushell plugin for converting charsets.
homepage
repositoryhttps://github.com/horasal/nu_plugin_charset
max_upload_size
id944644
size224,308
Horasal (horasal)

documentation

README

A nushell plugin for converting charsets.

Installation

cargo install nu_plugin_charset
register ~/.cargo/bin/nu_plugin_charset

Usage

  • Use charset to detect charset of input. screenshot

  • Use charset decode to convert input to utf string. screenshot

    or convert to a given charset screenshot

  • Use charset encode ENCODING_NAME to convert utf string to a given charset screenshot

Commit count: 10

cargo fmt