π₯οΈπ» XediX is a text editor for coding in π Python built with wxPython.
XediXβs GitHub integration allows you to sync with GitHub repositories. This guide covers setup, configuration, and best practices.
Create or edit repo.ghicfg
in your XediX installation directory. Each line follows this format:
owner/repository:update_interval
Example:
mostypc123/XediX:600
octocat/Hello-World:1200
| Parameter | Description | Recommendation | |ββββ|ββββ-|βββββ-| | owner | Repository owner username | Must match exactly | | repository | Repository name | Must match case-sensitive name | | update_interval | Seconds between API calls | Minimum 600 (10 minutes) |
setx GITHUB_TOKEN "your_personal_access_token"
echo 'export GITHUB_TOKEN="your_personal_access_token"' >> ~/.bashrc
source ~/.bashrc
(3600 / update_interval) * number_of_repos
Users are responsible for: