command-center
command-center copied to clipboard
A CLI-based launcher and general productivity tool.
There are no tests right now and that makes it really easy to break things. "Add tests" is too broad of an issue, so for now the focus should probably...
Here's a reference to one implementation: http://www.wox.one/plugin/60 In addition to this, there is an opportunity to integrate the auto language detection (which I barely started [here](https://github.com/reibitto/command-center/blob/master/core/src/main/scala/commandcenter/locale/Language.scala)). It might also help...
Not all commands would need this, but the option to add a hook for tab completion would be nice.
The theme is currently hardcoded: https://github.com/reibitto/command-center/blob/9da3aa7c080c15d98e81f91db1b57e224b6ef957/daemon/src/main/scala/commandcenter/daemon/ui/SwingTerminal.scala#L33 Instead, it should be put in application.conf and read from there. Only if there's no theme defined in the conf file should the default...
Opens Google Maps (or configurable alternatives). Should also support directions, something like `from X to Y`, `directions X to Y`, etc.
Each one should be its own Command object, but we can also add them to the general `encode` alias that maps to all of them. Some that I had in...
This is useful for translating key codes and putting them into your clipboard. Reference: https://github.com/vitorgalvao/alfred-workflows/tree/master/KeyCodes
A command for searching emojis by name and then copying it into your clipboard.
Something similar to this: https://github.com/bevesce/unicode-symbols-search