-
Notifications
You must be signed in to change notification settings - Fork 292
Specifying sub folders (or sub groups)
Alain J. Achkar edited this page Jan 17, 2018
·
5 revisions
Be careful about the forward slash and backslash and shell quoting
If you have organized your sites into a folder tree, you can specify a specific folder using the following syntax:
lpass ls top\\subfolder
or
lpass ls "top\sub folder with spaces"
Note that forward slash (/) does not work, so something like this
lpass ls top/subfolder
does not work.
However, to specify a site:
lpass show top\\subfolder/my-site
or
lpass show "top\subfolder with spaces/my site with spaces"
Be careful about the forward slash and backslash