ShellAnything
ShellAnything copied to clipboard
ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a d...
**Is your feature request related to a problem? Please describe.** To allow other software to use ShellAnything as a reusable library, the code must be simplified and cleaned up. The...
**Is your feature request related to a problem? Please describe.** There is a lot of code in the Shell Extension that could be moved to the core in order to...
I just found out about this extension by mere chance.. I've been using KuShellExtension for a few years now, which has been very useful and works very well, but hasn't...
**Is your feature request related to a problem? Please describe.** To help with debugging with command line arguments, a simple application which displays the received arguments could help users to...
**Is your feature request related to a problem? Please describe.** User are complaining that application is too verbose which creates big files. Having too much information printed in the logs...
**Is your feature request related to a problem? Please describe.** Having the same coding standard across all files is a nice touch for external developers **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Version 0.6.1 has two installer. The first one is a setup.exe and a second is build with Windows Installer in...
**Describe the bug** Currently ShellAnything is single-threaded, and some actions may block. Then explorer will always wait for ShellAnything. During this time, the new right-click menu cannot be opened. **To...
The first time ShellAnything is launched, it create the user's personal directory `%USERPFOFILE%\ShellAnything` and copies the "official" _Configuration Files_ to this directory. When a new version is installed, ShellAnything will...
**Describe the bug** The properties `selection.mimetype`, `selection.descrption` and `selection.charset` should be disabled if too many files are selected. In a use case where a user right-click on his vacations picture...