Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 678 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 678 Bytes

Timov

Installation

curl https://raw.githubusercontent.com/jliocsar/timov/refs/heads/main/install.sh | sh
# In your .bashrc or .zshrc file
alias notes="code $HOME/.timov"

How it works

The Timov installer will create a cronjob entry, making the Timov main file run every 2 minutes.

The main file will then pull the latest changes from git and commit/push any pending changes (will also commit/push the conflicts if any).

Essentially your .timov directory will be the mirror of your remote directory in your git repository with your notes. Any change made in the local repository will be reflected in the remote when picked up by the cron.