skid

Crates.ioskid
lib.rsskid
version1.1.1
sourcesrc
created_at2021-08-28 21:31:53.583316
updated_at2021-08-29 18:56:53.709938
descriptionA class-assignment scheduler
homepagehttps://github.com/acikek/skid
repository
max_upload_size
id443571
size42,989
Skye Prince (acikek)

documentation

README

skid

A command-line class assignment scheduler

About

Using a paper planner is slow and memory unsafe. skid aims to provide a quick and useful environment for students to manage their assignments and classes.

Installation

Install with cargo:

cargo install skid

Usage

The welcome message and help command will guide you through the tool. Here's a quick rundown:

  • Create classes with create
    • Change the metadata of a class later with modify
    • View class info with info
  • Add assignments with add
    • Remove them if you need to with remove
    • Add them to the completed list with complete
  • Delete a class with delete
    • Made a mistake? Prevent writing to config with panic
      • Show what would be written with encode
      • Write to the config anyways with write
  • Track assignments before you complete them with klog

...And much more!

License

MIT © 2021 Kyle P.

Commit count: 0

cargo fmt