https://github.com/hanzceo/prioritypusher
Better priority management.
https://github.com/hanzceo/prioritypusher
Last synced: 2 days ago
JSON representation
Better priority management.
- Host: GitHub
- URL: https://github.com/hanzceo/prioritypusher
- Owner: HanzCEO
- License: unlicense
- Created: 2021-05-26T06:22:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T08:48:09.000Z (about 4 years ago)
- Last Synced: 2026-02-14T04:51:50.416Z (4 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PriorityPusher (Work In Progress)
A simple standalone CLI application made in C for better priority management.
## Usage
```sh
# Add new activity
prioritypusher new
# Display a list of your ToDos
prioritypusher list [-d]
# More in docs!
```
## Documentation
- `new` Command
Simply put you into an interactive form-like shell
- `list` Command
This action will list all of your ToDos. You can change the output on your will
- `top` Command
This action will only show you the top ToDo from sorted list of your ToDos
- `remove` Command
This action will remove task from the list
- `finish` Command
This action will mark task as finished
Short Flag | Long Flag | Description
---------- | --------- | -----------
-a | --asc | Sort ToDos in ascending order (Default)
-d | --desc | Sort ToDos in descending order
Dibuat di Indonesia