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
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
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 details)
File details
Details for the file GrindStone-0.4.tar.gz
.
File metadata
- Download URL: GrindStone-0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e04e62c4cc1ed7fd073e7ea2dbdee019c6c8782ceb6e7b6027c3cf9efd0e954 |
|
MD5 | ae48b8c4702776f1f20af24211580c73 |
|
BLAKE2b-256 | e62a0d0df27bb3705d69c6d032ba9c8511879eb47ebfb6c0cf4f5c3c307a2a73 |