GithubHelp home page GithubHelp logo

jonnobrow / dev-toys-cli Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 73 KB

A CLI based Swiss Army Knife for Developer. Inspired by DevToys: https://github.com/veler/DevToys

License: GNU General Public License v3.0

Go 100.00%

dev-toys-cli's Introduction

dev-toys-cli

pre-commit GitHub release (latest SemVer) GitHub Workflow Status GitHub

This project is no longer maintained. I have no use for this particularly since I tend to use the native tools installed on remote servers and installing a 3rd party tool is not possible. Feel free to fork if you are interested.

A CLI based Swiss Army Knife for Developer. Inspired by DevToys.

Install

From Source

go install github.com/jonnobrow/dev-toys-cli/cmd/dev-toys@latest

dev-toys-cli's People

Contributors

jonnobrow avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

dev-toys-cli's Issues

Notification Expiry

Currently notifications stay forever. It would be nice if notifications expired after some period of time.

Initial Plan and Motivation

Overview of DevToysCli

DevToysCli will be a CLI based, multi-platform recreation of DevToys.

Initial Feature Set

Tech Stack

  • Go: Language of choice, as it is cross platform and lightweight
  • bubbletea: TUI library for Go

Support calling commands without using TUI

Sometimes the TUI might get in the way, especially as there doesn't seem to be a way to use bubbletea in a pipe chain (e.g. dev-toys-cli | ... will fail). Therefore it would be nice to see a way to run specific commands without using the TUI.

Example of Usage

# Full Version
echo "some-json" | dev-toys-cli converter json-to-yaml > some.yaml
# Compact Version
echo "some-json" | dev-toys-cli c json-to-yaml > some.yaml
# Format
dev-toys-cli [--clipboard] [category] [command]

Details

  • --clipboard use clipboard as input rather than stdin
  • category: Fullname or shortened
    • converter, c
    • generator, g
    • encoder, e
    • formatter, f
    • text, t
  • command: Lowercase, dash delimited command name
    • e.g. json-to-yaml, yaml-to-json, secret-16, base64-enc

Number Base Converters

  • Support Common Number Bases (Binary, Octal, Denary/Decimal, Hexadecimal)
  • Support Other Bases (2-16)

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.