mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
Compare commits
4 Commits
0.1
...
f3120b8484
Author | SHA1 | Date | |
---|---|---|---|
f3120b8484 | |||
![]() |
5c6227127d | ||
78f3f50e18 | |||
2e3dea2370 |
@@ -1,7 +1,7 @@
|
||||
<div align="center">
|
||||
<h3 align="center">High Minded</h3>
|
||||
<p align="center">
|
||||
Your undectable personal assistance
|
||||
Your undetectable personal assistance
|
||||
</p>
|
||||
<p align="center">
|
||||
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/highminded">
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
## Features
|
||||
|
||||
- [x] Undectable Window - The application window remains hidden during screen sharing, ensuring complete discretion.
|
||||
- [x] undetectable Window - The application window remains hidden during screen sharing, ensuring complete discretion.
|
||||
- [x] Screen Capture - Capture your screen and receive relevant insights or assistance based on the content.
|
||||
- [x] BYO Model - Bring your own LLM—works with any model supporting the OpenAI-compatible API.
|
||||
- [x] Custom Prompt - Define your own prompt to guide the assistant according to your specific needs.
|
||||
@@ -38,7 +38,9 @@
|
||||
|
||||
## Installation
|
||||
|
||||
Get the appropriate binary for your platform from the [release page](https://github.com/tuxdotrs/highminded/releases).
|
||||
Get the appropriate binary for your platform from
|
||||
the [release page](https://github.com/tuxdotrs/highminded/releases).<br>
|
||||
On the first launch make sure to provide relevant information in the settings tab.
|
||||
|
||||
<!-- KEYBINDINGS -->
|
||||
|
||||
|
@@ -106,6 +106,7 @@ public partial class MainWindow : Window
|
||||
InMemoryDb.Obj.MainViewModel.IsVisibleOnScreenshare = true;
|
||||
}
|
||||
|
||||
// Here the sauce lol, Cheers to our curiosity!
|
||||
private void HideOverlay()
|
||||
{
|
||||
var handle = TryGetPlatformHandle();
|
||||
|
Reference in New Issue
Block a user