fypm

Crates.iofypm
lib.rsfypm
version0.1.0
sourcesrc
created_at2024-08-06 11:40:36.456384
updated_at2024-08-06 11:40:36.456384
descriptionFour Years Productivity Manager: The productivity manager for Four Years Workflow.
homepage
repository
max_upload_size
id1327186
size792,629
Dev Myna (dmyna)

documentation

README

Four Years Productivity Manager

Fypm (Four Years Productivity Manager) is the productivity manager for Four Years Workflow. It is based on Taskwarrior and aims to create a flexible and extensible productivity environment.

Installation

git clone https://github.com/dmyna/fypm.git
cd fypm

cargo build --release
sudo cp target/release/fypm /usr/bin

Documentation

All documentation is written in an Obsidian vault and stored in the docs directory. In the future you will also see this on this project's Wiki.

Testing

# install docker, docker-compose and docker-buildx

git clone https://github.com/dmyna/fypm.git
cd fypm

./scripts/test.sh
Commit count: 0

cargo fmt