mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-15 09:44:18 +02:00
Add ripgrep and glances
This commit is contained in:
19
readme.md
19
readme.md
@@ -339,8 +339,14 @@ $ cat apps/settings.py | less
|
|||||||
$ grep -i "Query" file.txt
|
$ grep -i "Query" file.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Search all files in current working directory, quickly: (entire disk in less than 15 minutes)`brew install ripgrep`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ ripgrep -i "Query"
|
||||||
|
```
|
||||||
|
|
||||||
## view an image
|
## view an image
|
||||||
|
|
||||||
**STOP USING PREVIEW** :-1:
|
**STOP USING PREVIEW** :-1:
|
||||||
@@ -366,6 +372,19 @@ $ df -h
|
|||||||
$ top
|
$ top
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To install:
|
||||||
|
|
||||||
|
```shellt
|
||||||
|
$ brew install python3
|
||||||
|
$ pip3 install glances
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ glances
|
||||||
|
```
|
||||||
|
|
||||||
|
`glances` will tell you when your computer is under load, and whether it's due to memory or CPU.
|
||||||
|
|
||||||
## Quick tips
|
## Quick tips
|
||||||
|
|
||||||

|

|
||||||
|
Reference in New Issue
Block a user