Skip to content

csu/progress

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

progress

An app for maintaining weekly snippets of progress on goals or tasks.

Screenshots

Weekly Snippet

Editor

Installation

pip install makeprogress
progress goals/

Open localhost:5000 in a browser.

Usage

  • Click on Current in the navigation to view your snippet for the current week.
  • Click on Edit in the nav bar on any snippet page to open the editor for it.
  • Click on Archive in the nav bar to view a list of weeks in the year and get to past snippets.
  • Click on Goals in the nav bar to view your goals (Only works if you created a _goals.md file. Currently hard-coded in.)

Options

$ progress -h
usage: progress [-h] [-t TEMPLATE] [-e FILEEXT] data_store_path

positional arguments:
  data_store_path

optional arguments:
  -h, --help            show this help message and exit
  -t TEMPLATE, --template TEMPLATE
                        template file name
  -e FILEEXT, --fileext FILEEXT
                        file extension

About

An app for maintaining weekly snippets of progress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published