Commit graph

87 commits

Author SHA1 Message Date
Andrés N. Robalino
9488c41dcd can embed a new field to the table 2019-09-02 00:37:13 -05:00
sharks
2dc78b2caf Add crates.io badge 2019-09-01 20:43:30 -05:00
Andrés N. Robalino
ca0c6eaf58 This commit introduces a basic help feature. We can go to it
with the `help` command to explore and list all commands available.

Enter will also try to see if the location to be entered is an existing
Nu command, if it is it will let you inspect the command under `help`.

This provides baseline needed so we can iterate on it.
2019-08-31 19:06:11 -05:00
Jonathan Turner
f5db3276b9
Update README.md 2019-08-31 18:12:08 +12:00
Jonathan Turner
90daf0a486
Update README.md 2019-08-31 17:14:04 +12:00
Jonathan Turner
5ef70c5f01
Update README.md 2019-08-30 13:39:20 +12:00
Vanessa Sochat
6d0ea5eda4
updating README to include instructions and link for quay.io, and removing multistage build for devel branch
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-08-29 18:45:24 -04:00
est31
a7d4a8b065 Make neso dependency optional 2019-08-29 01:38:48 +02:00
Odin Dutton
a1b30fda75 Remove sort-by --reverse flag
Prefer `ls | sort-by size | reverse` over `ls | sort-by size --reverse`.
2019-08-28 13:06:22 +10:00
Yehuda Katz
34c042c4fc
Merge pull request #429 from vsoch/add/Dockerfile
Adding Dockerfile for easier usage
2019-08-27 10:54:49 -07:00
Jonathan Turner
30187e0311
Update README.md 2019-08-26 11:47:35 +12:00
Jane Lusby
04d2371cd6 Make it more obvious that nightly is required 2019-08-25 15:45:12 -07:00
Vanessa Sochat
ec0bc00253
adding dockerfile
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-08-25 17:56:49 -04:00
Jonathan Turner
236e9ac81e
Merge pull request #399 from incrop/sort-by-reverse
Add --reverse option for sort-by
2019-08-25 09:51:25 +12:00
Eoin Kelly
c80907b7e6
Fix typo 2019-08-25 09:48:02 +12:00
Dmitry Starostin
19772f82aa
Add --reverse option for sort-by 2019-08-25 00:11:38 +03:00
est31
b777cf9008 There is no dependency on libssl on mac os any more 2019-08-24 21:32:28 +02:00
Jonathan Turner
5a72f6db56
Update README.md 2019-08-25 04:38:11 +12:00
ineol
668d3a4392
Fix typo in README 2019-08-24 09:15:33 +02:00
Jonathan Turner
bc6c92b5b9
Update README.md 2019-08-24 09:03:39 +12:00
Jonathan Turner
1662719988
Update README.md 2019-08-24 08:37:44 +12:00
Jonathan Turner
ef1a8aea80
Update README.md 2019-08-24 03:39:50 +12:00
Jonathan Turner
8c7c72f555
Update README.md 2019-08-24 03:39:30 +12:00
Jonathan Turner
5570899ea5
Update README.md 2019-08-24 03:34:36 +12:00
Jonathan Turner
e21d7a0a11
Update README.md 2019-08-24 03:32:28 +12:00
Jonathan Turner
0d5b7a7f10
Update README.md 2019-08-24 03:27:52 +12:00
Jonathan Turner
c95c905c59
Update README.md 2019-08-23 17:23:53 +12:00
Jonathan Turner
50f6aec444
Update README.md 2019-08-23 16:03:07 +12:00
Jonathan Turner
81d83d7655
Update README.md 2019-08-18 15:27:03 +12:00
Andrés N. Robalino
154063013f mv introduced. \¡Viva\! 2019-08-14 15:29:05 -05:00
Jonathan Turner
4411a5b72c
Merge pull request #281 from jonathandturner/improve_arrays
Add from_array and improve array viewing
2019-08-12 18:16:08 +12:00
Jonathan Turner
3d5395fdd5 Add from_array and improve array viewing 2019-08-12 17:51:13 +12:00
Jonathan Turner
56a437b14b update readme 2019-08-12 17:19:22 +12:00
Jonathan Turner
972255ae25
Update README.md 2019-08-08 13:50:45 +12:00
Andrés N. Robalino
ba6d62ea0c mkdir creates intermediary directories as required (the default). --create-all/--deep flag removed. 2019-08-07 14:38:00 -05:00
Andrés N. Robalino
50393bdf42 Make more visible the strategies for figuring out where to copy files. 2019-08-07 13:42:52 -05:00
Andrés N. Robalino
e0bacaaf37 clean up. more cp. mkdir. more test coverage. fixes.
- Introduced mkdir.
- Minor more labelled error improvements.
- Fix to avoid leaking child zombies.
- cp improvements.
- Introduced mkdir.
2019-08-07 13:28:46 -05:00
Jonathan Turner
c231dd32cd
Multi shells (#254)
Add multi-shells
2019-08-08 05:49:11 +12:00
Jonathan Turner
db3ff52973 Add tags command and fix source_map transfer 2019-08-01 15:25:59 +12:00
Andrés N. Robalino
d1399c0c0c str filter description to readme. 2019-07-28 19:00:06 -05:00
Jonathan Turner
adab072760
Merge pull request #220 from jonathandturner/sys
Sysinfo is now sys
2019-07-28 15:04:25 +12:00
Jonathan Turner
c85b7728bc Remove old sysinfo and finish sys 2019-07-28 14:02:42 +12:00
Jonathan Turner
81396518b7
Update README.md 2019-07-28 04:44:32 +12:00
Jonathan Turner
96f26b30a7 Add date command 2019-07-26 16:09:19 +12:00
Jonathan Turner
72384629fd
Merge pull request #205 from androbtech/cp_play
Introduced initial cp functionality.
2019-07-24 04:46:30 +12:00
Jonathan Turner
ec7d49b0d2 Add and edit functionality 2019-07-22 15:52:57 +12:00
Andrés N. Robalino
2da43f4b06 Introduced initial cp functionality. 2019-07-21 21:23:02 -05:00
Andrés N. Robalino
895a1b2d72 Introduced ability to open csv documents. 2019-07-19 15:48:42 -05:00
Andrés N. Robalino
514da5bfa7 Can remove files and directories. 2019-07-18 05:21:24 -05:00
Jonathan Turner
cc1afc7a7e
Update README.md 2019-07-18 16:54:21 +12:00