GithubHelp home page GithubHelp logo

jonnobrow / dev-toys-cli Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.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

๐Ÿ˜„ Hi, I'm Jonathan

I'm twenty four, my pronouns are he/him and I'm working for Sky and continuing to learn.

My new projects live on GitHub, but some older projects are still available on my Gitlab.

โšก Some more about what I'm doing

  • ๐Ÿ’ป Day Job: I'm working for Sky as Site Reliability Engineer
  • ๐Ÿ”ญ Main Personal Projects:

๐Ÿ’ฌ Want to learn a bit more about me or get in touch?

dev-toys-cli's People

Contributors

jonnobrow avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

dev-toys-cli's Issues

Number Base Converters

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

Notification Expiry

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

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

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

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.