Project

bullit

0.0
No commit activity in last 3 years
No release in over 3 years
A tool used to manage your daily tasks and memos
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

Bullit

Bullet journals for those who don't get along with notebooks.

Currently this implements the 'daily spread' concept of a bullet journal.

You can:

  • Add tasks.
  • Mark tasks as complete.
  • Migrate uncompleted tasks from the previous day.

Installation

$ gem install bullit

Usage

$ bullit generate today

On first run, this will instantiate a ~/.bullit directory which will hold the YAML files used to store the daily logs.

Throughout your day, add new tasks by running

$ bullit tasks add

View your tasks with

$ bullit tasks list

and mark your tasks as complete with

$ bullit tasks complete <task_number>

The next day, run

$ bullit generate today

To migrate uncompleted tasks from the day before. You will be able to flag tasks as complete in the prompt that will come up, which will stop them from being carried over.

The generate command can be run over and over again without side effects, so you can place it in a startup script to run at the start of the day.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bullit.

License

The gem is available as open source under the terms of the MIT License.