Regin is a powerful and comprehensive productivity system built in Python. It consists of four core sub-services: calendar, notes, to-do list, and read later. Regin aims to help users manage their time, stay organized, and boost productivity by providing seamless integration and a user-friendly interface.
-
Calendar: Schedule and manage your appointments, events, and tasks with ease. Regin's calendar service offers intuitive event creation, reminders, and the ability to view your schedule at a glance.
-
Notes: Capture and organize your thoughts, ideas, and important information. Regin's notes service allows you to create, edit, and categorize notes, making it effortless to retrieve information whenever you need it.
-
To-Do List: Keep track of your tasks and prioritize your work effectively. Regin's to-do list service enables you to create, manage, and mark tasks as completed, ensuring that you stay on top of your responsibilities.
-
Read Later: Save articles, blog posts, and other online content for later reading. Regin's read later service lets you bookmark webpages, add tags for categorization, and provides a distraction-free reading experience when you're ready to catch up.
Once Regin is running, you can access the different sub-services through the user interface provided. Here's a brief overview of each sub-service and its functionality:
-
Create new events: Add events to your calendar by specifying the title, date, time, and optional notes.
-
View events: See your upcoming events in a daily, weekly, or monthly view.
-
Set reminders: Receive notifications or emails to remind you of upcoming events.
-
Create new notes: Write down your thoughts, ideas, or important information using the note editor.
-
Organize notes: Assign categories or tags to your notes for easy organization and retrieval.
-
Edit and delete notes: Modify existing notes or remove them when they are no longer needed.
-
Add tasks: Create a to-do list by adding tasks along with their due dates and priorities.
-
Mark tasks as completed: Keep track of your progress by marking tasks as completed.
-
Filter tasks: Sort tasks by due date, priority, or completion status for better organization.
-
Save webpages: Store links to articles or online content that you want to read later.
-
Categorize bookmarks: Assign tags or categories to your bookmarks for easier reference.
-
Read distraction-free: Enjoy a clutter-free reading experience without any distractions.
We welcome contributions to enhance Regin's functionality and address any issues. To contribute, follow these steps:
Fork the Regin repository.
Create a new branch for your feature or bug fix:
git checkout -b my-feature
Make the necessary changes and commit them:
git commit -m "Add my feature"
Push your changes to your forked repository:
git push origin my-feature
Open a pull request against the main repository and provide a detailed description of your changes.
Regin was created by Fenris Lycaon and is maintained by the same. Contributions from the open-source community are highly appreciated.