Skip to content

MythicalCow/vayu

Repository files navigation

banner Crate

Description

Vayu is a productivity supercharger for engineers. The end goal for the tool is to have a multipurpose tool with various tools such as task and note storage, task management, and a pomodoro study timer. As a computer engineering student at UIUC, having an organized optimized system is critical. I hope to bring that to others with vayu.

Demo Images

demo demo2

Installation

The best way to install vayu is via cargo which comes with an installation of rust. For installation of rust navigate to https://www.rust-lang.org/tools/install.

Then in Windows PowerShell or the approriate Terminal for your OS type in: cargo install vayu

Additionally Ollama must be installed for LLM based commands at https://ollama.com/.

Then in terminal type in: ollama run phi

You can then exit the terminal once the model has been intalled.

To check if vayu has been installed properly open a new terminal window and type: vayu list

If there is an empty list then congratulations the installation was successful! If not ensure rust is included in your path variable as explained on the rust installation page.

Usage and Examples

to view a list of current tasks use:

vayu list

to add a task with natural language:

vayu auto "task description (some description of date)"

to ask questions using the integrated LLM.

vayu ask "question string"

to mark tasks as done:

vayu done id where id is the listed id of the task viewable through vayu list

to use the pomodoro timer:

vayu pomo iterations work_session_time break_session_time

grab the latest in tech from y-combinator's hacker news

vayu news

add an event

vayu eadd "ece110 lab" 12:00pm 2:50pm 2024-04-25

view event ids

vayu elist

remove event by id

vayu erem id

Deprecated Features

The following tools have better alternatives on the market currently and have hence are in a legacy state.

  • Event Planner
  • Main Dashboard

Contributions

vayu wouldn't be possible without several great rust crates. For a full list of dependencies please checkout the Cargo.toml file.

About

a simple command line interface like taskwarrior for task management. will eventually be expanded to include more features.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages