mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 16:47:20 -04:00
Implement entry/directory renaming/moving
This commit is contained in:
@@ -79,9 +79,10 @@ func main() {
|
||||
field = 'l'
|
||||
case "note", "-n":
|
||||
field = 'n'
|
||||
case "rename", "-r": // TODO prompt for newLocation, offline.Rename(targetLocation, newLocation), exit after run
|
||||
case "rename", "-r":
|
||||
cli.RenameCli(targetLocation)
|
||||
default:
|
||||
cli.HelpCopy()
|
||||
cli.HelpEdit()
|
||||
}
|
||||
// TODO offline.EditEntry(targetLocation, field), exit after run
|
||||
case "add":
|
||||
|
||||
Reference in New Issue
Block a user