GitHunt
FU

Simple Bullet Journal

Simple Bullet Journal

This project is a simple bullet journal that works on terminal. Everytime you open the terminal, at the top journal shows the number of task active as a single line.

Usage

bullet

Lists current bullets

bullet add -t "msg here" -p Keter

This adds a task to the current migration with keter priority.
This is the highest probability.

bullet compelete 5

Completes the task 5

bullet migrate

Completes this migrations and starts a new one.
If some bullets are safe, discarded or completed, they do not survive.

For more bullet --help

Example Visual

example

Installation

First install sqlite3 to your system. Then

cargo build --release

sudo cp target/release/bullet /usr/bin/bullet

For terminal header add /usr/bin/bullet --head to your
.bashrc

Languages

Rust100.0%

Contributors

Created August 23, 2020
Updated July 13, 2022