Discussion related to "Everything" 1.5.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube »
Are changes made with
Everything -rename
expected to be reflected in Undo History?
(They are caught by Index Journal, but if you need to undo, Undo History is probably more convenient.)
---
I'll note that Everything -rename does not require use of -instance, but if you do use -instance, -instance has to come before the list of filenames.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Are changes made with Everything -rename expected to be reflected in Undo History?
Currently, no.
I've put on my TODO list to add files renamed with -rename to the undo history.
Thanks for the suggestion.
I'll note that Everything -rename does not require use of -instance
If no -instance is specified with -rename the default unnamed instance is used.
but if you do use -instance, -instance has to come before the list of filenames.
-rename will eat the rest of the command line, that is all command line arguments following -rename are treated as filenames to be renamed.