Godje / bysy

Self-management time logging tool. For Python 2.7, deprecated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to bysy πŸ‘‹

Version Documentation License: MPL--2.0 Twitter: danielmayovsky

Self-management time logging tool

This is a manual tool for recording the activities you are busy with, to later analyze the data and see your habits, or anything you would like to do with the data. When you have the data on your time spending, the sky is the limit of what you see from it. This tool is just an opinionated helper on recording that data.

You mark the start and the end of a particular activity, and the alias or other commands are only there to make the marking of start of the activity easier.

The data entry has a following structure and recorded in JSON:

entry:
	s (sector): String, manual, required
	p (project): String, manual, required
	d (details): String, manual, required
	c (comments): String, manual, not required 
	s (start_date): Date, auto
	e (end_date): Date, auto
	i (id): Integer, auto

The commands are later explained in concise detail in the help command

Install

pip install bysy

or install from source

Usage

bysy help

Wiki

https://github.com/Godje/bysy/wiki

Author

πŸ‘€ Daniel Mayovskiy

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2019 Daniel Mayovskiy.

This project is MPL--2.0 licensed.


This README was generated with ❀️ by readme-md-generator

About

Self-management time logging tool. For Python 2.7, deprecated.

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%