Skip to content

Commit 52ccacf

Browse files
author
Anand
committed
Fixed delim
1 parent 6d1609e commit 52ccacf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ The password database is created and is active now. You can start adding entries
152152
You can now list the entry with one of the list options.
153153

154154
$ varuh -l 1
155-
=====================================================================
155+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
156156
ID: 1
157157
Title: My Website Login
158158
User: mememe
159159
URL: http://mywebsite.name
160160
Password: ****************
161161
Notes: Website uses Nginx auth
162162
Modified: 2021-21-09 23:12:35
163-
=====================================================================
163+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
164164

165165
For more on listing see the [Listing and Searching](#listing-and-searching) section below.
166166

@@ -180,15 +180,15 @@ For more on listing see the [Listing and Searching](#listing-and-searching) sect
180180
Updated entry.
181181

182182
$ varuh -l 1 -s
183-
=====================================================================
183+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
184184
ID: 1
185185
Title: My Blog Login
186186
User: meblog
187187
URL: http://myblog.name
188188
Password: myblog123
189189
Notes: Website uses Apache
190190
Modified: 2021-21-09 23:15:29
191-
=====================================================================
191+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
192192

193193
(*-s* turns on visible passwords)
194194

@@ -260,15 +260,15 @@ Manually decrypt the database using `-d` option.
260260
Now the database is active again and you can see the listings.
261261

262262
$ varuh -l 2
263-
=====================================================================
263+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
264264
ID: 2
265265
Title: My Blog Login
266266
User: myblog.name
267267
URL: http://meblog
268268
Password: *********
269269
Notes: Website uses Apache
270270
Modified: 2021-21-09 23:21:32
271-
=====================================================================
271+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
272272

273273
## Always on encryption
274274

@@ -279,15 +279,15 @@ If the config param `encrypt_on` is set to `true` along with `auto_encrypt` (def
279279
$ varuh -f my -s
280280
Password:
281281
Decryption complete.
282-
=====================================================================
282+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
283283
ID: 2
284284
Title: MY LOCAL BANK
285285
User: banklogin
286286
URL: https://my.localbank.com
287287
Password: bankpass123
288288
Notes:
289289
Modified: 2021-21-18 12:44:10
290-
=====================================================================
290+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
291291

292292
Encryption complete.
293293

@@ -301,77 +301,77 @@ Listing and Searching
301301
To list an entry using its id,
302302

303303
$ varuh -l 8
304-
=====================================================================
304+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
305305
ID: 8
306306
Title: Google account
307307
User: anandpillai@alumni.iitm.ac.in
308308
URL:
309309
Password: ***********
310310
Notes:
311311
Modified: 2021-21-25 15:02:50
312-
=====================================================================
312+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
313313

314314
## To search an entry
315315

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

318318
$ varuh -f google
319-
=====================================================================
319+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
320320
ID: 8
321321
Title: Google account
322322
User: anandpillai@alumni.iitm.ac.in
323323
URL:
324324
Password: **********
325325
Notes:
326326
Modified: 2021-21-25 15:02:50
327-
=====================================================================
327+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
328328
ID: 9
329329
Title: Google account
330330
User: xyz@gmail.com
331331
URL:
332332
Password: ********
333333
Notes:
334334
Modified: 2021-21-25 15:05:36
335-
=====================================================================
335+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
336336
ID: 10
337337
Title: Google account
338338
User: somethingaboutme@gmail.com
339339
URL:
340340
Password: ***********
341341
Notes:
342342
Modified: 2021-21-25 15:09:51
343-
=====================================================================
343+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
344344

345345
## To list all entries
346346

347347
To list all entries, use the option `-a`.
348348

349349
$ varuh -a
350-
=====================================================================
350+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
351351
ID: 1
352352
Title: My Bank #1
353353
User: myusername1
354354
URL: https://mysuperbank1.com
355355
Password: ***********
356356
Notes:
357357
Modified: 2021-21-15 15:40:29
358-
=====================================================================
358+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
359359
ID: 2
360360
Title: My Digital Locker #1
361361
User: mylockerusername
362362
URL: https://mysuperlocker1.com
363363
Password: **********
364364
Notes:
365365
Modified: 2021-21-18 12:44:10
366-
=====================================================================
366+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
367367
ID: 3
368368
Title: My Bank Login #2
369369
User: mybankname2
370370
URL: https://myaveragebank.com
371371
Password: **********
372372
Notes:
373373
Modified: 2021-21-19 14:16:33
374-
=====================================================================
374+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
375375
...
376376

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

0 commit comments

Comments
 (0)