Wykres commitów

12 Commity (12d456677337abd99ccb8b0a7eb41897df6ed6c1)

Autor SHA1 Wiadomość Data
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