7689c03176change how editor is launched for how i do my vimmmmmmmmm
myvim
John Bintz
2012-09-10 10:51:15 -0400
22d35a2576Merge pull request #25 from jaylevitt/master
master
Adam Sanderson
2012-07-23 17:18:12 -0700
0aa962ac03accept QWANDRY_EDITOR variable to allow no-wait mode for subl, mate, etc
Jay Levitt
2012-07-23 15:20:28 -0400
f58514cee1fix deprecation warning requiring rake/rdoctask
Jay Levitt
2012-07-23 15:20:03 -0400
02dd90dd8cFix the gemspec (apparently I got some compiled rubinius files in there), and bum the version. We will call this 0.1.4.
Adam Sanderson
2011-01-06 07:42:11 -0800
77cd0f0bd3The infamous git ignore.
Adam Sanderson
2011-01-06 07:34:30 -0800
c85ddeff8cFixup qwandry to play nice with ruby 1.8.7 and rubininus.
Adam Sanderson
2011-01-05 21:00:31 -0800
2c590a72a3Get the gem load path from... Gem! I know, it is shocking.
Adam Sanderson
2011-01-05 19:59:52 -0800
9a27899c92Minor fix to allow ruby 1.8 to launch, does not load gems...
Adam Sanderson
2011-01-05 14:18:48 -0800
12dd6073a7Use ruby 1.8-compatible call syntax for Kernel#system (issue #17)
Kevin Rohrbaugh
2011-01-05 13:02:49 -0500
0eaaa57f1eVersion 0.1.2
Adam Sanderson
2011-01-01 14:19:19 -0700
f933f9e674make matching case insensitive
Adam Sanderson
2011-01-01 14:15:54 -0700
ec37f3b59ftidying up.
Adam Sanderson
2011-01-01 14:10:30 -0700
b16af67f73Differentiate between identically named repositories
Adam Sanderson
2011-01-01 14:07:07 -0700
320133c4a5Better detection of mri-ruby sources
Adam Sanderson
2011-01-01 13:56:32 -0700
237ff7df55Add rvm sources directory if available.
Adam Sanderson
2011-01-01 13:20:47 -0700
84d60ae661Check to make sure a language is installed before registering it. Now if you do not have node installed for instance, you will not see it.
Adam Sanderson
2011-01-01 09:16:19 -0700
29a1139877updating gemspec...
Adam Sanderson
2010-12-30 14:07:31 -0700
22e4068495Updating Readme for 0.1.0
Adam Sanderson
2010-12-30 13:13:49 -0700
1fc3f8c943Fixing up copy/paste typo
Adam Sanderson
2010-12-30 12:56:45 -0700
fcd76d89eeAdding support for node.js
Adam Sanderson
2010-12-30 12:52:16 -0700
9cfa17e13dLets call this 0.1.0
Adam Sanderson
2010-12-30 11:03:56 -0700
5ab6901ab1Updated custom init.rb to reflect how Qwandry expects to get configured.\nHopefully this does not break for anyone. I am assuming nobody has been too adventurous with it yet.
Adam Sanderson
2010-12-30 11:03:02 -0700
506be7f192Refactored how repositories are defined and loaded. We can now support probing tons of different types of repositories by loading them just in time.
Adam Sanderson
2010-12-30 09:56:16 -0700
147f927f84Fleshing out the documentation
Adam Sanderson
2010-12-29 15:39:11 -0700
9edfb27bd2Making Qwandry return better exit codes, if the editor command fails, pass the exit code through. Also use 4 instead of 404 for no matching package since exit codes should not exceed 127.
Adam Sanderson
2010-12-29 09:01:18 -0700
77d89621deExit with nonzero status if launch fails
Ilkka Laukkanen
2010-12-29 12:57:14 +0200
af86fe73baFix Python sys.path sniffing to work with Python 3
Ilkka Laukkanen
2010-12-29 12:24:10 +0200
9c1e1753deChange custom init.rb to better reflect the default support for perl and python.
Adam Sanderson
2010-12-11 23:40:42 -0800
f17a9d0f6bmanage TODOs with Github issues, who knows maybe someone else wants to do some of the ;)
Adam Sanderson
2010-12-11 23:38:10 -0800
9cefce255dBasic support for python
Adam Sanderson
2010-12-11 23:26:05 -0800
d9c1c94296Basic initial support for perl.
Adam Sanderson
2010-12-11 22:50:49 -0800
6a4fecc044Version 0.0.3: Thanks trans, Chris Berkhout, and Bernard Gallet for posting issues and pull requests.
Adam Sanderson
2010-12-11 14:15:36 -0800
c2900b0bf2Protect against errors in custom initialization scripts.
Adam Sanderson
2010-12-11 14:07:47 -0800
828fb0ed76Do not override customized file when --customize is called.
Adam Sanderson
2010-12-11 13:57:28 -0800
9485b5e157Follow the XDG spec for placing config files.
Adam Sanderson
2010-12-11 13:56:51 -0800
b00d4f2a70Fix for issues gh:6 and gh:7. Split up any parameters the EDITOR has and merge those with the paths. Now EDITOR can be mate -w if you want.
Adam Sanderson
2010-12-11 13:37:59 -0800
cca2e7d46aGathering some thoughts after using qw to export the standard lib.
Adam Sanderson
2010-12-10 23:31:32 -0800
c5b9c910ffHonor XDG Base Directory Specification if the user has XDG_CONFIG_HOME defined.
Adam Sanderson
2010-12-08 19:46:59 -0800
e044eebe28mend
Adam Sanderson
2010-12-08 17:54:08 -0800
432e78a908Version bump to 0.1.0
Adam Sanderson
2010-12-08 17:46:14 -0800
bc1a837b68Added a check to make sure that editor was set.
Adam Sanderson
2010-12-08 07:49:20 -0800
7fecc60495Polishing the docs a tincy bit.
Adam Sanderson
2010-12-07 19:07:04 -0800
0281d9a633Pattern matching for library names
Adam Sanderson
2010-11-19 15:01:28 -0800
d085b92630Updating docs
Adam Sanderson
2010-11-19 13:55:03 -0800
e171dafb2cMore concise file pattern matching.
Adam Sanderson
2010-11-19 09:20:37 -0800
57157b5c6badded a customize command to generate a template in the home directory
Adam Sanderson
2010-11-14 15:42:06 -0800
a341390510Adding templates for customizing Qwandry.
Adam Sanderson
2010-11-14 13:39:28 -0800
ea8c0c0b4aPretty print known paths
Adam Sanderson
2010-11-10 19:38:20 -0800
dbaa732ae4Expand paths so that shortcuts like "~/Projects" work.
Adam Sanderson
2010-11-10 18:59:57 -0800
1668fc3a55Sensible mechanism for setting default repositories.
Adam Sanderson
2010-11-10 18:56:30 -0800
39d2b456a7optionally load a custom configuration script.
Adam Sanderson
2010-11-10 13:24:36 -0800
6c44db6e65Recipes are silly, undoing some excessive code.
Adam Sanderson
2010-11-10 09:24:23 -0800
aac88bcabccustom recipes
Adam Sanderson
2010-11-10 07:37:53 -0800
4eaedbad12Made recipes normal classes, less magic.
Adam Sanderson
2010-11-10 00:26:26 -0800
22ec2aa217Adding recipes
Adam Sanderson
2010-11-08 22:31:09 -0800
6bdbbcad3bAdding gemspec
Adam Sanderson
2010-11-08 21:13:16 -0800
c3edb028ecbetter option formatting and handling for specifying repositories.
Adam Sanderson
2010-11-08 21:12:21 -0800
ac5e9c233aRecognize ruby standard library idioms.
Adam Sanderson
2010-11-08 21:02:43 -0800
127a76f5baallow searching a specific repository
Adam Sanderson
2010-11-08 19:39:00 -0800
912fdb4882Preparing for gem and binary.
Adam Sanderson
2010-08-17 22:30:57 -0700
4029d97348Version bump to 0.0.0
Adam Sanderson
2010-08-17 22:30:30 -0700
e5b64406ceCreate a proper executable for qwandry, qw
Adam Sanderson
2010-08-17 21:42:57 -0700
0306e71f47Reorganizing files, cleaning up.
Adam Sanderson
2010-08-16 22:53:40 -0700
c694a1608bAllow overiding the editor
Adam Sanderson
2010-08-16 21:23:42 -0700
c09b5c7988Allow people to not use textmate in the unlikely event that they use something else ;)
Adam Sanderson
2010-08-16 21:12:33 -0700
2787a16a9fgracefully handle 0 matches.
Adam Sanderson
2010-08-16 21:06:58 -0700
c59a690643Added optional custom repository.rb and made qwandry pick the package if there is only one match.
Adam Sanderson
2010-08-16 21:04:29 -0700
a9152515c6Smarter repository loading for ruby standard library and gems.
Adam Sanderson
2010-08-15 21:02:43 -0700
cf69064893named repositories
Adam Sanderson
2010-08-08 21:15:20 -0700
5ea99e2c24Package, noun => class.
Adam Sanderson
2010-08-06 09:48:52 -0700
a809fcbdd5organizing my thoughts
Adam Sanderson
2010-08-05 17:49:12 -0700
e6a23d045brefining repositories a little, there are a few common layouts. We will start with flat ones.
Adam Sanderson
2010-08-05 08:09:58 -0700
8062659921Quick and dirty spike. Mocked up a working version, next up... code that is not terrible.
Adam Sanderson
2010-08-05 07:41:35 -0700