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
- Host: GitHub
- URL: https://github.com/smileychris/uterm
- Owner: SmileyChris
- Created: 2016-09-20T05:16:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T02:34:11.000Z (over 8 years ago)
- Last Synced: 2025-04-09T10:06:12.438Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/uterm
- Size: 73.2 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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