https://github.com/dark-eye/com.darkeye.chatGPT
KDE Plasma plasmoid for chatGPT
https://github.com/dark-eye/com.darkeye.chatGPT
Last synced: about 2 months ago
JSON representation
KDE Plasma plasmoid for chatGPT
- Host: GitHub
- URL: https://github.com/dark-eye/com.darkeye.chatGPT
- Owner: dark-eye
- License: bsd-3-clause
- Created: 2023-01-25T22:27:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T10:31:40.000Z (about 1 year ago)
- Last Synced: 2024-02-26T11:43:01.433Z (about 1 year ago)
- Language: QML
- Size: 171 KB
- Stars: 47
- Watchers: 2
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kde - chatgpt-plasmoid
- awesome-kde - chatgpt-plasmoid
README
# ChatGPT
## Installtion
```
git clone [email protected]:dark-eye/com.darkeye.chatGPT.git
plasmapkg2 --install ./com.darkeye.chatGPT/package
```## Development
Just fork or clone the project :
`git clone [email protected]:dark-eye/com.darkeye.chatGPT.git`
Then you can apply/install you're changes by running the following from the main git directory :
`plasmapkg2 --install ./package`
And remove the installed plasmoid with
`plasmapkg2 --remove ./package`
## General structure and notes:
TODO