DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

Option to minimize to system tray, with surfacing of relevant tools upon successful clipboard autodetect

Open jwfxpr opened this issue 2 years ago • 2 comments

Vote on this issue by adding a 👍 reaction. If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Is your feature request related to a problem? Please describe. As a multitasking developer, screen and taskbar real estate is a valuable thing. Having yet another workflow tool such as DevToys open all day consumes physical screen area, as well as consuming brain operations per second to sift through open applications to find what I need. More desktop and application clutter == more context switching and mental input filtering.

Describe the solution you'd like I would like to be able to close the DevToys window but still be able to rapidly access the functionality without relaunching the app. I imagine this to mean DevToys running in the background waiting for some configurable trigger(s):

  • A configurable keystroke combination (e.g., Win+Shift+D) to open the window with smart detected tools for the current clipboard content presented
  • A usable fragment copied to the clipboard, with perhaps a notification to execute a favourite tool for this content type and replace to the clipboard. (I'm not certain of the wisdom or best implementation of this approach, it would need some consensus and input on a specification.)

Describe alternatives you've considered Keeping yet another development application open all day long.

Additional context Since the user base for DevToys overlaps significantly with users of other great tools like PowerToys and Windows Terminal, let's take care to ensure that any default hotkey combinations don't collide with existing default key combos in these apps.

jwfxpr avatar Jan 21 '22 16:01 jwfxpr

@jwfxpr I just end up here because I was looking for a way to open DevToys with an hotkey in GitLurker

edit: I just finish the implementation you should take a look.

C1rdec avatar Jul 21 '22 04:07 C1rdec

Ultimately, on Windows at least, I would recommend an approach similar to Suggested Actions on Windows 11 (22H2).

image

Unfortunately, as of today, this feature doesn't have a public API we can use.

veler avatar Dec 31 '22 21:12 veler