diff options
| author | historia <gravel.justness270@slmail.me> | 2024-07-26 06:28:11 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-07-26 06:28:11 -0400 |
| commit | e4a45efd590af0d12614d5d2bc09f69125fa62c2 (patch) | |
| tree | d3b63e7c02cde33f421f9c401b7a10708daca03c | |
| parent | ccae757cfe9f8d77bdb51e0684a18275d2521b9f (diff) | |
| download | soon-e4a45efd590af0d12614d5d2bc09f69125fa62c2.tar.gz | |
Updated license
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 historia +Copyright (c) 2024 Historia Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -1,8 +1,8 @@ # then -Then is a minimalist plain text file calendar inspired by [When](https://www.lightandmatter.com/when/when.html). It has simple syntax optimized for the average scheduling case, but supports recurring cases more complex than most calendars. It optionally supports todo lists and deadlines but won't clutter your agenda with an empty todo list if you don't want that. +Then is a minimalist plain text file calendar inspired by [When](https://www.lightandmatter.com/when/when.html). It has simple syntax optimized for the average scheduling case, but supports recurring cases more complex than most calendars. It optionally supports todo lists with deadlines as well. -Then is a single binary with no dependencies optimized for people who want to manage events directly in their text editor rather than a TUI/GUI. You can columnize, group, sort, and archive events in your .then file(s) to keep them neat and pretty. +Then is a single binary with no dependencies optimized for people who want to manage events directly in their text editor rather than a TUI/GUI. You can columnize, group, sort, and archive events/todos in your .then file(s) to keep them neat, pretty, and human readable. In terms of features and complexity, Then lies between [When](https://www.lightandmatter.com/when/when.html) and [Remind](https://dianne.skoll.ca/projects/remind/) but aims to be less verbose than either. |
