Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-swift/subtasks
Organize your tasks in a native GNOME app
https://github.com/david-swift/subtasks
app gnome libadwaita linux swift swiftui todo
Last synced: 3 months ago
JSON representation
Organize your tasks in a native GNOME app
- Host: GitHub
- URL: https://github.com/david-swift/subtasks
- Owner: david-swift
- License: gpl-3.0
- Created: 2024-04-14T06:46:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T20:22:59.000Z (5 months ago)
- Last Synced: 2024-08-27T16:43:22.021Z (5 months ago)
- Topics: app, gnome, libadwaita, linux, swift, swiftui, todo
- Language: Swift
- Homepage:
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Subtasks
_Subtasks_ is a very simple task management app for GNOME.
![Subtasks screenshot](data/icons/screenshot.png)
## Table of Contents
- [Installation](#Installation)
- [Localization](#Localization)
- [Thanks](#Thanks)## Installation
Download the Flatpak file from the latest release, open it in GNOME Software and press the install button.
## Localization
Translations are welcome! You can either edit the [Localized.yml file](Sources/Localized.yml) directly as YAML, or install the [Localizer](https://github.com/AparokshaUI/Localizer) app and translate via a UI.
Either way, commit the changes via git and open a pull request.
## Thanks
### Dependencies
- [Adwaita for Swift](https://github.com/AparokshaUI/Adwaita) licensed under the [MIT License](https://github.com/AparokshaUI/Adwaita/blob/main/LICENSE.md)
- [Localized](https://github.com/AparokshaUI/Localized) licensed under the [MIT License](https://github.com/AparokshaUI/Localized/blob/master/LICENSE.md)### Other Thanks
- The [contributors](Contributors.md)
- [SwiftLint](https://github.com/realm/SwiftLint) for checking whether code style conventions are violated
- The programming language [Swift](https://github.com/apple/swift)
- [Libadwaita](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.4/) and [GTK](https://docs.gtk.org/gtk4/) for the UI widgets
- [GNOME Builder](https://apps.gnome.org/Builder/) and many other apps