Commit Graph

4948 Commits

Author SHA1 Message Date
707af3f3ca Merge branch 'master' of github.com:jonnywalker81/nushell into initial-docker-command-impl 2019-09-22 18:53:31 -07:00
480467447e Initial Docker command implementation. 2019-09-22 18:49:11 -07:00
d7d2a7ee77 Merge pull request #691 from pka/config-in-env
Include config paths in env command
2019-09-21 04:19:24 +12:00
9623a255c4 Include history path in env command 2019-09-20 10:37:05 +02:00
db3b2595e6 Merge pull request #690 from pka/history-path
History path
2019-09-20 09:50:03 +12:00
112e5d096f Include config path in env command 2019-09-19 23:07:09 +02:00
484d8c26ac Save history when leaving with Ctrl-C 2019-09-19 22:55:53 +02:00
df7a3a4863 Store history.txt in user data path 2019-09-19 22:29:11 +02:00
70ac2381c5 Merge pull request #672 from pka/sublime-style-search
Sublime style history search
2019-09-20 07:54:11 +12:00
d7e7f48aaa Deactivate fuzzy search on Windows for now 2019-09-19 20:45:58 +02:00
8d5b1ad233 Merge pull request #656 from jankoprowski/debian
Introduce debian packaging
2019-09-20 06:34:29 +12:00
639a316677 Fix selection list display glitches 2019-09-19 20:18:39 +02:00
0c9a62aeec Separate highlighting from fuzzy search 2019-09-19 20:18:39 +02:00
0a0be19bed Rename histsearch to fuzzysearch 2019-09-19 20:18:39 +02:00
1c95bf05dc Process selected command 2019-09-19 20:18:39 +02:00
1e3549571c Bind fuzzy history search to Ctrl-R 2019-09-19 20:18:39 +02:00
44b7e07569 Add Sublime style history search demo 2019-09-19 20:15:48 +02:00
a96836facb Use tags instead container id and add all binaries to debian/install 2019-09-19 17:57:36 +02:00
85a5ed70b1 Replace command with <image-id> 2019-09-19 08:16:39 +02:00
6acb2a9f9c Merge pull request #685 from jonathandturner/urlencode
Add urlencode/urldecode
2019-09-19 17:24:33 +12:00
5ff94004c6 Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
a8e2801e0b Enhance docker/packaging/README.md about issue links 2019-09-18 17:43:06 +02:00
c9310265fe Remove Dockerfile.bionic from docker directory 2019-09-18 17:04:31 +02:00
4017f67855 Merge pull request #680 from jonathandturner/fix_673
Add origins back to open
2019-09-18 19:43:56 +12:00
3659e51163 Fix origin in binaryview 2019-09-18 19:18:58 +12:00
72e6222992 Switch to using Uuid::nil() and fix test 2019-09-18 19:05:33 +12:00
2cf7249794 Fix autoview breakage 2019-09-18 18:37:04 +12:00
0beb067211 Update README.md
Add note about pivot
2019-09-17 19:33:52 +12:00
a54afd1747 Merge pull request #678 from jonathandturner/pivot
Replace vtable with pivot command
2019-09-17 19:30:09 +12:00
f6b82e4c0c Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
1b42438e8f Merge pull request #677 from jonathandturner/fix_internal_it
Fix internal $it paths
2019-09-17 15:09:29 +12:00
7fbd6ce232 Fix internal paths 2019-09-17 14:09:15 +12:00
4ad249694f Base on quay.io/nushell/nu-base:latest image 2019-09-16 19:55:53 +02:00
60dbca8bc6 Merge pull request #675 from jonathandturner/env
Add env command
2019-09-17 04:19:12 +12:00
17855d37a4 Add env command 2019-09-16 19:52:58 +12:00
c9db3c498b Merge pull request #671 from nushell/rustyline_5_0_3
Move rustyline to latest stable
2019-09-16 06:42:05 +12:00
8a6c700478 Move rustyline to latest stable 2019-09-16 06:18:06 +12:00
f4dfdab4e4 Merge pull request #670 from jonathandturner/improve_ls_and_defaults
Improve default features and don't precompute ls
2019-09-15 14:23:00 +12:00
88c1b1dc6f Improve default features and don't precompute ls 2019-09-15 13:51:19 +12:00
6bb277baaa Merge pull request #668 from nushell/span-to-tag
Span to tag
2019-09-14 15:10:04 -05:00
91bea7fb2a Assert the column is unknown.
did you mean in error messages appear when `get`ing unknown columns. Here we know the column does not exist so we check the exact error message.
2019-09-14 14:53:31 -05:00
dc4421c07d Str flags no longer supported. 2019-09-14 14:50:26 -05:00
fe993fa0ff Merge pull request #669 from jonathandturner/serde_bigvals
Serialize bigint/bigdecimal as i64/f64
2019-09-15 06:08:51 +12:00
2b88f1eed0 Serialize bigint/bigdecimal as i64/f64 2019-09-15 05:48:24 +12:00
17d2a27350 Fixed lints 2019-09-14 12:16:52 -05:00
19767ad551 Taking another stab at replacing Span with Tag 2019-09-14 11:48:45 -05:00
ab915f1c44 Revert "Revert "Migrate most uses of the Span concept to Tag""
This reverts commit bee7c5639c.
2019-09-14 11:30:24 -05:00
0afda5c466 Merge pull request #667 from nushell/rustyline-git
Switch to rustline git instead of crates.io
2019-09-14 11:29:22 +12:00
417916d2da Switch to rustline git instead of crates.io
There have been a few fixes in rustyline we want to help test, so let's switch to their latest master ahead of the next release.
2019-09-14 11:10:08 +12:00
4922028d69 Update README.md 2019-09-14 10:58:28 +12:00