serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

`copy` command allows creating directory and entry with same names #11

Closed DK318 closed 2 years ago

DK318 commented 2 years ago
coffer create a/b
coffer create c/d/e
coffer copy c/d/e a/b/c
coffer find

This set of commands prints the next thing

/
  a/
    b - [2022-02-22 10:43:42]
    b/
      c - [2022-02-22 10:43:57]
  c/
    d/
      e - [2022-02-22 10:43:47]

which looks strange