Watching the folder get organized was very satisfying
@JJ-jy8wc4 жыл бұрын
very good! had some problems with str formatting but in the end it works great!
@user-qe1ng1ut5p3 жыл бұрын
great work thank you very much
@ManuelSoutoPico3 жыл бұрын
Looks great! How would you do a context menu entry that does something with an individual file on which you right click?
@dh97253 жыл бұрын
Did you find an answer to your question? I'm wondering the same
@ManuelSoutoPico3 жыл бұрын
@@dh9725 Nope, nobody replied
@lalamax3d3 жыл бұрын
one of the reasons, i moved to linux. nemo (file browser) is far superior(not because of tabs/ split pane). python scripts or bash scripts run on selected files / dirs etc. with YAD (bash gui tools) can be opened , hahaha (just for fun)
@CorruptMem10 ай бұрын
fuck I forgot to put a typo in my script name
@signordoge87213 жыл бұрын
thank you!!
@itec32474 жыл бұрын
Muito obrigado, o video ajudou muito!
@sedtec76474 жыл бұрын
De nada, eu preciso videos in Portuguese pra uma audience major
@julianarodrigues18612 жыл бұрын
help
@dh97253 жыл бұрын
Thank you for your video, I'm wondering what I need to change to add the script to another right-click menu, the one when we right click on a .csv file, as a key_path I wrote key_path = r".csv\\shellex\\ContextMenuHandlers" but it's not working. Can it be adapted or do I have to do something completely different? And also how can I get the url of the file right-cliked in the destination script? If you know?
@julianarodrigues18612 жыл бұрын
oi, ta dando erro quando clico na chave : ( Aparece explore.exe application not found. O que será que ta faltando ?
@0xPanda14 жыл бұрын
do you know an easy way to pass multi selected files to the script as params without opening a new instance for each file? for single selected file i use : "D:\dev\python\script.py %1"
@mateuswiteck48504 жыл бұрын
Is there any module like this for Kubuntu?
@lalamax3d4 жыл бұрын
i am sure, its easier in linux. i.e in ubuntu nautilus or nemo (file browser) can easily extended with shell scripts or python scripts etc.