toolbox

command module
v0.0.0-...-0a193b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Toolbox CLI

A simple webdev utility program that allows developers to quickly validate and format JSON code, convert from UNIX epoch to timestamp and back, validate URLs, spin up a simple server and more.

Toolbox is meant to be used with the system clipboard to help developers quickly switch contexts without having to cat and pipe files or output streams.

Example

# Validate JSON
# toolbox will use whatever you have in your most recent clipboard
toolbox json 

# Format JSON
toolbox json --format 4

TODO

  • [] Format JSON array as well as object
  • [] File as input (--file)
  • [] Ruby hash to json
  • [] XML validation and formatting
  • [] YAML linting.
  • [] JSON minification
  • [] UNIX epoch / timestamp conversions
  • [] CSS minification
  • [] URL validation
  • [] URL parser
  • [] Simple dev server

References:

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL