lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 289 forks source link

Possible to create Sub-folders? #678

Open troy256 opened 4 months ago

troy256 commented 4 months ago

With the CLI we can create a folder when creating an entry with this basic syntax: lpass add <some parameters> MyTopLevelFolder/MyEntry

However, if we specify a folder heirarchy, like this: lpass add <some parameters> MyTopLeveFolder/MySubFolder/MyEntry

The command completes successfully but MySubFolder isn't a Sub-folder of MyTopLevelFolder. Instead a folder named MyTopLevelFolder/MySubFolder exists, but is not nested underneath MyTopLevelFolder.

Is it possible to create Sub-folders with the CLI? This would be a very useful feature for organizing entries. Thank you!