Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 739 Bytes

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