[question] can "everything" copy timestamps from one file to another !!

Discussion related to "Everything" 1.5 Alpha.
Post Reply
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

[question] can "everything" copy timestamps from one file to another !!

Post by asamirid »

hello there..

i have a question,

can i use everything to copy timestamp from one file to another, it means copy creation date and modified date "all file time related info" from a file to another file or files ??

iam currently using two tiny tools to do that, but they are very very old and heavily interrupt my workflow with files.

thanks alot for all ur efforts
Last edited by asamirid on Sat Oct 08, 2022 6:18 am, edited 1 time in total.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: [question] can "everything" copy timestamps from one file to another !!

Post by therube »

Yes :-).

Everything 1.5 Alpha

Edit -> Advanced -> Set File Time... ---> Custom:
#get-date-modified:<#clipboard:>


Click on the file whose date you want, Ctrl+C to "copy" it
Click on the file whose date you want to newly set, Edit -> Advanced...


(You would change the code for each time property as wanted; accessed, created, modified...)
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

Re: [question] can "everything" copy timestamps from one file to another !!

Post by asamirid »

therube wrote: Tue Oct 04, 2022 3:04 pm Yes :-).

Everything 1.5 Alpha

Edit -> Advanced -> Set File Time... ---> Custom:
#get-date-modified:<#clipboard:>


Click on the file whose date you want, Ctrl+C to "copy" it
Click on the file whose date you want to newly set, Edit -> Advanced...


(You would change the code for each time property as wanted; accessed, created, modified...)
thank you therube for ur answer ✅✅..

i tried this method and it works, although it's kind of hidden and barred in the app,

not the easiest way i hoped, but it will do the job ✅✅

i wish it will be in the future releases of everything a right click context menu have "special paste" item that have sub_menu with all special paste functions possible, like "paste file name (s), paste time stamps (s), paste ownership, exlra.."
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

Re: [question] can "everything" copy timestamps from one file to another !!

Post by asamirid »

greetings ..

i tried the code
get-date-modified:<#clipboard:>
to copy timestamps from one file to a group of files and it worked fine,

and because this is a frequent action i do it daily i assigned a hotkey shortcut [crtl+t] to fast apply the action

the problem is, the hotkey [crtl+t] bring the "set file time" dialog in the screenshot down below instead of applying the "set time" action on the fly

set_file_time_screenshot.jpg
set_file_time_screenshot.jpg (63.53 KiB) Viewed 1139 times

i hope in the future builds i have the option to select between calling the "set file time" dialog and apply the action without confirmation..

i also hope for a longshot here, that i can copy timestamps from list of files to another list as i can do with the "rename tool" in the "apples and oranges" post i wrote days ago.

thank you for everything 😁😁..
Post Reply