All Projects → martinstoeckli → ExplorerGenie

martinstoeckli / ExplorerGenie

Licence: MPL-2.0 license
ExplorerGenie is an extended context menu for the Windows explorer.

Programming Languages

C#
18002 projects
pascal
1382 projects
NewLisp
63 projects

Projects that are alternatives of or similar to ExplorerGenie

ShellAnything
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 directory.
Stars: ✭ 103 (+312%)
Mutual labels:  explorer, shell-extension
Tortoisegit
Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode
Stars: ✭ 851 (+3304%)
Mutual labels:  explorer, shell-extension
gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Stars: ✭ 88 (+252%)
Mutual labels:  copy
nimiq-watch
Blockchain explorer tool for the Nimiq blockchain
Stars: ✭ 35 (+40%)
Mutual labels:  explorer
fleeg-platform
Fleeg is a free and open source platform to index and search pages.
Stars: ✭ 21 (-16%)
Mutual labels:  open
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+788%)
Mutual labels:  shell-extension
issue-states
GitHub Action that closes or reopens issues when they are moved to a project column
Stars: ✭ 64 (+156%)
Mutual labels:  open
NoPMsBot
https://telegram.dog/ShriMADhaBot
Stars: ✭ 127 (+408%)
Mutual labels:  open
pgcsv
Load CSV files into Postgres without explicit schema creation.
Stars: ✭ 68 (+172%)
Mutual labels:  copy
Expo-Super-Mario-World
Native Super Mario World in Expo
Stars: ✭ 24 (-4%)
Mutual labels:  open
markdown-explorer
Easily explore, view and edit markdown documentation of a file tree
Stars: ✭ 58 (+132%)
Mutual labels:  explorer
global-prefix
Get the npm global path prefix. Same code used internally by npm.
Stars: ✭ 27 (+8%)
Mutual labels:  filepath
react-file-manager
A file manager built in ReactJs
Stars: ✭ 40 (+60%)
Mutual labels:  explorer
open-on-android
Open anything on your android phone
Stars: ✭ 19 (-24%)
Mutual labels:  open
IOBrowser
A macOS application for browsing the IOKit registry.
Stars: ✭ 123 (+392%)
Mutual labels:  explorer
TopWerewolf
狼人杀头条App安卓项目开源,贴吧社区。爬虫抓取了包括今日头条、优酷、sohu、百度等网站中包含狼人杀及相关的新闻
Stars: ✭ 30 (+20%)
Mutual labels:  open
Handy-Copy
A handy way to copy anything to clipboard!! 🖌🎨🖌🎨
Stars: ✭ 12 (-52%)
Mutual labels:  copy
nodeLHC-ESP32
Hardware aberto e colaborativo nodeLHC
Stars: ✭ 28 (+12%)
Mutual labels:  open
ranger-explorer.vim
Vim plugin to use ranger as a file explorer. Seamless switching between vim and ranger.
Stars: ✭ 30 (+20%)
Mutual labels:  explorer
simpleopendata
simple guidelines for publishing open data in useful formats
Stars: ✭ 87 (+248%)
Mutual labels:  open

ExplorerGenie

https://www.martinstoeckli.ch/explorergenie

Icon

ExplorerGenie is an open source extension to the context menu of the Windows explorer, which allows to copy the path of a file to the clipboard, or to open tools like the Command Line. The menu is configurable, so that you get those functions you really need.

Copy file path

This extension adds a context menu, which can copy the paths of the selected files or directories to the clipboard.

ContextMenuCopy

Go to tool

This extension makes it easy to open tools like the Command Line or Power Shell. It is possible to add user defined menu entries which can open other tools, or go to certain locations.

ContextMenuGoto

Calculate file hashes

ExplorerGenie can calculate some well-known hashes for the selected files, the list includes the algorithms MD5, SHA-1, SHA-256, SHA-384, SHA-256 and RIPEMD-160.

OptionsHash

Minimal Explorer impact

Because context menus run inside the explorer process itself (shell-extension), and therefore can potentially interfere with this process, we took special care about the stability of this extension.

  • The code of the shell extension is kept to a minimum, it only starts the real application, which does the work and is running in its own separate process.
  • The shell extension is written in Delphi, which compiles to native applications. This way we can avoid loading of a (DotNet) runtime and possible version conflicts, and do not impact performance of explorer and file-open dialogs.

Credits

  • We got a free version of the Advanced Installer, which simplifies the distribution of this open source app tremendous.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].