Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanzceo/prioritypusher
Better priority management.
https://github.com/hanzceo/prioritypusher
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T08:48:09.000Z (over 2 years ago)
- Last Synced: 2023-02-28T02:09:02.400Z (almost 2 years 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` CommandThis action will remove task from the list
- `finish` CommandThis 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 orderDibuat di Indonesia