Coder Social home page Coder Social logo

steno's Introduction

steno

⌨️ A simple SSH shortcut menu for OS X

Mission Statement

Running scripts is a breeze when you can run your scripts with other scripts, but don't you hate opening up terminal?

Use Case

Steno is a place to put all those scripts in plain site separated by your own grouping (work, home, garden, etc)

Example Configuration

{
  "groups": [
    {
      "name": "testing",
      "commands": [
        {
          "name": "echo",
          "command": "echo 'testing'",
          "type": "background"
        },
        {
          "name": "echo input",
          "command": "echo 'hello {name}'",
          "args": {
            "name": "Please enter your name"
          },
          "type": "background"
        },
        {
          "name": "copy",
          "command": "echo 'check this out' | pbcopy",
          "type": "async"
        },
        {
          "name": "cd",
          "command": "cd;cd Desktop;",
          "type": "async"
        },
        {
          "name": "mkdir",
          "command": "cd;cd Desktop;mkdir steno;",
          "type": "async"
        },
        {
          "name": "curl",
          "command": "curl -i www.google.com",
          "type": "async"
        },
        {
          "name": "curl and write to file",
          "command": "cd;cd Desktop;mkdir steno;cd steno;curl www.google.com > google.html",
          "type": "async"
        },
        {
          "name": "input echo",
          "command": "echo \"your name is {name}\"",
          "args": {
            "name": "What is your name"
          },
          "type": "async"
        }
      ]
    }
  ]
}

steno's People

Contributors

gabrielcsapo avatar

Stargazers

idoxtreme avatar Stefano Teodorani avatar Nilesh Kulkarni avatar Zill Christian avatar

Watchers

James Cloos avatar  avatar  avatar

steno's Issues

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.