|
3 | 3 | A powerful Python-based workspace management tool that helps you save, restore, and manage your window configurations across sessions. |
4 | 4 |
|
5 | 5 | ## Table of Contents |
6 | | -- [Overview](#overview) |
7 | | -- [Features](#features) |
8 | | -- [Requirements](#requirements) |
9 | | -- [Installation](#installation) |
10 | | -- [Usage](#usage) |
11 | | - - [Getting Started](#getting-started) |
12 | | - - [Main Interface](#main-interface) |
13 | | - - [Saving Workspaces](#saving-workspaces) |
14 | | - - [Restoring Workspaces](#restoring-workspaces) |
15 | | - - [Managing Workspaces](#managing-workspaces) |
16 | | - - [Filtering and Search](#filtering-and-search) |
17 | | - - [System Tray Integration](#system-tray-integration) |
18 | | - - [Process Management](#process-management) |
19 | | -- [Configuration](#configuration) |
20 | | -- [Troubleshooting](#troubleshooting) |
21 | | -- [Contributing](#contributing) |
| 6 | +- [Workspace Manager](#workspace-manager) |
| 7 | + - [Table of Contents](#table-of-contents) |
| 8 | + - [Overview](#overview) |
| 9 | + - [Features](#features) |
| 10 | + - [Requirements](#requirements) |
| 11 | + - [Installation](#installation) |
| 12 | + - [Usage](#usage) |
| 13 | + - [Getting Started](#getting-started) |
| 14 | + - [Main Interface](#main-interface) |
| 15 | + - [Saving Workspaces](#saving-workspaces) |
| 16 | + - [Restoring Workspaces](#restoring-workspaces) |
| 17 | + - [Managing Workspaces](#managing-workspaces) |
| 18 | + - [Filtering and Search](#filtering-and-search) |
| 19 | + - [System Tray Integration](#system-tray-integration) |
| 20 | + - [Process Management](#process-management) |
| 21 | + - [Configuration](#configuration) |
| 22 | + - [Troubleshooting](#troubleshooting) |
| 23 | + - [Contributing](#contributing) |
22 | 24 |
|
23 | 25 | ## Overview |
24 | 26 |
|
@@ -68,7 +70,7 @@ Workspace Manager is a desktop application that automatically tracks and restore |
68 | 70 |
|
69 | 71 | 1. Clone or download the repository: |
70 | 72 | ```bash |
71 | | - git clone [repository-url] |
| 73 | + git clone https://github.com/themrsami/Windows-Workspace-Manager-Python-GUI |
72 | 74 | cd workspace-manager |
73 | 75 | ``` |
74 | 76 |
|
|
0 commit comments