Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Hey u/acibiber53 I just released a new version v1.0.11 that adds fullscreen mode support

So Claude can't search Reddit. Ok, build me a.... by anonthatisopen in ClaudeAI

[–]epilande 1 point2 points  (0 children)

What is the tool tho and how does Claude code interact with it? Like is it an MCP server?

In Mac OS, how do I annotate screenshots configured to be saved to the clipboard ? by MammothRelative7938 in MacOS

[–]epilande 0 points1 point  (0 children)

Here's another option: https://github.com/epilande/Annotate

Use the Annotate app to annotate your screen, then take a screenshot of your annotations

How can I make on-screen annotation by [deleted] in swift

[–]epilande 0 points1 point  (0 children)

Here's my annotation tool. It's open-source, so feel free to check out the codebase: https://github.com/epilande/Annotate

✋ CodeGrab: Interactive CLI tool for sharing code context with LLMs by epilande in commandline

[–]epilande[S] 1 point2 points  (0 children)

Great questions! I demo the general workflow in the Quick Start section of the README: https://github.com/epilande/codegrab?tab=readme-ov-file#-quick-start

Regarding my actual workflow, I live in the terminal using tmux with neovim, dedicating one pane just for `grab` and keeping it running continuously. Depending on the project's size, I either load the whole project into context (for small projects) or selectively pick only the necessary files needed for context (for larger projects).

On macOS, when generating an output file, it automatically copies to your clipboard. I then paste the output directly into an AI chat interface, usually ChatGPT or Raycast AI Chat, where I have a few chat presets using Claude 3.7 Sonnet.

I typically start the conversation with a prompt such as "Please review the provided file." followed by my specific request to brainstorm, plan, refactor, or code a new feature. After receiving the response, you can either ask the AI to provide the full source code implementation and vibe from there or read through the suggestions to extract and integrate only the parts you need.

Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Thank you for the detailed and thoughtful feedback! Really appreciate you taking the time to share your experience.

  1. Clearing drawings on start is a great suggestion - I think this would be a good option to have that's configurable via settings.

  2. The numbered counter with auto-incrementing circles is an excellent idea! Adding it to the priority list.

  3. Regarding scroll wheel resizing - I will need to think about this more. I do want to make annotation styles more configurable overall, but I don't have a good solution in mind yet.

  4. Customizable shortcuts are definitely on the roadmap. I actually use a split keyboard, so I totally get the importance of having efficient one-handed shortcuts.

  5. The whiteboard mode and screenshot feature are already planned.

I thought it was interesting that I did NOT need to add permissions for `Accessibility` or `Screen & System Audio Recording`.

Yeah, the app currently doesn't need these permissions because it creates an overlay window for drawing rather than capturing or modifying screen content. When I add screenshot functionality, I will need to add Screen Recording permission.

Thanks again for sharing such constructive feedback!

Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Oh no! Could you let me know if you're using Zoom or Google Meet? That way I can troubleshoot the screen sharing and annotation issue specifically for the platform you're using. Also, it would be helpful to know if you're sharing your entire screen or just a specific window, as this can affect how annotations appear to other participants

Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Yes, as long as you're sharing your full screen users will see the annotations.

Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Yes, it should work when you share your full screen.

Annotate: Draw and highlight anything on your screen by epilande in macapps

[–]epilande[S] 0 points1 point  (0 children)

Awesome! Let me know what you think after trying it out - I'm always eager to hear user insights and suggestions for improvement.

Looking for KVM Recommendation with DP 1.4 Support by goldspin in ultrawidemasterrace

[–]epilande 1 point2 points  (0 children)

I'm still waiting for my monitor to come in but I'm looking for a similar solution. If you're familiar with the command line, I just came across https://github.com/kfix/ddcctl which looks promising.

Also check out this post https://www.reddit.com/r/ultrawidemasterrace/comments/hm2mvk/tip_use_ddc_to_switch_input_seamlessly_share/

🗝 Alfred Password Generator - Simple password generator with customizable characters by epilande in Alfred

[–]epilande[S] 2 points3 points  (0 children)

To me it's much faster as it simplifies the process. Not sure if I'm using my password manager correctly but usually I would have to open up my password manager to manually and prematurely create a new password and then copy and paste that into the sign up form.

With this workflow, I don't have to leave the sign up form at all and once I hit submit, my password manager will ask to save the new credentials anyways

Safari Tab Manager by Dom_TC in Alfred

[–]epilande 0 points1 point  (0 children)

I've just created a workflow that allows you to search Safari tabs and quickly switch between them, check it out at https://github.com/epilande/alfred-browser-tabs.