diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dd30cd..cd838d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ permissions: contents: write packages: write +# TODO: add support for other platforms + jobs: release-linux-amd64: name: release linux/amd64 diff --git a/README.md b/README.md index 55e2359..1970897 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Tuipart Gparted but TUI. + +## It is still in development + +### heres a screenshot + +![tuipart](./images/1.png) diff --git a/images/1.png b/images/1.png new file mode 100644 index 0000000..bd43399 Binary files /dev/null and b/images/1.png differ