<div align="center">
# jettison
### Flight computer for your academics.
</div>
> [!WARNING]
> Work-in-progress project. I'm yet to figure out how to fully utilize the data that jettison takes for routine processing and much more, so I'm likely to work on this long-term before initiating a v1 release.
## What does jettison aim to do?
- Guide you through the academic syllabus you fear, analyze strategies and give you a clear picture of the situation you're in.
- Not speak much.
## Installation
```bash
cargo install jettison
```
Or, checkout the binary releases from the [GitHub Releases](https://github.com/hitblast/jettison/releases) section.
## Usage
- Initialize your syllabus flight plan (first step for creating a **configuration file**).
```bash
jts init
```
- Once initialized, check your calculated data and trajectories:
```bash
jts preflight
```
- Prioritize subject (up by one level):
```bash
jts prioritize Physics
```
- Neglect subject (down by one level):
```bash
jts neglect Chemistry
```
## Goals
- Universal access and increased level of manipulation over the routine.
- More round-robins for deciding the routine.
- Improved app context.
- Updated UI (currently it's web-only, I'm looking forward for a TUI option.)
## License
This project has been double-licensed under [MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE) licenses.