Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-swift/subtasks-macos
A native macOS app for organizing your tasks
https://github.com/david-swift/subtasks-macos
app macos swift swiftui todo
Last synced: 27 days ago
JSON representation
A native macOS app for organizing your tasks
- Host: GitHub
- URL: https://github.com/david-swift/subtasks-macos
- Owner: david-swift
- License: mit
- Created: 2023-04-23T06:31:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T19:26:26.000Z (about 1 year ago)
- Last Synced: 2024-01-05T20:33:26.052Z (about 1 year ago)
- Topics: app, macos, swift, swiftui, todo
- Language: Swift
- Homepage: https://david-swift.gitbook.io/subtasks/
- Size: 9.86 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Subtasks
User Manual
·
GitHub
·
Download Subtasks
A simple task management app for macOS focused on structuring tasks. Features include markdown support, high priority tasks, a lot of customization options, keyboard-only navigation, synchronization via [Supabase][1], and more.
![GitHub Banner][image-1]
## Table of Contents
- [Installation][2]
- [Usage][3]
- [Thanks][4]## Installation
1. Download Subtasks [here][5].
2. Move `Subtasks.app` from the `Downloads` into the `Applications` folder.
3. Press and hold the `Ctrl` key while you click on `Subtasks.app` in the `Applications` folder. Do not launch it from the Launchpad or by double-clicking.
4. Click on `Open`.
5. In the panel that appears now, click on `Open`.## Usage
* [Getting Started][6]
### Basics
* [Add a Task][7]
* [Navigation][8]
* [Selection][9]
* [Delete a Task][10]
* [Completion and Priority][11]
* [Edit Information][12]
* [Undo and Redo][13]### Customization
* [Appearance][14]
* [Keyboard Shortcuts][15]
* [Synchronization][16]
* [Themes][17]### More Information
* [Keyboard Shortcuts][18]
* [Keyboard Shortcut Symbols][19]## Thanks
### Dependencies
- [PigeonApp][20] licensed under the [MIT license][21]
- [Supabase][22] licensed under the [MIT license][23]
- [SwiftLintPlugin][24] licensed under the [MIT license][25]### Other Thanks
- The [contributors][26]
- [SwiftLint][27] for checking whether code style conventions are violated
- The programming language [Swift][28][1]: https://supabase.com
[2]: #Installation
[3]: #Usage
[4]: #Thanks
[5]: https://github.com/david-swift/Subtasks-macOS/releases/latest/download/Subtasks.app.zip
[6]: user-manual/GettingStarted.md
[7]: user-manual/Basics/AddTask.md
[8]: user-manual/Basics/Navigation.md
[9]: user-manual/Basics/Selection.md
[10]: user-manual/Basics/DeleteTask.md
[11]: user-manual/Basics/CompletionPriority.md
[12]: user-manual/Basics/Information.md
[13]: user-manual/Basics/UndoRedo.md
[14]: user-manual/Customization/Appearance.md
[15]: user-manual/Customization/Shortcuts.md
[16]: user-manual/Customization/Synchronization.md
[17]: user-manual/Customization/Themes.md
[18]: user-manual/MoreInformation/Shortcuts.md
[19]: user-manual/MoreInformation/ShortcutSymbols.md
[20]: https://github.com/david-swift/PigeonApp-macOS
[21]: https://github.com/david-swift/PigeonApp-macOS/blob/main/LICENSE.md
[22]: https://github.com/supabase-community/supabase-swift
[23]: https://github.com/supabase-community/supabase-swift/blob/master/LICENSE
[24]: https://github.com/lukepistrol/SwiftLintPlugin
[25]: https://github.com/lukepistrol/SwiftLintPlugin/blob/main/LICENSE
[26]: Contributors.md
[27]: https://github.com/realm/SwiftLint
[28]: https://github.com/apple/swift[image-1]: Icons/GitHubBanner.png