Skip to content

Commit f81a7ee

Browse files
author
Anand
committed
ref issue #30 - Updated separator string
1 parent f04a6ea commit f81a7ee

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The password database is created and is active now. You can start adding entries
158158
You can now list the entry with one of the list options.
159159

160160
$ varuh -l 1
161-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
161+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
162162
ID: 1
163163
Title: My Website Login
164164
User: mememe
@@ -167,7 +167,7 @@ You can now list the entry with one of the list options.
167167
Tags: testing test website
168168
Notes: Website uses Nginx auth
169169
Modified: 2021-21-09 23:12:35
170-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
170+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
171171

172172
## Add an entry with custom fields
173173

@@ -221,7 +221,7 @@ For more on listing see the [Listing and Searching](#listing-and-searching) sect
221221
Updated entry.
222222

223223
$ varuh -l 1 -s
224-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
224+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
225225
ID: 1
226226
Title: My Blog Login
227227
User: meblog
@@ -230,7 +230,7 @@ For more on listing see the [Listing and Searching](#listing-and-searching) sect
230230
Tags: testing test website
231231
Notes: Website uses Apache
232232
Modified: 2021-21-09 23:15:29
233-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
233+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
234234

235235
## Edit an entry with custom fields
236236

@@ -282,12 +282,12 @@ To clone (copy) an entry,
282282
## Remove an entry
283283

284284
$ varuh -R 1
285-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
285+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
286286
Title: My Website Login
287287
User: mememe
288288
URL: https://mywebsite.name
289289
Modified: 2021-21-09 23:12:35
290-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
290+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
291291
Please confirm removal [Y/n]:
292292
Entry with id 1 was removed from the database
293293

@@ -387,7 +387,7 @@ Manually decrypt the database using `-d` option.
387387
Now the database is active again and you can see the listings.
388388

389389
$ varuh -l 3
390-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
390+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
391391
ID: 2
392392
Title: My Blog Login
393393
User: myblog.name
@@ -396,7 +396,7 @@ Now the database is active again and you can see the listings.
396396
Tags: test testing website
397397
Notes: Website uses Apache
398398
Modified: 2021-21-09 23:21:32
399-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
399+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
400400

401401
## Always on encryption
402402

@@ -407,7 +407,7 @@ If the config param `encrypt_on` is set to `true` along with `auto_encrypt` (def
407407
$ varuh -f my -s
408408
Password:
409409
Decryption complete.
410-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
410+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
411411
ID: 2
412412
Title: MY LOCAL BANK
413413
User: banklogin
@@ -416,7 +416,7 @@ If the config param `encrypt_on` is set to `true` along with `auto_encrypt` (def
416416
Tags: bank banking finance
417417
Notes:
418418
Modified: 2021-21-18 12:44:10
419-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
419+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
420420

421421
Encryption complete.
422422

@@ -430,62 +430,62 @@ Listing and Searching
430430
To list an entry using its id,
431431

432432
$ varuh -l 8
433-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
433+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
434434
ID: 8
435435
Title: Google account
436436
User: anandpillai@alumni.iitm.ac.in
437437
URL:
438438
Password: ***********
439439
Notes:
440440
Modified: 2021-21-25 15:02:50
441-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
441+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
442442

443443
## To search an entry
444444

445445
An entry can be searched on its title, username, URL or notes. Search is case-insensitive.
446446

447447
$ varuh -f google
448-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
448+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
449449
ID: 8
450450
Title: Google account
451451
User: anandpillai@alumni.iitm.ac.in
452452
URL:
453453
Password: **********
454454
Notes:
455455
Modified: 2021-21-25 15:02:50
456-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
456+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
457457
ID: 9
458458
Title: Google account
459459
User: xyz@gmail.com
460460
URL:
461461
Password: ********
462462
Notes:
463463
Modified: 2021-21-25 15:05:36
464-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
464+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
465465
ID: 10
466466
Title: Google account
467467
User: somethingaboutme@gmail.com
468468
URL:
469469
Password: ***********
470470
Notes:
471471
Modified: 2021-21-25 15:09:51
472-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
472+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
473473

474474

475475
## To search using multiple terms
476476

477477
The `-f` option supports multiple terms, so you can specify this more than one time to narrow a search down to a specific entry.
478478

479479
$ varuh -f google -f anand
480-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
480+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
481481
ID: 8
482482
Title: Google account
483483
User: anandpillai@alumni.iitm.ac.in
484484
URL:
485485
Password: **********
486486
Notes:
487487
Modified: 2021-21-25 15:02:50
488-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
488+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
489489

490490
$ varuh -f google -f priya
491491
Entry for "google priya" not found
@@ -495,31 +495,31 @@ The `-f` option supports multiple terms, so you can specify this more than one t
495495
To list all entries, use the option `-a`.
496496

497497
$ varuh -a
498-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
498+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
499499
ID: 1
500500
Title: My Bank #1
501501
User: myusername1
502502
URL: https://mysuperbank1.com
503503
Password: ***********
504504
Notes:
505505
Modified: 2021-21-15 15:40:29
506-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
506+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
507507
ID: 2
508508
Title: My Digital Locker #1
509509
User: mylockerusername
510510
URL: https://mysuperlocker1.com
511511
Password: **********
512512
Notes:
513513
Modified: 2021-21-18 12:44:10
514-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
514+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
515515
ID: 3
516516
Title: My Bank Login #2
517517
User: mybankname2
518518
URL: https://myaveragebank.com
519519
Password: **********
520520
Notes:
521521
Modified: 2021-21-19 14:16:33
522-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
522+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
523523
...
524524

525525
By default the listing is in ascending ID order. This can be changed in the configuration (see below).

0 commit comments

Comments
 (0)