Shell est une extension de menu contextuel qui permet de sélectionner les éléments à intégrer dans le menu contextuel de l'Explorateur de fichiers de Windows, de créer des commandes personnalisées pour accéder à des pages Web, des fichiers et des dossiers préférés, et de lancer n'importe quelle application directement à partir du menu contextuel.
Il vous offre également une solution pratique pour modifier ou supprimer tout élément de menu contextuel ajouté par le système ou un logiciel tiers.
Caractéristiques
Léger, portable et relativement facile à utiliser.
Personnalisation complète de l'apparence.
Ajout de nouveaux éléments personnalisés tels que (sous-menu, élément du menu et séparateur).
Modification ou suppression d'éléments qui existent déjà.
Prise en charge de tous les objets du système de fichiers : fichiers, dossiers, bureau et barre des tâches.
Supporte la syntaxe des expressions. avec des fonctions intégrées et des variables prédéfinies.
Prise en charge des couleurs, des glyphes, du SVG, des icônes intégrées et des fichiers image tels que .ico, .png ou .bmp.
Prise en charge de la recherche et du filtrage.
Prise en charge des menus imbriqués complexes.
Prise en charge de plusieurs colonnes.
Configuration rapide et facile via un fichier en texte brut. (des exemples sont disponibles sur le site)
Utilisation minimale des ressources.
Version 32 bits
https://nilesoft.org/download/shell/1.8/shell-x86.zipVersion 64 bits
https://nilesoft.org/download/shell/1.8/shell-x64.zipDocumentation
https://www.nilesoft.org/docsLe logiciel doit être lancé avec les droits administrateurs.
Logiciel libre sous licence MIT License
https://github.com/moudey/shellChangementsv 1.8
Internal fixes and improvements
Improved default section syntax
New 'static.enabled' option to enable or disable handle static section
New 'dynamic.enabled' option to enable or disable handle dynamic section
New 'theme.background' option to separate background color from background color of menu items
New 'prefix' option to customize mnemonic-prefix
New 'layout.popup' option to show submenu alignment to parent
New 'image.align' option to enable display of image and checked together
New options have been added to margin and padding (left, top, right, bottom)
New options have been added to theme.item.text, theme.item.back, and theme.symbol (normal, normal.disabled, select, select.disabled)
New 'in' option for static items to help select items in submenus
New 'invoke' option for dyamic items to change command operations to multiple or single
New 'image.scale' option to enable scaling of images to fit the size of static items
New 'exclude' option to prevent processes or windows
New functions color.invert, color.accent_light1, color.accent_light2 color.accent_light3 color.accent_dark1 color.accent_dark2 color.accent_dark3
New function path.wsl to help convert the path to wsl path
New functions for color processing With its new syntax, color.opacity, color.light, color.dark, color.rgba
New functions "window.send, window.post" to send commands to the current window or specify window
New function "sys.is_primary_monitor"
New function "icon.box"
Support for system menus that are included by a third party
Support moving dynamic and static items to other complex submenus
Support for customizing static items in complex submenus
Support effects gradient and Transparency(transparent, blur, acrylic)
These functions 'this.desktop, this.taskbar,this.explorer,this.nav' have been moved to window scope
The following options have been moved to theme scope: (item, font, border shadow, separator, symbol, image)
The "default" section has been renamed to "set"
The extension of configuration file has been changed to .nss (Nilesoft Shell Script)
str.replace bug fixed
