Really useful possible additions #423
simonmcnair
started this conversation in
Ideas
Replies: 4 comments 3 replies
-
Let's say that everything is achievable, but attention must be paid to one by one, there is no ready-made solution. This is what the Discord channel is for: https://discord.com/channels/1106387012707168318/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
my knowledge of discord is poor, but as far as I know the channel has free access |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://discord.gg/cH62ySep |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently add reg entries for powershell scripts I have. It would be useful to be able to add them via this tool. The main thing it would be able to fix with ease that you cannot do via reg keys is the ability to select more than 20-30-50 items and run an action against them.
currently my powershell scripts are:
'move selected to a timestamped folder' which works badly as each runs sequentially and I don't get a timestamp that works for the 20 selected items without durations inbetween.
'move up' which moves the files a folder upward.
'move to photos' moves the highlighted folders/files to a specific folder
'move to documents' moves the highlighted folders/files to a specific folder
'make txt file' makes a text file with the same basename as the highlighted file.
'move to' moves the selected files to a specified folder
It would be cool to have an 'edit config' option that opens up the config file in notepad too.
I am sure some of these are already possible, but the big win for me is selecting more than 15-20 files and running an action on them as I know regedit can't do this, it has to be via a shell extension.
Might be useful to have a 'run via named ps script' which passes all the selected filenames to a powershell script.
I am new to this, so apologies if it already does the above.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions