https://github.com/kr-g/thonny-gitonic
thonny plugin for gitonic
https://github.com/kr-g/thonny-gitonic
developer-tools git git-tool git-workspace gitonic python source-control thonny thonny-plugin tkinter
Last synced: 26 days ago
JSON representation
thonny plugin for gitonic
- Host: GitHub
- URL: https://github.com/kr-g/thonny-gitonic
- Owner: kr-g
- License: other
- Created: 2021-11-07T12:07:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T10:37:04.000Z (2 months ago)
- Last Synced: 2025-12-06T10:31:10.816Z (2 months ago)
- Topics: developer-tools, git, git-tool, git-workspace, gitonic, python, source-control, thonny, thonny-plugin, tkinter
- Language: Python
- Homepage: https://pypi.org/project/thonny-gitonic
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://www.python.org/dev/peps/pep-0008/)
you are reading VERSION = v0.0.3-develop
# thonny-gitonic
[thonny](https://thonny.org) plugin for [gitonic](https://github.com/kr-g/gitonic)
open `gitonic` in thonny by pressing Control+Shift+g, or via tools menu
press `ESC` key to minimize gitonic window.
# what's new ?
Check
[`CHANGELOG`](https://github.com/kr-g/thonny-gitonic/blob/main/CHANGELOG.md)
for latest ongoing, or upcoming news.
# limitations
Check
[`BACKLOG`](https://github.com/kr-g/thonny-gitonic/blob/main/BACKLOG.md)
for open development tasks and limitations.
# platform
tested on python3, and linux
# installation
python3 -m pip install thonny-gitonic
# configuration
## custom installation path
in file `~/.gitonic/thonnycontrib.cfg`
[DEFAULT]
# will run gitonic from local installation
path = .
or, in case of a venv
[DEFAULT]
# will run gitonic from specific .venv installation
path = ~/gitonic/.venv/bin
or, as python parameter (depending on your environment)
[DEFAULT]
path = ~/repo/gitonic
start = .venv/bin/python3
param = ~/repo/gitonic/gitonic/gitonic.py
on windows this might look like this (depending on your environment)
[DEFAULT]
path = ~/repo/gitonic
start = .venv/Scripts/gitonic
or, if started as python cmdline parameter
[DEFAULT]
path = ~/repo/gitonic
start = .venv/Scripts/python
param = ~/repo/gitonic/gitonic/gitonic.py
# license
thonny-gitonic is released under the following
[`LICENSE`](https://github.com/kr-g/thonny-gitonic/blob/main/LICENSE.md)