JT
|
131b5b56d7
|
Finish removing arg deserialization (#3552)
* WIP remove process
* WIP
* WIP
* Finish removing arg deserialization
|
2021-06-04 18:23:57 +12:00 |
|
JT
|
d79a3130b8
|
Make the default int an i64 (#3428)
* Make the default int an i64
* fmt
* Fix random integer
* Treat pids as i64 for now
|
2021-05-14 20:35:09 +12:00 |
|
JT
|
6769d46dbb
|
Do less work in sys (#3413)
|
2021-05-12 17:24:22 +12:00 |
|
Darren Schroeder
|
87c7898b65
|
update sysinfo due to breaking change with get_version (#2988)
|
2021-01-30 12:21:32 -06:00 |
|
Jonathan Turner
|
b692ca7896
|
Fix ps sys units (#2967)
* Fix the units for sys and ps
* Better conversion
|
2021-01-25 08:34:43 +13:00 |
|
Darren Schroeder
|
a3be6affa4
|
fix some misalignment errors (#2959)
|
2021-01-23 07:39:09 +13:00 |
|
Jonathan Turner
|
b435075e09
|
Temporarily(?) switch from heim+uom to sysinfo (#2954)
* Switch from heim to sysinfo
* WIP
* more cleanup
* fmt
* lint
|
2021-01-20 20:18:38 +13:00 |
|
Joseph T. Lyons
|
a5f7600f6f
|
Fix typos (#2842)
|
2021-01-02 17:24:32 +13:00 |
|
Jonathan Turner
|
9b577b8679
|
Update bigint/bigdecimal (#2585)
* Update bigint/bigdecimal
* clippy
|
2020-09-22 05:28:31 +12:00 |
|
Jonathan Turner
|
0bc2e29f99
|
Rename 'bytes' to 'filesize' (#2153)
|
2020-07-11 14:17:37 +12:00 |
|
Pierre-André Gagnon
|
e07a9e4ee7
|
1747 add ns to duration (#2128)
* Added nanos to Duration
* Removed unwraps
* Added nanos to Duration
* Removed unwraps
* Fixed errors
* Removed unwraps
* Changed serialization to String
* Fixed Date and Duration comparison
|
2020-07-11 05:48:11 +12:00 |
|
Jonathan Turner
|
2dc43775e3
|
Bump to latest heim (#1920)
* Bump to latest heim
* Fix pinning issue
|
2020-05-31 08:54:33 +12:00 |
|
Jonathan Turner
|
7974e09eeb
|
Math operators (#1601)
* Add some math operations
* WIP for adding compound expressions
* precedence parsing
* paren expressions
* better lhs handling
* add compound comparisons and shorthand lefthand parsing
* Add or comparison and shorthand paths
|
2020-04-18 13:50:58 +12:00 |
|
Jonathan Turner
|
fbddc12c02
|
Move uptime to being a duration value (#1573)
|
2020-04-11 19:40:56 +12:00 |
|
Jonathan Turner
|
b5ea522f0e
|
Add a --full mode to ps (#1507)
* Add a --full mode to ps
* Use a slightly older heim
|
2020-03-20 20:53:49 +13:00 |
|
Kyle Criddle
|
5b0b2f1ddd
|
Fixes #1204 : sys | get host.users displays the same user (#1480)
account twice while only one exists (macOS)
- renamed host.users to host.sessions
|
2020-03-12 14:01:55 +13:00 |
|
Jonathan Turner
|
473e9f9422
|
Tiny improvement to sys (#1385)
|
2020-02-13 08:33:55 -08:00 |
|
Andrés N. Robalino
|
3610baa227
|
Default plugins are independent and called from Nu. (#1322)
|
2020-01-31 17:45:33 -05:00 |
|
Andrés N. Robalino
|
f6c62bf121
|
Nu plugins now depend on nu-plugin crate.
|
2019-12-27 08:52:15 -05:00 |
|
Jonathan Turner
|
31c703891a
|
Bump heim and necessary deps
|
2019-12-15 02:27:14 +13:00 |
|
Jonathan Turner
|
1dcbd89a89
|
Trying this as a workaround to the [[bin]] issue
|
2019-12-10 16:57:55 +13:00 |
|
Jonathan Turner
|
88f899d341
|
Move some plugins back to being core shippable plugins
|
2019-12-10 13:05:40 +13:00 |
|
Jonathan Turner
|
d12c16a331
|
Extract ps and sys subcrates. Move helper methods to UntaggedValue
|
2019-12-05 08:52:31 +13:00 |
|