Wykres commitów

21 Commity (09c59c47042b61e96519e22d451d36d86b37a518)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 65fb3707ba all: metadata.txt: Bump version for gzip 4k conversion. 2016-10-11 06:46:12 +03:00
Paul Sokolovsky 1e83b27b9d upysh: Release 0.6. 2016-08-06 15:11:28 +03:00
mad474 c5b01d18fd upysh: Mention "mv" command in help text 2016-08-06 13:50:34 +02:00
Paul Sokolovsky b5fb588144 upysh: Release 0.5. 2016-07-17 00:44:10 +03:00
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 37f8273715 upysh: Add short description (for PyPI search results). 2016-07-03 15:55:02 +03:00
Paul Sokolovsky 12d4566773 upysh: Release 0.4. 2016-07-03 15:51:53 +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 c2385790a4 upysh: Release 0.3. 2016-06-12 19:07:23 +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 08ebeb537d upysh: Release 0.2. 2016-06-01 00:10:44 +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 74d90076fc upysh: Add metadata. 2016-05-29 01:07:57 +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