]> git.armaanb.net Git - lightcards.git/history - lightcards/display.py
Remove clear screen before displaying menu
[lightcards.git] / lightcards / display.py
2021-01-31 Armaan BhojwaniRemove clear screen before displaying menu
2021-01-31 Armaan BhojwaniAdd proper text wrapping and truncation
2021-01-31 Armaan BhojwaniClean up code
2021-01-31 Armaan BhojwaniAdd semicolon in header
2021-01-31 Armaan BhojwaniAdd colors and text styling
2021-01-31 Armaan BhojwaniDon't print more header separators than can fit
2021-01-31 Armaan BhojwaniAdd shuffle functionality
2021-01-31 Armaan BhojwaniAdd keybindings to go to start and end of stack
2021-01-31 Armaan BhojwaniAdd more info to header
2021-01-31 Armaan BhojwaniFix calculation of progress
2021-01-31 Armaan BhojwaniRemove enter key keybinding to quit
2021-01-31 Armaan BhojwaniAdd menu at end of stack
2021-01-31 Armaan BhojwaniUpdate status bar
2021-01-31 Armaan BhojwaniAdd ability to star cards
2021-01-31 Armaan BhojwaniMove Status class into new file
2021-01-31 Armaan BhojwaniFix style per the suggestions of Flake8
2021-01-31 Armaan BhojwaniReconfigure keybindings and add arrow key support
2021-01-31 Armaan BhojwaniAdd basic progress display to bottom right
2021-01-30 Armaan BhojwaniAdd label for current side
2021-01-30 Armaan BhojwaniAdd setup.py, and make into actual Python module