Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 904 Bytes

list of stories example of writing a story

User Stories TUI (almost)

The aim of this project was to create a functional app using Python. Originally I wanted to create a full blown TUI using Textual but decided to go simple and just keep it as a CLI tool using the similar package Rich.

Purpose

The purpose of the app is to make writing and storing user stories easy.

How to use

  1. Clone the repo
  2. Install dependencies pip install -r requirements.txt
  3. Run the app with python3 src/main.py {command}

Commands

  • ls - List all saved user stories (optionally add -d to sort by descending scores)
  • add - Add a new user story
  • del - Delete a saved user story
  • clear - Delete all saved user stories