command-center
command-center copied to clipboard
A CLI-based launcher and general productivity tool.
Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from 2.0.1 to 2.0.2. [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.0.2) - [Version Diff](https://github.com/zio/zio/compare/v2.0.1...v2.0.2) I'll automatically update this PR to resolve conflicts as long as...
Updates * [com.softwaremill.sttp.client3:circe](https://github.com/softwaremill/sttp) * [com.softwaremill.sttp.client3:core](https://github.com/softwaremill/sttp) * [com.softwaremill.sttp.client3:zio](https://github.com/softwaremill/sttp) from 3.7.4 to 3.7.6. [GitHub Release Notes](https://github.com/softwaremill/sttp/releases/tag/v3.7.6) - [Version Diff](https://github.com/softwaremill/sttp/compare/v3.7.4...v3.7.6) I'll automatically update this PR to resolve conflicts as long as you don't...
You should be able to set shortcuts for your commands (for example, cmd+G for Google, etc). If a single shortcut is bound to multiple commands, select the one with the...
#11
The README is going to continue to grow as more commands are added. And I want to add more details about each command. That's why it probably makes sense to...
The file that needs to be modified is [SwitchWindowCommand.scala](https://github.com/reibitto/command-center/blob/81663de8615a67cbdf03f119a26ab8ddbd4c8925/core/src/main/scala/commandcenter/command/SwitchWindowCommand.scala#L12) I don't know if jna-platform has all the functions necessary to make this possible for macOS and Linux. If they're not...
Some ideas for additional actions: - [ ] Minimize all windows for a particular monitor - [ ] ["Almost maximize"](https://github.com/rxhanson/Rectangle#almost-maximize) like in Rectangle - [ ] Refactor `GlobalAction` to be...
Currently the window manager actions are written for Windows. We should also support macOS and Linux. It's mostly a matter of porting [these methods](https://github.com/reibitto/command-center/blob/70ca2b716ff3569b83b59b95076728cc0a09d68b/emulator-core/src/main/scala/commandcenter/GlobalActions.scala) and adding cases for `OS.MacOS` and...
I don't know the feasibility of this, but looking into alternative terminal emulators might be nice. The Swing one I created seems to work fine and all, but I imagine...
I've implemented this for a couple of languages, but others are welcome too if you want to work on them. I'll keep a checklist here. - [x] Java, Scala (and...