okisys 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/dist/okisys +60259 -0
- package/package.json +48 -0
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# OkiSys
|
|
2
|
+
|
|
3
|
+
A terminal-based system dashboard built with [Ink](https://github.com/vadimdemedes/ink).
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## What it shows
|
|
8
|
+
|
|
9
|
+
- **System Specs** — CPU, GPU, RAM (type/speed/slots), storage, OS info
|
|
10
|
+
- **Performance** — live CPU, RAM, and GPU usage with progress bars
|
|
11
|
+
- **Network** — interface name, download/upload speed, internet latency
|
|
12
|
+
- **Command Log** — history of commands run in the session
|
|
13
|
+
|
|
14
|
+
## Commands
|
|
15
|
+
|
|
16
|
+
| Command | Description |
|
|
17
|
+
|---|---|
|
|
18
|
+
| `goto <url>` | Open a URL in your browser |
|
|
19
|
+
| `search <query>` | Search the query in your browser |
|
|
20
|
+
| `github <username>` | Open a GitHub profile |
|
|
21
|
+
| `exit` | Quit |
|
|
22
|
+
| `okisys` | Open OkiSys repository on github |
|
|
23
|
+
| `time` | Get current time |
|
|
24
|
+
|
|
25
|
+
Use the up/down arrow keys to cycle through command history.
|
|
26
|
+
|
|
27
|
+
## Usage
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
npm test
|
|
31
|
+
```
|