Releases: adafruit/Adafruit_Python_Shell
Updated the message on last reboot check to remind users to re-run script
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Added some more functions
- Added a function to prompt for reboot
- Added a function to check if the system has been rebooted since the last kernel update
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Run Command Bug Fixes
- Fixed an issue where errors didn't show when running shell commands
- Fixed an issue where it was returning a misspelled release name
- Fixed an issue where sometimes pressing control-c while running a command would mess with the terminal
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Fixed some copy/move related bugs
- Fixed an issue where it failed to copy if the destination was a directory
- Fixed an issue where it failed to copy if the file already existed
- Fixed an issue where it failed to moved if the file already existed
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Minor improvements and bugfixes
- run_command suppresses errors on utf-8 decoding
- Added copy function for copying files.
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
1.2.1: Merge pull request #5 from makermelissa/master
- run_command can return the result now
- Added python3 check
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Added search/replace, popd, pushd, date, and more
- Added pattern find/replace
- Added popd/pushd functions
- Added date function
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Added board detection and OS convenience functions
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Added reboot, chdir and getcwd
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.
Initial Release
To use in CPython, pip3 install Adafruit-Python-Shell
.
Read the docs for info on how to use it.