nnote move
==========
.. code-block:: text
nnote move
[] [-d ] [--dest-dir ]
Move or rename a note. Provide a new title to rename, ``--dest-dir`` to move
to another subdirectory, or both.
.. code-block:: bash
nnote move todo done # rename
nnote move standup -d work --dest-dir arch # move to another subdirectory
nnote move standup meeting -d work # rename within a subdirectory