Giter Site home page Giter Site logo

sublime_live_console's Introduction

Sublime Text 3 : Live Console

A sublime live view that lists all available "sublime consoles". A "sublime console" is a view of buttons that map to Sublime Text 3 commands. They are configured by placing a file called "XXXX.sublime-console" in your plugins package directory.

See sublime live console example for an example console.

Note: If there is only one console found by the command, then it will be displayed, rather than showing the user a list of available consoles.

The provided command can also be given parameters to explicitly tell it what console to use and thus by pass the list of available consoles.

The idea behind this plugin is:

  • Plugin developers could provide a console for the commands available with their plugins.
  • Users could also create their own XXXX.sublime-console files that pull together functionality they'd like in one place.

Install:

You'll need Sublime Text 3

Clone this repository into your Sublime Text Packages directory.

OSX:
    ~/Library/Application Support/Sublime Text 3
Linux:
    ~/.config/sublime-text-3/Packages
Windows:
    %APPDATA%\Sublime Text 3\Packages

git clone https://github.com/sligodave/sublime_live_console.git LiveConsole
cd LiveConsole
git submodule init
git submodule update

Open Sublime Text 3

Open Sublime Text 3's Python Prompt and run the todo load command:

CTRL + `
Type: window.run_command('live_console')

You can of course also create a key mapping to run the live console command.

Issues / Suggestions:

Send on any suggestions or issues.

Copyright and license

Copyright 2013 David Higgins

MIT License

sublime_live_console's People

Contributors

sligodave avatar

Watchers

JT5D avatar  avatar

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.