Code Monkey home page Code Monkey logo

eg's Introduction

Hi there, I'm Gast贸n 馃憢

I'm a software engineer with more than a decade of experience. I've been doing back-end development in Node.js for a while in diverse areas including fintech, gaming, and blockchain, as well as experimenting with many other technologies.

I'm currently building a cannabis social network: Cogoland


Soy un desarrollador de software con m谩s de una d茅cada de experiencia. He estado haciendo desarrollo de backend en Node.js por varios a帽os en diversas 谩reas incluyendo fintech, gaming y blockchain, adem谩s de haber estado experimentando con muchas otras tecnolog铆as.

Actualmente estoy desarrollando una red social cann谩bica: Cogoland


Social media

馃 Personal:

馃尡 NFCogos:


Stats

mystreak

eg's People

Contributors

notsag-dev avatar

Watchers

 avatar

eg's Issues

Add cli tools cheat sheet examples to the project's database

Collaborate with eg's cheat sheet db!

eg is a cli tool that can be used to search for and run cheat sheet examples for well-known cli tools. I coded the wiring of the interactive tool to retrieve and quickly run the examples from the app itself (so that it's quicker than copy-pasting them), but I wanted to leave the cheat sheet of examples empty-ish so that we build it together during Hacktoberfest.

My initial idea was to add examples of well-known cli-tools present in unix-based systems. This may include, for example: grep, cut, hawk, chmod, chown, curl, wget, find, etc. I would add also other tools that would as well run on unix-based systems while may not be installed by default.

What you can do to collaborate:

  • Add new cli tools and cheat sheet examples to the json file located at app/tools_info.json (I will add a command for that, but manually editing will do for now)
  • Note that it is possible to add parameters to the commands using curly braces: {{param_name}} so that they are asked for when interactively executing the example. Be consistent when setting parameter names for the same tool as parameter values are cached and will be used as default values when asked for them again. I may normalize names afterwards anyways.
  • When adding a new tool to the json file, get their description from the header of their man page if existing.
  • Remember to leave a comment mentioning on examples of which tool you will be working so that we do not work on the same tools at the same time.

Sample for nslookup:

"nslookup": {
    "description": "Query Internet name servers interactively",
    "examples": [
        {
          "title": "Query A records",
          "description": "",
          "command": "nslookup {{RHOST}}"
       },
       {
         "title": "Query NS records",
         "description": "",
         "command": "nslookup -type=ns {{RHOST}}"
       }
     ],
    "keywords": ["dns"]
}

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.