You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
<divalign="center">
2
2
<img src="./assets/logo.png" width="150" />
3
-
<h3>A simple tool to take screenshots using your terminal</h3>
3
+
<h3>A tool to take screenshots using your Linux terminal</h3>
4
4
</div>
5
5
6
+
<br><br>
7
+
## ANNOUNCEMENT:
8
+
**I've decided to shutdown Windows compatibility, reason is, this tool is terminal friendly and Windows users usually don't, other user friendly tools are used, like the Windows 10 builtin "Win + Shift + S" command. The linux support will continue and I want to embrace Unix like OSs, hope you all understand me.**
9
+
6
10
7
11
## ❗️ Install:
8
12
Arch based:
@@ -29,6 +33,9 @@ make install
29
33
## 🚀 Usage:
30
34
**If you want to use the properly builded script, check <ahref="https://github.com/z3oxs/ghost/releases">releases page</a>**
31
35
36
+
37
+
<divalign="center">
38
+
32
39
| Command | Description |
33
40
| ------------- | ------------------ |
34
41
| f | Take fullscreen shot (include all monitors) |
@@ -40,6 +47,8 @@ make install
40
47
| o | Outputs screenshot to stdout encoded as png |
41
48
| u | Upload the screenshot to AnonFiles |
42
49
| v | Show version |
50
+
51
+
</div>
43
52
44
53
45
54
### Example
@@ -55,10 +64,3 @@ ghost -s -c
55
64
```bash
56
65
ghost -f -o
57
66
```
58
-
59
-
<br><br>
60
-
## ❌ Troubleshooting:
61
-
- If you're facing any "cc1.exe" error including "64-bit not implemented" (Windows):
0 commit comments