Tkterminal Versions Save

Terminal widget for Tkinter library.

v0.1.0

2 years ago

First stable/production release of tkterminal

Bug

  • Fix direction not wokring for multi-line commands
  • Fix Overlapping commands
  • Fix basename editing
  • Fix copying issue
  • Fix insert moving up and down
  • Fix insert stuck in awkward places
  • Other bugs fixes and improvements

Feature

  • Add change directory (CWD) functionality (#2)
  • Add get the previous command with Up and Down keys
  • Add clear command support to clear window
  • Add the get_last_command method to get the last executed command
  • Add the get_all_commands method to get all the executed commands
  • Bind Ctrl + c to cancel executed commands
  • Bind Command + k to clear window

0.1.0.b1

3 years ago

First pre-release.