Coder Social home page Coder Social logo

isometry / alfred-tty Goto Github PK

View Code? Open in Web Editor NEW
105.0 105.0 0.0 43 KB

Alfred Workflow to quickly switch between or close iTerm windows, tabs and panes based on title and tty

License: MIT License

Makefile 1.32% JavaScript 98.68%
alfred-workflow alfred3-workflow iterm2 jxa macos ssh

alfred-tty's People

Contributors

isometry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

alfred-tty's Issues

Add case insensitive search

Currently if tab has case sensitive name like sVim:

2019-07-24 at 18 03

If you search for just svim, nothing will be returned:

2019-07-24 at 18 03

It does not actually jump to iTerm tab

Not really sure why that happens but pressing on the result does nothing.

I get this error when running it and selecting some result :

[2017-09-11 23:33:42][ERROR: action.script] /Users/nikivi/alfred/Alfred.alfredpreferences/workflows/user.workflow.E3DFF5F0-0F9C-4174-952D-FB2804EAA834/action-tty.js:1:36: script error: Error on line 2: SyntaxError: Unexpected token '='. Expected a ')' or a ',' after a parameter declaration. (-2700)

typo in link

Link says it's going to deanishe/alfred-ssh, it goes to deanish/alfred-ssh

freezes iTerm

Hi,

I'm using iTerm2 3.1.beta.9 but when I try to select a tab using the new tty workflow it just freezes up iTerm2 altogether. I'm not able to select any tab, and I'm not able to type in the tab that is open.

I'd be happy to help debug if I can get you some more information to help.

Brad

How to use the action.js script to go to a specified iTerm tab?

I want to make a hotkey that would open the second tab of iTerm when activated.

I tried to transfer the main part of the code like so :

function run(args)
{
var iterm = Application(getenv("iterm_application", "com.googlecode.iterm2"));
var win = iterm.windows[0];
var tab = win.tabs[2];
var ses = tab.sessions[0];
tab.select()
}

Also I call this JXA from Keyboard Maestro like so :

2017-10-04 at 13 22

I am quite new to JXA but I am kind of confused by this.

Thank you for any help.

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.