https://github.com/ceccopierangiolieugenio/ttkode
Terminal ToolKit Studio Code editor
https://github.com/ceccopierangiolieugenio/ttkode
cross-platform editor ide pytermtk python python3 terminal text-editor ttkode
Last synced: 7 months ago
JSON representation
Terminal ToolKit Studio Code editor
- Host: GitHub
- URL: https://github.com/ceccopierangiolieugenio/ttkode
- Owner: ceccopierangiolieugenio
- License: mit
- Created: 2022-04-08T20:00:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T13:17:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T02:10:59.161Z (7 months ago)
- Topics: cross-platform, editor, ide, pytermtk, python, python3, terminal, text-editor, ttkode
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




[](https://pypi.org/project/ttkode)
[](https://twitter.com/hashtag/pyTermTk?src=hashtag_click&f=live)# ttkode
TerminalToolKit (Studio) Code (editor)A hopefully fast and mesmerizingly advanced [text-based](https://en.wikipedia.org/wiki/Text-based_user_interface) code editor inspired by [vscode](https://code.visualstudio.com)
## Features (TBD)
- Search Panel
- Highlight
- Bookmarks
- Shiny ASCII Red Peppers[](https://pypi.org/project/tlogg)
[Peek 2022-10-08 22-25.webm](https://user-images.githubusercontent.com/8876552/195099208-65d4707e-0340-4077-835a-87ae6c8ae3b6.webm)
# Install from [pypi](https://pypi.org/project/ttkode)
```bash
pip install ttkode
```
# QuickRun
```bash
$ ttkode -h
usage: ttkode [-h] [-c C] path [path ...]positional arguments:
path the dir/filename/soptional arguments:
-h, --help show this help message and exit
-c C config folder (default: "/home/user/.config/ttkode")
```# Test
### Clone
```bash
git clone https://github.com/ceccopierangiolieugenio/ttkode.git
cd ttkode
```
### Run
```
python3 -m ttkode
```