Skip to content

tkterminal-0.1.0

Latest
Compare
Choose a tag to compare
@Saadmairaj Saadmairaj released this 04 Aug 16:25
· 3 commits to master since this release
2cfb1b9

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