Paul Sokolovsky
|
a8311ab86c
|
upysh: Add "clear" command to clear screen.
Based on patch by @robert-hh:
https://github.com/micropython/micropython-lib/pull/76 .
|
2016-07-17 00:42:30 +03:00 |
Paul Sokolovsky
|
fafc3ef2c5
|
upysh: Use "man" command for upysh help, leaving Python's help() alone.
Idea by @robert-hh.
|
2016-07-03 15:50:46 +03:00 |
Paul Sokolovsky
|
47b8dd03ad
|
upysh: Add to help hint that intended usage is "from upysh import *".
|
2016-06-12 19:02:03 +03:00 |
Paul Sokolovsky
|
1afdd47a37
|
upysh: Invoke help on import.
|
2016-06-12 19:00:37 +03:00 |
Paul Sokolovsky
|
d9b7dd1d06
|
upysh: Add "rm" and "rmdir" commands.
Also simplified "cd" implementation.
|
2016-06-12 18:57:14 +03:00 |
Paul Sokolovsky
|
893d03aabd
|
upysh: ls: Print file size/directory type.
|
2016-06-01 00:10:12 +03:00 |
Paul Sokolovsky
|
459c8969bc
|
upysh: Add "mv" command.
|
2016-06-01 00:02:31 +03:00 |
Paul Sokolovsky
|
a85b23058e
|
upysh: Add mkdir, newfile commands.
|
2016-05-30 21:07:49 +03:00 |
Paul Sokolovsky
|
6032b01ceb
|
upysh: Minimalistic file shell using native Python syntax.
E.g. cat("file") is equivalent of Unix shell's 'cat file'. With some tricks
though makes pwd and ls work without parens.
|
2016-05-29 01:06:29 +03:00 |