-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(README): rework readme and package description
- Loading branch information
1 parent
04d55e7
commit 4ae9072
Showing
11 changed files
with
50 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ name = "x-win" | |
version = "0.0.0" | ||
authors = ["BENKHADRA Hocine <[email protected]>"] | ||
keywords = ["window", "active", "current", "position", "title", "list", "open"] | ||
description = "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux." | ||
description = "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows." | ||
repository = "https://github.com/miniben-90/x-win" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-darwin-arm64", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"darwin" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.darwin-arm64.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "@miniben90/x-win-darwin-universal", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"darwin" | ||
], | ||
"main": "x-win.darwin-universal.node", | ||
"files": [ | ||
"x-win.darwin-universal.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-darwin-x64", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"darwin" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.darwin-x64.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-linux-x64-gnu", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"linux" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.linux-x64-gnu.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git", | ||
"libc": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-win32-arm64-msvc", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"win32" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.win32-arm64-msvc.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-win32-ia32-msvc", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"win32" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.win32-ia32-msvc.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@miniben90/x-win-win32-x64-msvc", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"os": [ | ||
"win32" | ||
], | ||
|
@@ -11,15 +11,15 @@ | |
"files": [ | ||
"x-win.win32-x64-msvc.node" | ||
], | ||
"description": "Get position, size, title and a few other properties of the active or open window(s) on Windows, MacOS and Linux.", | ||
"description": "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.", | ||
"author": { | ||
"name": "BENKHADRA Hocine", | ||
"email": "[email protected]", | ||
"url": "https://benkhadra.com/" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
"repository": "https://github.com/miniben-90/x-win.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters