Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Change name to newday
Browse files Browse the repository at this point in the history
The website bulletjournal.com claims ownership over the name "Bullet
Journal".

I am changing this project's name because it is only loosely inspired by
the Bullet Journal concept.
  • Loading branch information
pierreprinetti committed Jun 1, 2019
1 parent f5f23b6 commit 1962bc2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bullet"
version = "0.2.0"
name = "newday"
version = "1.0.0"
authors = ["Pierre Prinetti <pierreprinetti@gmail.com>"]
edition = "2018"

Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Bullet
# Newday

A Bullet-journal assistant.

Useful if you keep a TODO list in the form of an electronic bullet-journal.
A todo-list assistant.

## What

Given this journal:
Given this daily log:

```
+--------------+
Expand All @@ -33,7 +31,7 @@ x Write new ticket: Create users for Kubectl
> Write new ticket: failed logins on STG
```

If the journal does not have an entry for today, Bullet will create it and report unfinished tasks.
If the log does not have an entry for today, `newday` will create it and report unfinished tasks.

```
## 2019-05-31
Expand All @@ -43,10 +41,10 @@ If the journal does not have an entry for today, Bullet will create it and repor

## How

Bullet reads from stdin and writes to stdout.
Newday reads from stdin and writes to stdout.

With `bullet` in your `$PATH`, type in vim:
With `newday` in your `$PATH`, type in vim:

```
:%!bullet
:%!newday
```

0 comments on commit 1962bc2

Please sign in to comment.