public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64)
       [not found] <52B05AAF.4080107@gmail.com>
@ 2013-12-17 14:45 ` Dave Kilroy
  2014-01-07 19:06   ` Mikhail Usenko
  2014-02-21  2:35 ` [ANNOUNCEMENT] Updated: chere-1.4-1 " Dave Kilroy
  1 sibling, 1 reply; 3+ messages in thread
From: Dave Kilroy @ 2013-12-17 14:45 UTC (permalink / raw)
  To: cygwin

Version 1.3-1 of "chere" has been uploaded and should be available from 
mirrors shortly.

chere is a script allowing you to add Explorer context menus to start 
cygwin in the selected directory.

This version of the script supports x86 and x86_64. If you have 32 and 
64 bit cygwin installed on the same machine, you can add separate 
context menu entries to start 32 or 64 bit terminals. The default menu 
text does not differentiate between 32 and 64 bit, so if you do this you 
should use the -e option.

Changes:
* Add background context menus on Windows 7 and later
* Support 64 bit cygwin

Fixes:
* Change to appropriate drive when shell is cmd
* Quote path for cmd correctly
* Uninstall correctly when cygwin not in path


               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look 
at the "List-Unsubscribe: " tag in the email header of this message. 
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available 
starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64)
  2013-12-17 14:45 ` [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64) Dave Kilroy
@ 2014-01-07 19:06   ` Mikhail Usenko
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Usenko @ 2014-01-07 19:06 UTC (permalink / raw)
  To: cygwin

On Tue, 17 Dec 2013 06:11:49 -0800
Dave Kilroy <...> wrote:

> Version 1.3-1 of "chere" has been uploaded and should be available from 
> mirrors shortly.
> 
> Changes:
> * Add background context menus on Windows 7 and later
> * Support 64 bit cygwin
> 
> Fixes:
> * Change to appropriate drive when shell is cmd
> * Quote path for cmd correctly
> * Uninstall correctly when cygwin not in path

Hello, Dave I am using these registry entries with command one-liners to launch
bash and mintty from the Windows 8 explorer context menus.  They works fine
with directory names containing apostrophes (e.g. "C:\t'e s  t\"). Take a
look on it if this can be adapted for the first method (-1) of chere to
address the problem with the apostrophes for it.

--
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\background\shell\CYGWIN64-MINTTY-BASH]
@="Cygwin &Bash prompt here"

[HKEY_CLASSES_ROOT\Directory\background\shell\CYGWIN64-MINTTY-BASH\command]
@="\"C:\\Cygwin64\\0\\bin\\mintty.exe\" -e /bin/bash.exe -l -c \"cd \\\"$(/bin/cygpath.exe \\\"%V\\\")\\\"; exec /bin/bash.exe\""

[HKEY_CLASSES_ROOT\Folder\shell\CYGWIN64-MINTTY-BASH]
@="Cygwin &Bash prompt here"

[HKEY_CLASSES_ROOT\Folder\shell\CYGWIN64-MINTTY-BASH\command]
@="\"C:\\Cygwin64\\0\\bin\\mintty.exe\" -e /bin/bash.exe -l -c \"cd \\\"$(/bin/cygpath.exe \\\"%L\\\")\\\"; exec /bin/bash.exe\""

--
-- 


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ANNOUNCEMENT] Updated: chere-1.4-1 (x86 and x86_64)
       [not found] <52B05AAF.4080107@gmail.com>
  2013-12-17 14:45 ` [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64) Dave Kilroy
@ 2014-02-21  2:35 ` Dave Kilroy
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Kilroy @ 2014-02-21  2:35 UTC (permalink / raw)
  To: cygwin

Version 1.4-1 of "chere" has been uploaded and should be available from 
mirrors shortly.

chere is a script allowing you to add Explorer context menus to start 
cygwin in the selected directory.

This script supports x86 and x86_64 simultaneously. If you have 32 and 
64 bit cygwin installed on the same machine, you can add separate 
context menu entries to start 32 or 64 bit terminals. The default menu 
text does not differentiate between 32 and 64 bit, so if you do this you 
should use the -e option.

Changes:
* Use getent to identify the user login shell when the shell is 
unspecified or set as passwd
* Support fish shell

Fixes:
* Allow cd'ing to directories containing single quotes when using 
registry one-liners (-1)

               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look 
at the "List-Unsubscribe: " tag in the email header of this message. 
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available 
starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-21  1:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <52B05AAF.4080107@gmail.com>
2013-12-17 14:45 ` [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64) Dave Kilroy
2014-01-07 19:06   ` Mikhail Usenko
2014-02-21  2:35 ` [ANNOUNCEMENT] Updated: chere-1.4-1 " Dave Kilroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).