Giter VIP home page Giter VIP logo

enders's Introduction

Ende

Simple encode/decode tool written in rust!

Usage

$ ende
Simple encode/decode tool written in rust!

Usage: ende <COMMAND>

Commands:
  enb64    base64 encode given text
  deb64    base64 encode given text
  enb32    base32 encode given text
  deb32    base32 encode given text
  enb16    base16 encode given text
  deb16    base16 encode given text
  enhex    hex encode given text
  dehex    hex encode given text
  enhtml   HTML encode given text
  dehtml   HTML encode given text
  enurl    URL encode given text
  deurl    URL decode given text
  enrot13  Rot13 encode given text
  derot13  Rot13 encode given text
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Examples

URL encode

$ ende 'enurl hello world'
hello%20world

$ ende deurl 'hello%20world'
hello world

Base16

$ ende enb16 'hello world'
68656C6C6F20776F726C64

$ ende deb16 68656C6C6F20776F726C64
hello world

Base64:

$ echo "asdf asdf" | ende enb64 -
YXNkZiBhc2Rm

$ echo YXNkZiBhc2Rm | ende deb64 -
asdf asdf

Shell Completion

Ende supports bash, elvish, fish, powershell, zsh shell copletion.

$ source <(ende generate bash)

TODO

Encodings:

  • base64
  • base32
  • base16
  • url
  • html
  • hex

Converts:

  • csv2json
  • json2csv

Encryption:

  • rot13

enders's People

Contributors

hatsat32 avatar

Stargazers

Mücahit Emre Kabaoğlu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.