Added temrinal prompt to commands in README
modified: README.md
This commit is contained in:
parent
211d3aee8e
commit
ea635ad960
32
README.md
32
README.md
@ -52,11 +52,11 @@ Once you have the necessary tools installed, follow these instructions:
|
|||||||
|
|
||||||
#### Install:
|
#### Install:
|
||||||
```
|
```
|
||||||
git clone https://github.com/bartobri/no-more-secrets.git
|
$ git clone https://github.com/bartobri/no-more-secrets.git
|
||||||
cd ./no-more-secrets
|
$ cd ./no-more-secrets
|
||||||
make nms
|
$ make nms
|
||||||
make sneakers ## Optional
|
$ make sneakers ## Optional
|
||||||
sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Uninstall:
|
#### Uninstall:
|
||||||
@ -73,11 +73,11 @@ for such cases. You will need the ncurses library installed. [Install this
|
|||||||
library from your package manager](NCURSES.md). Next, follow these instructions:
|
library from your package manager](NCURSES.md). Next, follow these instructions:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/bartobri/no-more-secrets.git
|
$ git clone https://github.com/bartobri/no-more-secrets.git
|
||||||
cd ./no-more-secrets
|
$ cd ./no-more-secrets
|
||||||
make nms-ncurses
|
$ make nms-ncurses
|
||||||
make sneakers-ncurses ## Optional
|
$ make sneakers-ncurses ## Optional
|
||||||
sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
@ -87,12 +87,12 @@ Usage
|
|||||||
enjoy the magic. In the below examples, I use a simple directory listing.
|
enjoy the magic. In the below examples, I use a simple directory listing.
|
||||||
|
|
||||||
```
|
```
|
||||||
ls -l | nms
|
$ ls -l | nms
|
||||||
ls -l | nms -a // Set auto-decrypt flag
|
$ ls -l | nms -a // Set auto-decrypt flag
|
||||||
ls -l | nms -s // Set flag to mask space characters
|
$ ls -l | nms -s // Set flag to mask space characters
|
||||||
ls -l | nms -f green // Set foreground color to green
|
$ ls -l | nms -f green // Set foreground color to green
|
||||||
ls -l | nms -c // Clear screen
|
$ ls -l | nms -c // Clear screen
|
||||||
nms -v // Display version
|
$ nms -v // Display version
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that by default, after the initial encrypted characters are displayed,
|
Note that by default, after the initial encrypted characters are displayed,
|
||||||
|
Loading…
Reference in New Issue
Block a user