about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2013-09-09 On reload, wipe the environmentEelco Dolstra1-8/+18
2013-09-09 Add licenseEelco Dolstra1-0/+674
2013-09-09 Add :reload commandEelco Dolstra1-8/+33
2013-09-09 Build on Mac OS XEelco Dolstra1-1/+1
2013-09-09 Add system argumentEelco Dolstra1-2/+2
2013-09-09 Add :quit commandEelco Dolstra1-19/+36
2013-09-09 Temporary hack to parameterize nixpkgsEelco Dolstra1-1/+3
2013-09-09 Add sugar for defining a variableEelco Dolstra1-14/+41
2013-09-09 Add help (:?)Eelco Dolstra1-1/+13
2013-09-09 Support tab-completion on attribute setsEelco Dolstra1-5/+34
2013-09-09 printValue: Show assertion errors inlineEelco Dolstra1-6/+18
2013-09-09 printValue: Don't show lists/attribute sets twiceEelco Dolstra1-6/+26
2013-09-07 Improved value displayEelco Dolstra1-2/+116
2013-09-06 Restore affinityEelco Dolstra2-8/+28
2013-09-06 Add basic variable name completionEelco Dolstra1-42/+87
2013-09-06 Load files specified on the command lineEelco Dolstra1-12/+24
2013-09-06 Add a command :s to start a nix-shell for a derivationEelco Dolstra1-13/+21
2013-09-06 Add a command :b to build a derivationEelco Dolstra1-5/+26
2013-09-06 Don't exit on SIGINT during evaluationEelco Dolstra1-0/+3
2013-09-06 Use readline history fileEelco Dolstra1-1/+7
2013-09-06 Handle SIGINT to cancel the current lineEelco Dolstra1-5/+37
2013-09-06 Fix buildEelco Dolstra1-1/+1
2013-09-02 Add a command :l for loading a file into scopeEelco Dolstra1-10/+33
2013-09-02 Add a command :t for showing the type of an expressionEelco Dolstra1-4/+17
2013-09-02 Support adding variables to the scopeEelco Dolstra1-9/+86
2013-09-02 Initial version of nix-replEelco Dolstra2-0/+67