Crates.io | delphea |
lib.rs | delphea |
version | 0.2.1 |
source | src |
created_at | 2023-05-16 18:00:21.987591 |
updated_at | 2023-07-06 20:35:34.417754 |
description | A tool to help with decision paralysis. |
homepage | https://github.com/wychwitch/delphea-cli-rust |
repository | https://github.com/wychwitch/delphea-cli-rust |
max_upload_size | |
id | 866241 |
size | 94,117 |
Delphea is a small tool I've created to help with my own decision paralysis when faced with a huge amount of options to rank (such as favorite books, projects I want to start next, etc). Inspired by dragonflycave's favorite pokemon picker.
TL;DR: install delphea (right now only cargo install delphea
is supported) and run it by typing delphea
in your command-line!
Firstly, there are two main concepts to understand: Sheets and Entries.
A Sheet is the list for the items you would like to rank, and Entries are the items to be ranked! For example, Pokemon
would be the sheet while Mismagus
would be one of several entries. You can add entries by using the helpful menu, or you can use the arguments --sheet and --entry!
To make life easier, if you want to add a ton of items to a list but dont want to type out the sheet every time, you can add the name of the sheet you wish to use as default by setting the environmental variable DELPHEA_SHEET
to the name of the sheet you want to use! Then rather than needing both --sheet and --entry arguments, you only need the --entry.
All data is saved to a .json file in $HOME/.local/share/delphea
.