Skip to content

Commit 2193397

Browse files
authored
Update README.md
1 parent c8b4001 commit 2193397

File tree

1 file changed

+88
-1
lines changed

1 file changed

+88
-1
lines changed

README.md

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,88 @@
1-
# AppCatcher
1+
2+
# AppCatcher
3+
4+
**AppCatcher** is a Windows Forms application written in C#. The main functionality of the application is to embed external application windows within a tabbed interface. Users can manage multiple windows within a single interface, detach them back to standalone windows, or close them directly from the application.
5+
6+
## Features
7+
8+
- **Embed External Windows:** Capture and embed external application windows into tabs.
9+
- **Tabbed Interface:** Manage multiple applications in a single window with a tabbed interface.
10+
- **Detach Windows:** Detach embedded windows back into standalone applications.
11+
- **Close Windows:** Close embedded windows directly from the app.
12+
13+
## Installation
14+
15+
1. Clone the repository:
16+
```bash
17+
git clone https://github.com/Ravid-Levy/AppCatcher.git
18+
```
19+
2. Open the project in Visual Studio.
20+
3. Build the solution.
21+
4. Run the application.
22+
23+
## Usage
24+
25+
1. Launch the application.
26+
2. Use the "List Windows" button to view all open windows on your system.
27+
3. Select a window to embed in a tab.
28+
4. Manage the window through the tabbed interface:
29+
- Click "D" to detach the window.
30+
- Click "X" to close the window.
31+
32+
## Requirements
33+
34+
- .NET Framework 4.7.2 or higher
35+
- Windows operating system
36+
37+
## Contributing
38+
39+
Feel free to submit issues and pull requests. Contributions are welcome!
40+
41+
## License
42+
43+
This project is licensed under the MIT License.
44+
45+
---
46+
47+
# AppCatcher
48+
49+
**AppCatcher** היא אפליקציית Windows Forms שנכתבה ב-C#. האפליקציה מאפשרת לשלב חלונות של תוכנות חיצוניות בתוך ממשק של טאבים. המשתמשים יכולים לנהל מספר חלונות בתוך ממשק יחיד, לנתק אותם חזרה לחלונות עצמאיים, או לסגור אותם ישירות מתוך האפליקציה.
50+
51+
## תכונות
52+
53+
- **שילוב חלונות חיצוניים:** שילוב חלונות של תוכנות חיצוניות בתוך טאבים.
54+
- **ממשק טאבים:** ניהול מספר תוכנות בתוך חלון יחיד עם ממשק של טאבים.
55+
- **ניתוק חלונות:** ניתוק חלונות משולבים חזרה לחלונות עצמאיים.
56+
- **סגירת חלונות:** סגירת חלונות משולבים ישירות מתוך האפליקציה.
57+
58+
## התקנה
59+
60+
1. שכפל את הריפוזיטורי:
61+
```bash
62+
git clone https://github.com/Ravid-Levy/AppCatcher.git
63+
```
64+
2. פתח את הפרויקט ב-Visual Studio.
65+
3. בנה את הפתרון.
66+
4. הרץ את האפליקציה.
67+
68+
## שימוש
69+
70+
1. הפעל את האפליקציה.
71+
2. השתמש בכפתור "List Windows" כדי לראות את כל החלונות הפתוחים במערכת שלך.
72+
3. בחר חלון לשילוב בתוך טאב.
73+
4. נהל את החלון דרך ממשק הטאבים:
74+
- לחץ על "D" כדי לנתק את החלון.
75+
- לחץ על "X" כדי לסגור את החלון.
76+
77+
## דרישות
78+
79+
- .NET Framework 4.7.2 או גבוה יותר
80+
- מערכת הפעלה Windows
81+
82+
## תרומה
83+
84+
נשמח לקבל הצעות, בעיות (issues) ומשיכות (pull requests). כל תרומה תתקבל בברכה!
85+
86+
## רישיון
87+
88+
הפרויקט הזה מורשה תחת רישיון MIT.

0 commit comments

Comments
 (0)