The Artima Developer Community
Sponsored Link

Java Buzz Forum
"Bash Here"

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
"Bash Here" Posted: Oct 17, 2004 7:13 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: "Bash Here"
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

This happens to me many times: I was in Windows Explorer deep down in a folder structure, saw a file, and realized that I wanted to run a command line tool on that file.

What I have done in the past is to go to a command shell, and issue a series cd commands to get to the target directory and run the command line tool.

Not any more, thanks to chere ("Command prompt Here"), a newly arrived Cygwin utility. Running

[weiqi@gao] $ chere -i

installs a context menu "Bash Here" for folders in Windows Explorer. It opens a bash shell at the right directory.

Likewise, running

[weiqi@gao] $ chere -i -s cmd

installs a context menu "Command Prompt Here" that opens the CMD.EXE prompt.

[weiqi@gao] $ chere -u -s bash
[weiqi@gao] $ chere -u -s cmd

uninstalls the context menus.

Read: "Bash Here"

Topic: 20,000 Links Visited - Thanks for the support. Previous Topic   Next Topic Topic: [Oct 8, 2004 03:49 PDT] 13 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use