Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows 10 open git bash here

Windows Registry Editor Version 5.00
; Open files
; Default Git-Bash Location C:Program FilesGitgit-bash.exe

[HKEY_CLASSES_ROOT*shellOpen Git Bash]
@="Open Git Bash"
"Icon"="C:Program FilesGitgit-bash.exe"

[HKEY_CLASSES_ROOT*shellOpen Git Bashcommand]
@=""C:Program FilesGitgit-bash.exe" "--cd=%1""

; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOTDirectoryshellash]
@="Open Git Bash"
"Icon"="C:Program FilesGitgit-bash.exe"


[HKEY_CLASSES_ROOTDirectoryshellashcommand]
@=""C:Program FilesGitgit-bash.exe" "--cd=%1""

; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOTDirectoryBackgroundshellash]
@="Open Git Bash"
"Icon"="C:Program FilesGitgit-bash.exe"

[HKEY_CLASSES_ROOTDirectoryBackgroundshellashcommand]
@=""C:Program FilesGitgit-bash.exe" "--cd=%v.""
Comment

PREVIOUS NEXT
Code Example
Shell :: ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) 
Shell :: sveltekit with tailwindcss 
Shell :: git clone https://github.com/git/git 
Shell :: fedora error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory 
Shell :: letsencrypt 
Shell :: failed: Invalid argument 
Shell :: nvm github 
Shell :: open cmd here shortcut 
Shell :: how to save curl output to a file 
Shell :: how to create a text file list of the contents of a folder and subfolders 
Shell :: bash do-while 
Shell :: how to run cmd run administrator using script 
Shell :: git create master branch in empty repository 
Shell :: le wagon setup 
Shell :: c interpreter 
Shell :: generate ssh key linux 
Shell :: how to remove package files in linux 
Shell :: add user with sudoer centos 
Shell :: free image upload server 
Shell :: Not Found The requested URL was not found on this server. Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/7.3.27 Server at localhost Port 8 
Shell :: command split by delimiter 
Shell :: ubuntu 20.4 uninstall cloud image 
Shell :: Install Deno - Shell (Mac, Linux) 
Shell :: E: Package ubuntu 
Shell :: checkout remote file different name 
Shell :: macos redirect to file with colors 
Shell :: screen record on fedora 
Shell :: how to install random module in python 
Shell :: grep Nth line after pattern 
Shell :: mac console dir 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =