Commit Graph

1482 Commits

Author SHA1 Message Date
d105d77928 Actual (results) on left hand side and expected values on the right.
"toint" makes it more clear than "int" under Str(strutils) plugin.
2019-07-31 23:50:03 -05:00
e7fb58ef9a Tests communicate better (separate) plugin wiring vs str features. 2019-07-31 23:50:03 -05:00
832c329363 Check plugin str flags are wired properly when configuring. 2019-07-31 23:50:03 -05:00
81d796472a Improved code readability. 2019-07-31 23:50:03 -05:00
193b8dbe20 Syntax cleaning bit. 2019-07-31 23:50:03 -05:00
8ac36e0e83 str from std not needed. 2019-07-31 23:50:03 -05:00
a0890b551a strutils can also convert to an integer now. 2019-07-31 23:50:03 -05:00
b29e7c1e36 cover raw strutils to upcase and downcase 2019-07-31 23:46:59 -05:00
c3034d3247 No longer need to trace call_info 2019-07-31 23:46:59 -05:00
0b8bbd8637 Unit Testing WIP. 2019-07-31 23:46:59 -05:00
db3ff52973 Add tags command and fix source_map transfer 2019-08-01 15:25:59 +12:00
462f783fac initial change to Tagged<Value> 2019-08-01 13:58:42 +12:00
509dfe72a8 Switch to rustyline nightly 2019-07-31 05:57:22 +12:00
8ac70e7408 Various open improvements 2019-07-30 15:48:02 +12:00
7b548026a2 Merge pull request #229 from jonathandturner/better_short_names
Change list/object to better short names
2019-07-30 14:10:37 +12:00
389d9988f3 Change list/object to better short names 2019-07-30 13:54:33 +12:00
2e84276d68 Merge pull request #228 from jonathandturner/sys_unwrap_refactor
Fix unwraps in sys
2019-07-30 13:30:11 +12:00
583ef0da32 Fix unwraps in sys 2019-07-30 13:14:01 +12:00
a8cb395bf1 Merge pull request #227 from jonathandturner/bump
Bump deps
2019-07-29 20:17:01 +12:00
618be5de54 Remove workaround. Need a better one 2019-07-29 20:01:09 +12:00
bd639b52ff bump deps 2019-07-29 19:46:24 +12:00
403f9d2499 Revert "Switch way of doing terminal size calculation" 2019-07-29 16:18:11 +12:00
be4262e96a Separate Nu plugin logic. 2019-07-28 21:30:47 -05:00
87b299739c Make the validation especific to str plugin for now. 2019-07-28 20:28:43 -05:00
7c4706ee50 Validation baseline. 2019-07-28 18:34:37 -05:00
5a4805d422 Switch way of doing terminal size calculation 2019-07-29 05:34:04 +12:00
59dec999b8 string utils plugin baseline. 2019-07-28 02:01:32 -05:00
c85b7728bc Remove old sysinfo and finish sys 2019-07-28 14:02:42 +12:00
2464a33660 Progress the sys plugin a bit further 2019-07-28 08:09:25 +12:00
a09361698e Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
eba20e5c7b Partial buffers just get printed to screen 2019-07-27 07:31:46 +12:00
e4797f8895 Add end_plugin and sum 2019-07-27 06:40:00 +12:00
96f26b30a7 Add date command 2019-07-26 16:09:19 +12:00
1f26101e2f Yet more improvements to textview (and binaryview) 2019-07-26 04:22:22 +12:00
e74856a14e Redo frame 2019-07-25 17:19:19 +12:00
f2873edf6c One more go at fixing scroll textarea in windows 2019-07-25 14:43:51 +12:00
501482cc31 Move to rawkey 2019-07-25 13:25:17 +12:00
a6b79748d9 Move to async keys for textview 2019-07-25 13:07:33 +12:00
f3fdda8d35 Move textview to plugin 2019-07-25 05:14:30 +12:00
568931c80c add basic paging to text views 2019-07-24 19:44:12 +12:00
73deeb69db Clean up lint errors 2019-07-23 21:10:48 -07:00
5a8e041a48 Tests pass! 2019-07-23 15:22:11 -07:00
72384629fd Merge pull request #205 from androbtech/cp_play
Introduced initial cp functionality.
2019-07-24 04:46:30 +12:00
0790a714b0 Appropiate error handling when copying (thanks @jonathandturner) 2019-07-23 01:03:35 -05:00
ec7d49b0d2 Add and edit functionality 2019-07-22 15:52:57 +12:00
2da43f4b06 Introduced initial cp functionality. 2019-07-21 21:23:02 -05:00
12a785f2a2 Merge pull request #202 from jonathandturner/add_bat_syntax
Add a more complete syntax file (from bat)
2019-07-22 04:31:57 +12:00
5108ebccac Merge pull request #201 from jonathandturner/row_numbers
Row numbers
2019-07-22 04:31:42 +12:00
142596c36e Add a more complete syntax file (from bat) 2019-07-22 04:03:54 +12:00
191dacdd8b Introduced conversion to csv command. 2019-07-21 02:08:05 -05:00