Posts about 'Cygwin'
-
May 27, 2009
Linux: Looking at files changed recently
This is really handy (on Linux and Cygwin) when you're working on a project that may not be in source control and you want to see what you changed recently....
-
Apr 2, 2009
Securely copying files to another machine
Quick post about copying files between computers over a secure connection.Linux and Cygwin comes with scp, a secure version of cp.Usage... in this case I'm copying a file from my...
-
Mar 9, 2009
Using tags in emacs on windows
This requires you install the Gunwin32 tools or Cygwin, and describes how to build a tags table for the project you're working on, when using emacs to edit the source.First...
-
Sep 7, 2007
Fixing up windows pathnames to use in cygwin
I use emacs within Cygwin, and often I want to paste a pathname from an explorer window into emacs and use it there. Unfortunately you have to edit it by...