Nzb

crates.io crates.io Build Status made-with-rust

A beautiful CLI front-end for Nozbe written in Rust.

The core functionality of the excellent Wunderline app for Wunderlist is already present.

What is Nozbe?

Nozbe is an amazing to-do list and task management system that follows the Getting Things Done (GTD)® philosophy. The basic idea is to have an Inbox where you simply fill ideas and tasks as you get them throughout the day. Tasks in the Inbox are further processed based on their priority and urgency, and then finally, executed.

Nozbe has pretty good apps for web, desktop and mobile. However, I found all these quite lacking in terms of speed and usability. The overhead of switching between my projects to find the certain task I wanted to mark as done was a bit too much to handle. So I took some inspiration from the Wunderline app, and made this!

Features

2019-03-16-195651<em>1366x768</em>scrot

Usage

``` $ nzb help Nozbe front-end written in Rust.

Usage: nzb [options] [ [...]] nzb -h | --help nzb --version

Options: -a --auth= Specify an alternate Nozbe authentication token (Refer Nozbe API Documentation) (Note: The default authentication token is at $HOME/.local/.nozbe_token) -h --help Show this screen -V --version Show version

Commands: add Add a task to your Nozbe Inbox all View all of your tasks (This is the default action) conky A conky-friendly, colourful summary of all your tasks done Mark task(s) as done with fuzzy search help Show this screen inbox View your inbox list [...] Show specific lists login Login to Nozbe now | priority | starred View starred tasks open Open Nozbe in your browser star Star task(s) with fuzzy search unstar Unstar task(s) with fuzzy search ```

Adding tasks

Simply run nzb add <task title>

asciicast

Starring/Unstarring/Marking tasks as done

Running nzb <star|unstar|done> [query] opens a fuzzy search window with all the tasks that match the optional query. Multi-select tasks with Tab and select any one with Enter.

asciicast

Click on the link above to see a demo.

Conky integration

In your conky.conf, find the conky.text section. add ${texecpi 60 nzb conky} where 60 is how often(in seconds) you want the view to be updated.

Installation

From Binaries

Binary releases can be found at the Releases page. Select the version number, click the download icon and download build. Unzip artifacts.zip to obtain your binary at target/release/nzb.

Note: Currently only linux-x86_64 is supported; support for other targets is planned once some issues with GitLab CI Cross compilation have been ironed out.

From Crates.io

bash cargo install nzb

From Source

bash git clone https://gitlab.com/reisub0/nzb cargo install --path nzb

WIP:

  1. Get Cross compilation to Windows working
  2. Filter tasks by context
  3. Add feature for adding links directly to comments + task name

License

Nzb is licensed under the MIT License.