An open API service indexing awesome lists of open source software.

https://github.com/smileychris/uterm

A simple micropython-friendly terminal
https://github.com/smileychris/uterm

Last synced: about 1 year ago
JSON representation

A simple micropython-friendly terminal

Awesome Lists containing this project

README

          

=====
uterm
=====

A micropython-friendly terminal.

Just run ``uterm`` to start.

Bring up a menu with ``esc`` where you can:

- upload files
- browse remote files (``del`` to delete)

Quit from the menu or ``ctrl-a``, ``ctrl-q``.

.. image:: demo.gif
:alt: Demo of uterm running

Some basic command line functions have also been added
(run ``uterm --help`` for details)::

uterm ls
uterm get FILE
uterm exec COMMAND