ceccopierangiolieugenio / ttkode

Terminal ToolKit Studio Code editor
MIT License
14 stars 0 forks source link
cross-platform editor ide pytermtk python python3 terminal text-editor ttkode

Linux Usage Python ttkode_version pypi_version pypi_version

ttkode

TerminalToolKit (Studio) Code (editor)

A hopefully fast and mesmerizingly advanced text-based code editor inspired by vscode

Features (TBD)

screenshot

Peek 2022-10-08 22-25.webm

Install from pypi

pip install ttkode

QuickRun

 $ ttkode -h
usage: ttkode [-h] [-c C] path [path ...]

positional arguments:
  path    the dir/filename/s

optional arguments:
  -h, --help  show this help message and exit
  -c C        config folder (default: "/home/user/.config/ttkode")

Test

Clone

git clone https://github.com/ceccopierangiolieugenio/ttkode.git
cd ttkode

Run

python3 -m ttkode  <Dir/File/s>