Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zsh open current directory in explorer

# To open the current directory in Explorer 
explorer.exe .
# You can set alias with .bashrc for a custom command:
echo 'alias explorer="explorer.exe ."' >> ~/.bashrc
source ~/.bashrc
# Now type explorer in terminal:
explorer 
# if you user zsh terminal:
echo 'alias explorer="explorer.exe ."' >> ~/.zshrc
source ~/.zshrc
explorer 
#Follow me on Linkedin if this helped ;)
Comment

PREVIOUS NEXT
Code Example
Shell :: fast downloader command line 
Shell :: dig +noall +answer 
Shell :: gpg send key 
Shell :: how to know if my linux is debian or fedora 
Shell :: uninstall couchbase 
Shell :: create branch git command 
Shell :: remove remote origin git 
Shell :: container registry permissions gcp 
Shell :: lxc command not found 
Shell :: windows stop service 
Shell :: push my logs to elk using filebeat 
Shell :: windows execute file command 
Shell :: how to check pia checksum 
Shell :: install kismet 
Shell :: git revert last 2 commits 
Shell :: undo git amend 
Shell :: nativescript create angular project 
Shell :: linux move everything except 
Shell :: git how to not commit but keep changes 
Shell :: how to clone ubuntu 
Shell :: apt install edge 
Shell :: ffmpeg green screen 
Shell :: winui 3 installation 
Shell :: ssh codecommit 
Shell :: Docker show currently running containers 
Shell :: linux command to show memory hardware 
Shell :: git prune local branches 
Shell :: tar append 
Shell :: how to clear a file without deleting it linux 
Shell :: create gz in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =