Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error in user YAML: (<unknown>): did not find expected comment or line break while scanning a block scalar at line 7 column 1
---

## ✅ Project Self Sync

After considering the execution style and personal integration goals, self_syncis as a name that fits both function and spirit:

### 🔷 `self_sync`

> **“Personal, local sync runtime — managing your time, actions, and resources.”**
> Modular, private, portable. Designed to sync and thus observe *your resources* with your *plans*.

---

Self sync Core self_sync_core-a1

1. 📂 Project Bootstrapping

Set up the basic folder on Termux(initial developed on)/any other unix environment:

mkdir ~/dev_ignito/self_sync_core-a1
cd ~/dev_ignito/self_sync_core-a1
git init

Create this file tree:

self_sync_core-a1/
├── main.py                  # CLI interface to manage your day
├── db/
│   └── data.sqlite          # SQLite for all logs
├── modules/
│   ├── time_tracker.py      # For tracking pomos, chores
│   ├── money_tracker.py     # Expense / income logger
│   ├── diary_logger.py      # Daily notes and action logs
│   └── stats_viewer.py      # Weekly summary etc
├── README.md

3. 📦 GitHub Repo Push

Let’s call the repo: self_sync You can create it via:

gh repo create self_sync --public --description "A personal runtime to manage time, task, money and habits" --source=. --remote=origin --push

4. 🧪 Test With Simulated Logs

Once basic modules are scaffolded, you’ll:

  • Add 2-3 pomos/day via Termux
  • Log 1-2 expenses
  • Write 1 short note
  • Review day at night

This will be your living proof of concept.


🧭 Final Alignment

Hit from root of the project repo pyhton3 main.py

🔹 Name: self_sync 🔹 Host: Termux-first, Linux-compatible 🔹 Primary: CLI now, optional TUI or Web later 🔹 Version 0 Goal: Reliable tracker for time, notes, and money


---- Initial Iteration of the Application.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages