/nao

A simple, "productivity dashboard" terminal program written in python 3.

Primary LanguagePython

nao.py - Never leave your terminal

Nao.py is a simple terminal program that outlines your day and displays what you need it to.
Get a boost for the day and move forward with your goals.

setup of script

Setup

To get started with nao, clone this repository, change directory into nao, and run the script like so:

$ git clone https://github.com/Nquxii/nao nao 
$ cd nao
$ python3 nao.py -h 

These commands should get you started.

Nao uses json to store and grab information. if you'd like, you can skip the setup entirely and modify the json, in the same folder. once you've gotten past the initial setup, you can then freely use nao and modify your configuration.

Usage

here are all current commands. There are examples for clarification.

Command Description Usage Example
h show all nao commands -h -h
--cn add (or change) your name --cn --cn Mikasa
--a add another to-do to nao --a [subject] --t Learn vim
--r remove a to-do from nao --r [index ] --r 2

Thank you for viewing. I hope you find the script useful.