Skip to content

FurkanTheHuman/bullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Bullet Journal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages