mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 16:11:02 +05:30
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
f3120b8484 | |||
![]() |
5c6227127d | ||
78f3f50e18 | |||
2e3dea2370 |
@@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<h3 align="center">High Minded</h3>
|
<h3 align="center">High Minded</h3>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Your undectable personal assistance
|
Your undetectable personal assistance
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/highminded">
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/highminded">
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
## Features
|
## 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] 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] 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.
|
- [x] Custom Prompt - Define your own prompt to guide the assistant according to your specific needs.
|
||||||
@@ -38,7 +38,9 @@
|
|||||||
|
|
||||||
## Installation
|
## 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 -->
|
<!-- KEYBINDINGS -->
|
||||||
|
|
||||||
|
@@ -106,6 +106,7 @@ public partial class MainWindow : Window
|
|||||||
InMemoryDb.Obj.MainViewModel.IsVisibleOnScreenshare = true;
|
InMemoryDb.Obj.MainViewModel.IsVisibleOnScreenshare = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Here the sauce lol, Cheers to our curiosity!
|
||||||
private void HideOverlay()
|
private void HideOverlay()
|
||||||
{
|
{
|
||||||
var handle = TryGetPlatformHandle();
|
var handle = TryGetPlatformHandle();
|
||||||
|
Reference in New Issue
Block a user