endo icon indicating copy to clipboard operation
endo copied to clipboard

feat(cli,daemon): Add `move` CLI command

Open rekmarks opened this issue 1 year ago • 0 comments

Adds a command move corresponding to the daemon directory's move(), with pet name path support. Replaces the existing rename command, which had been broken for some time.

Also ensures that the directory's move() method immediately deletes the "from" name mapping. Adds a test for the same. This mapping was already removed from disk and would not persist after restarts.

rekmarks avatar Apr 19 '24 00:04 rekmarks