GithubHelp home page GithubHelp logo

insert-username / subl-base64-decode-popup Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 33 KB

A simple plugin which previews Base64 and Base64Url encoded strings in Sublime Text.

License: MIT License

Python 94.80% Shell 5.20%

subl-base64-decode-popup's Introduction

Base64 Decode Popup

This utility displays the contents of Base64 and Base64Url encoded strings selected in files.

To Install

This plugin is not yet available on package control. Until it is, manual installation can be performed by:

  1. Clone this repo.
  2. Navigate to your package installation directory (You can do this by opening sublime text and Navigating to Preferences --> Browse Packages).
  3. Copy the base64_decode_popup directory into the installation directory.

Optionally, if you are using Linux, just run install.sh, which will do the same thing.

To Remove

Simply delete the folder you created during the install, or use Package Control: PackageControl: Remove Package --> base64-decode-popup.

Usage

Select a base64 encoded string. The resulting decoded string is displayed in a popup by the cursor.

Example

using the plugin

Configuration

The following settings can be used to configure plugin behavior.

"base64_decode_popup": {
    "min_encoded_string_length_inclusive": 1,
    "max_encoded_string_length_exclusive": 1000,

    // ignore whitespace-only strings.
    "encoded_string_ignore_filter_regex" : "^\\s+$",

    // only display strings that are utf8 encoded (may include false-positives).
    "display_non_utf8_byte_arrays": false
}

Development

Prerequisites

Python 3.3.6 or later.

Test

Use ./test.sh to run the unit tests.

Contributing

Use git flow and Semantic Versioning rules for contributions.

subl-base64-decode-popup's People

Contributors

insert-username avatar

Stargazers

Eric Milgram avatar

Watchers

James Cloos avatar  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.