Crates.io | daily-scale |
lib.rs | daily-scale |
version | 0.1.2 |
created_at | 2025-07-06 21:57:44.475027+00 |
updated_at | 2025-07-07 18:41:50.519287+00 |
description | A simple program that will help you practice a new scale every day |
homepage | |
repository | https://github.com/ruiiiijiiiiang/daily_scale |
max_upload_size | |
id | 1740473 |
size | 74,125 |
Welcome to Daily Scale! This is a simple program that will help you practice a new scale every day.
You can install daily-scale
directly from crates.io using cargo:
cargo install daily-scale
When executed without any options, the program will randomly select a root note, a scale and a starting fret. (The randomness is seeded by the current date so you have all day to work on it.) Here's an example of the output:
|---A#---|--------|---C----|--------|---D---|
|---F----|--------|---G----|--------|---A---|
|--------|---D----|---D#---|--------|---F---|
|========|===A====|===A#===|========|===C===|
|===D#===|========|===F====|========|===G===|
|===A#===|========|===C====|========|===D===|
| 6 | 7 | 8 | 9 | 10 |
Here's the scale of the day: D Phrygian starting at fret 6 in Standard E (6 string) tuning
The notes in this scale are: D, D#, F, G, A, A#, C
Usage: daily-scale [OPTIONS]
Options:
-t, --tuning <TUNING>
Select the tuning you want to play in [default: standard-e6] [possible values: standard-e6, open-g6, open-e6, open-d6, open-c6, open-a6, drop-d6, standard-d6, drop-c-sharp6, standard-c-sharp6, drop-c6, standard-c6, standard-b7, drop-a7, standard-a7, all-fourths7]
-s, --scales <SCALES>
Provide a comma separated list of scales [possible values: major, harmonic-minor, melodic-minor, natural-minor, pentatonic-major, pentatonic-minor, pentatonic-blues, pentatonic-neutral, whole-diminished, half-diminished, ionian, dorian, phrygian, lydian, mixolydian, aeolian, locrian]
-n, --root-notes <ROOT_NOTES>
Provide a comma separated list of root notes for the scale [possible values: a-flat, a, a-sharp, b-flat, b, c, c-sharp, d-flat, d, d-sharp, e-flat, e, f, f-sharp, g-flat, g, g-sharp]
-f, --starting-frets <STARTING_FRETS>
Provide a comma separated list of numbers for the starting fret
-r, --full-randomness
If enabled, the scale generator will use a fully random seed instead of today's date
-c, --uncolored
If enabled, the output will be in plain text without color
-h, --help
Print help
-V, --version
Print version