Giter Site home page Giter Site logo

[feature request] command line app about whichspace HOT 9 OPEN

gechr avatar gechr commented on September 28, 2024 2
[feature request] command line app

from whichspace.

Comments (9)

davidpurnell avatar davidpurnell commented on September 28, 2024 1

Yep. I used to query Whichspace this way to get the current space index and then used that in earlier versions of my KM macros. Pretty sure I've seen some of your macros on the forum. I'm a lurker there but perhaps it's time to start posting!

from whichspace.

vemv avatar vemv commented on September 28, 2024

+1, I'd love this and am willing to sponsor this feature

from whichspace.

davidpurnell avatar davidpurnell commented on September 28, 2024

Hello,

I had a need for a command line utility as well so I grabbed the WhichSpace function that queries the spaces info and wrapped it in a command line swift app.

You can find it here: https://github.com/davidpurnell/SpaceInfo

from whichspace.

vemv avatar vemv commented on September 28, 2024

Cheers! Starred, will give it a spin

I discovered / was using https://github.com/alt-jero/McSpaces in the meantime, it works fine, but bit of a raw one.

from whichspace.

davidpurnell avatar davidpurnell commented on September 28, 2024

Ah, McSpaces is giving UUIDs. My version outputs integers incremented from 1. I'm using it in some Keyboard Maestro macros so my use case required simple numbering of spaces. Hope that works for you!

from whichspace.

vemv avatar vemv commented on September 28, 2024

Yes actually my usage of McSpaces was pretty hacky. It gives you a blank UUID for Space #1, and an actual UUID for the rest.

By coincidence, I was only interested in querying "am I in space #1?" so getting a blank UUID was enough πŸ˜„

A number-based approach is more robust and allows more use cases.

from whichspace.

ChristinWhite avatar ChristinWhite commented on September 28, 2024

If you guys don’t mind sharing, what kinds of things are you using this for? KM macros sound interesting.

from whichspace.

davidpurnell avatar davidpurnell commented on September 28, 2024

I have several KM macros that move windows around between multiple displays and spaces. These macros need to know what current space and/or display index the frontmost window is located on.

Just trying to keep my hands on the keyboard and off the mouse as much as possible...

If you want to take a look at my macros, they are here: github.com/davidpurnell/km-macros

from whichspace.

jim-sauer avatar jim-sauer commented on September 28, 2024

I have several KM macros that move windows around between multiple displays and spaces. These macros need to know what current space and/or display index the frontmost window is located on.

@davidpurnell, SpaceInfo looks cool. You may know this already, but if WhichSpace is running, you can get the current space with AppleScript:

tell application "System Events" to tell process "WhichSpace" to set temp to (title of menu bar items of menu bar 1)
return item 1 of temp

I'm going to check out your macros on GitHub. Have you shared them on the KM Forum? If not consider doing so. It's a great place to share KM ideas.

I've also developed a set of KM macros to manage spaces; there are on the forum: Desktop Spaces β€’ Macros for Navigation and Window Management

from whichspace.

Related Issues (20)

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.