Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacing Effect Timer

The Spacing Effect Timer is a Rust-based command-line application designed to facilitate activities requiring random interval timing. It's ideal for repetitive tasks that benefit from randomized time intervals. This project was also a fun way for me to learn Rust.

Installation

To install the Spacing Effect Timer, you will need Rust and Cargo installed on your system.

  1. Clone the repository:
git clone https://github.com/jeermuce/gap_effect_timer.git
  1. Navigate to the project directory:
cd gap_effect_timer
  1. Build the project using Cargo:
cargo build --release
  1. The executable will be located in target/release/.

Usage

  1. Run the executable either by double-clicking it or by running it from the command line.
    1. ./target/release/gap_effect_timer
  2. Set the minimum and maximum length of the timer as numbers, separated by a space.
  3. Hit enter.
  4. Do your thing until the audio notification plays.
  5. When it does, close your eyes and wait for the second audio notification, but don't think about it, just relax, and let what just happened sink in.
  6. When it plays, open your eyes and repeat the process.
  7. When you're done, hit ctrl-c to exit the application.

Dependencies

  • clearscreen: For clearing the terminal screen between countdowns.
  • crossterm: To handle cross-platform terminal input and output.
  • rand: For generating random countdown intervals.
  • rodio: To play audio notifications.

Contact Information

For questions, feedback, or contributions, please open an issue on the repository, or contact us at ernesto_mc.dev@proton.me

Note on Audio Files

The audio notifications used in this application (bell.mp3 and bell_double.mp3) were sourced from external resources. If you recognize these sound files and can identify their creators or rightful owners, please reach out so that proper credit can be given, or so the files can be replaced if necessary to respect copyright and licensing agreements.

Note on the Name

I named this project after the "Spacing Effect", a cognitive phenomenon where learning is more effective when studying is spread out over time, rather than being crammed into a single session. This application leverages this effect by providing random intervals for study sessions, potentially enhancing the retention and understanding of the material.

About

spacing effect timer, 600,1500 seconds as default minimum, maximum values

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages