Skip to main content

This is small tool for managing daily standup notes and getting them ready to be copy/pasted into another platform (i.e. virtual standup in Mattermost)

Project description

A simple way to capture notes for your daily standup meetings.

https://mikemartino.github.io/standup_notes/

Installation

From source

python3 -m pip install pipenv 
python3 setup.py install --user

From PyPi

pip3 install standup-notes

Bash Setup

For a 1 time execution, use

source /path/to/standup-notes.bash

To permanently have bash completion, copy the standup-notes.bash into the bash-completion.d folder in your system

cp /path/to/standup-notes.bash /path/to/bash_completion.d

Commands

Day Flags
--yesterday
--today
--tomorrow

Pass the flags to the read, copy and edit execution to manipulate their respectives standup-notes

List
standup-notes --l
standup-notes --list

will list commands that can be run by the script

Read

standup-notes --r
standup-notes --read

will print out the stand up note based on the date flag passed ####Copy

standup-notes -c
standup-notes --copy

will copy the standup-notes to the date selected to your clipboard ####Edit

standup-notes -e
standup-notes --edit

will edit the note selected based on date flagged passed Passing the copy argument will allow you to copy the previous days "What I did Today" into "What I did yesterdays" section of that days note

standup-notes -e --today -c 
standup-notes -edit --today --copy

#####Delete Notes

standup-notes -d
standup-notes --delete

Deletes all notes that are older then the date inputted, format of date input shown below

standup-notes -d YYYY-MM-DD
standup-notes -d 2020-05-05

This will delete any notes older then May 5th 2020

Why? Why not?

Tired of opening nano on your own?

Forget if you like headings or italics for your standup section titles?

Stuck in that weird VISUAL MODE in vim where you can't right-click copy and paste your notes into chat? Looking like a tool, because you aren't using the right ones.


Well, no more.

standup-notes to the rescue.


Brag hard about your $EDITOR selection

Set your $EDITOR environment variable (in your .bashrc) to tell standup-notes and your friends,

"Yo playa', I use X to edit my files. Like a boss!"

Only chumps right-click to Copy and Paste

You heard me. And I know you're no chump. Use standup-notes to seamlessly --copy-today's notes and by ready for that meeting on the fly. So fly.

I have kids. I don't sleep. My brain is basically just scrambled eggs. I use templates.

Get to the point. I can't remember what I like (italics vs. headings). I just do what my template tells me.

Don't waste time with that cookie cutter garbagio. Get straight to the content. Leave the boilerplate to the tool.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

standup-notes-2.0.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

standup_notes-2.0.0-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page