From matt at tplus1.com Sun May 3 12:28:53 2009 From: matt at tplus1.com (Matthew Wilson) Date: Sun, 3 May 2009 12:28:53 -0400 Subject: [ditz-talk] How does ditz find the .ditz folder when PWD is in a subdirectory? Message-ID: I like how I can run $ ditz todo from any subdirectory within my project. Where is the code that searches for the .ditz directory? I want to use that feature in an unrelated project. -- Matthew Wilson matt at tplus1.com http://tplus1.com From wmorgan-ditz at masanjin.net Mon May 4 07:58:30 2009 From: wmorgan-ditz at masanjin.net (William Morgan) Date: Mon, 04 May 2009 04:58:30 -0700 Subject: [ditz-talk] How does ditz find the .ditz folder when PWD is in a subdirectory? In-Reply-To: References: Message-ID: <1241438280-sup-4391@entry> Reformatted excerpts from Matthew Wilson's message of 2009-05-03: > from any subdirectory within my project. Where is the code that > searches for the .ditz directory? I want to use that feature in an > unrelated project. ditz.rb circa line 39, #find_dir_containing. Very simple. -- William