Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 746 Bytes

File metadata and controls

38 lines (26 loc) · 746 Bytes

Textr (Text runner)

A simple text runner for Termux App.

Jump To

Install

git clone https://github.com/amsitlab/textr

For running as global program, you must be install debian package on this project root directory, by typing:

apt install ./textr_1.0_all.deb

Run

Required installing as global program.

textr --sleep 100 "Hy" "(@red)I'm red(@end)"

Run file text contents.

textr --sleep 100 --file example/file.textr

Builtwith

  • Picocli
  • commandex simple project builder for creating dex executable program by me.