Skip to main content

Helping you put your nose to the GrindStone since 2015.

Project description

THIS PACKAGE ONLY WORKS WHEN INSTALLED WITH `pip3`
Due to a JSON error the package does not work when installed wth normal `pip`.

##Usage

Installation
```
$ pip3 install --user GrindStone
```

**NOTE:** This package only works when you install it with pip3


Initialize a grindstone (you can have many)
```
$ grindstone init .
Grindstone Created at /path/to/current/working/dir
```

Add tasks
```
$ grindstone add a_task which I really need to get done
$ grindstone add another_task that might be less important
$ grindstone
[a_task] which I really need to get done
$ grindstone list
[a_task] which I really need to get done
[another_task] that might be less important
```

Prioritize tasks
```
$ grindstone prioritize another_task
$ grindstone list
[another_task] that might be less important
[a_task] which I really need to get done
```

Remove tasks
```
$ grindstone remove a_task
$ grindstone list
[another_task] that might be less important
$ grindstone pop
$ grindstone list
```

Help menu
```
$ grindstone help
GrindStone: Keeping you on task since 2015.
Usage:
grindstone [top]
Prints the top task on the grindstone
grindstone init <path>
Initializes a .grindstone in the <path> directory
grindstone add <task_name> <description of task>
Adds a task to the closest .grindstone
grindstone remove <task_name>
Removes the specified task with <task_name>
grindstone prioritize <task_name>
Move a given task to the top of the grindstone
grindstone pop
Removes the top task on the grindstone
grindstone list
Lists all tasks on the grindstone
grindstone help
Prints this help message
```

And that's pretty much it.

##License

GrindStone is licensed under the MIT license

Copyright © 2015 Elijah Caine M. Voigt

Project details


Release history Release notifications | RSS feed

This version

0.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GrindStone-0.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page