Skip to content

Releases: Apaczer/miyoo_st-sdl

Simple Terminal SDL rev. 2.1 (for MiyooCFW 2.0)

05 Apr 19:46
Compare
Choose a tag to compare

Command-line Terminal app (st-sdl) with better use on external keyboard.

WARNING!:

Swapped default B-Y (LCTRL-SPACE) inputs.

INSTALLATION

copy all folders to your MAIN partition

REWORKS

  • swapped ACTIVATE with TOGGLE button (for sake of use while pressing SPACE button on real keyboard)

FEATURES

  • you can now pass -k option in parameters to disable entirely SDL keyboard events (useful only with external USB device)

NOTES

  • use -k option to disable and hide SDL keyboard events & overlay.
  • write exit cmd to close app while in terminal

Simple Terminal SDL rev. 2.0 (for MiyooCFW 2.0)

08 Feb 20:18
Compare
Choose a tag to compare

Command-line Terminal app (st-sdl) with user friendly changes

INSTALLATION

copy all folders to your MAIN partition

REWORKS

  • quit with RESET button while keyboard overlay is OFF or ON
  • HELP screen doesn't popup on startup every time and can be only shown if needed with L1+R1 held button combo

FEATURES

  • you can now use left/right with L2/R2 in terminal while keyboard ON (and up/down with L3/R3)
  • added small string at the bottom to notify user how to activate HELP screen (hides with keyboard overlay)

ISSUE

  • there is no scrollup or scrolldown functions to see history of CLI buffer. For more detail see main page README.

NOTES

  • use -o <file> parameter to output st buffer to a text file.

  • use -e <program> to execute directly app/script through simple terminal

  • while in terminal, type: <command> | less to see and scroll through executed program log

  • button mapping (for MiyooCFW 2.0):
    D-PAD: select key on screen keyboard
    A: press key on keyboard
    B: toggles key (useful for shift/ctrl...)
    L1: is lshift
    R1: is backspace
    X: change keyboard location (top/bottom)
    Y: show / hide keyboard
    START: is enter
    SELECT: is tab
    RESET: exits the terminal
    L2: left on command line
    R2: right on command line
    L3: up on command line
    R3: down on command line
    hodl L1+R1: display HELP screen

Thanks to:
@SantX27 - original port for MiyooCFW
& suckless.org team for simple terminal app!

BONUS

  • added two BASH games in emulators section! Learn how to use terminal with fun!
  1. Guess number
  2. BASH crawl

OVERWIEW

st_2 st_1