Wykres commitów

6 Commity (1f31d5a1645d89cc7e52710b932c300af565b2f6)

Autor SHA1 Wiadomość Data
Igorello74 1f31d5a164
micropython/upysh: black format 2023-05-08 00:00:20 +05:00
Igorello74 2bc5664585
micropython/upysh: update man 2023-05-07 23:44:54 +05:00
Igorello74 3108e2a53e
Micropython/upysh: Improve UX and making functions private
Micropython/upysh: Improve UX by allowing calling commands interactively;
make internal classes and functions not importable (put _ before their names).

interactively means you don't have to type tons of brackets and quotes
(something alike what you expect from a normal shell),
to figure out this behavior just type cd or mv
2023-05-07 23:34:37 +05:00
robert-hh 760bfefd9d micropython/upysh: Add the cp() function and improve ls and rm.
- cp() copies a file. If the target is a directory, the file is copied
  into that directory.  It uses a small buffer, so it's not fast.
- ls uses ilistdir and creates a sorted output with directories listed as
  the first group.
- rm optionally deletes recursive, if the target is a directory.
2022-03-24 10:37:48 +11:00
Jim Mussared fa13cbbc8b all: Run black over all code.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-27 15:50:04 +10:00
Jim Mussared 1a28fe84e8 top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00