]> git.armaanb.net Git - lightcards.git/history - lightcards
Remove CursesError exception
[lightcards.git] / lightcards /
2021-01-31 Armaan BhojwaniBump version to 0.4.0
2021-01-31 Armaan BhojwaniComplete restructure of display.py
2021-01-31 Armaan BhojwaniAdd __init__ functions to the classes
2021-01-31 Armaan BhojwaniRedo menu at end of stack
2021-01-31 Armaan BhojwaniMake file not found exception prettier
2021-01-31 Armaan BhojwaniAdd keybinding to open file in editor
2021-01-31 Armaan BhojwaniPrint yellow in the footer if card is starred
2021-01-31 Armaan BhojwaniClean input better, only parse first two columns
2021-01-31 Armaan BhojwaniAdd more options to restart menu at end of deck
2021-01-31 Armaan BhojwaniZfill all the everything
2021-01-31 Armaan BhojwaniUpdate help screen text
2021-01-31 Armaan BhojwaniAdd comments to code
2021-01-31 Armaan BhojwaniAdd help screen and create disp_init() function
2021-01-31 Armaan BhojwaniBump version number
2021-01-31 Armaan BhojwaniFix length of separator line
2021-01-31 Armaan BhojwaniUpdate header layout
2021-01-31 Armaan BhojwaniAdd side number to footer
2021-01-31 Armaan BhojwaniFix inability to switch cards after using home/end
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 BhojwaniOnly call parse_html once
2021-01-31 Armaan BhojwaniAdd semicolon in header
2021-01-31 Armaan BhojwaniUpdate slogan and packaging info
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 flip option
2021-01-31 Armaan BhojwaniAdd reverse option
2021-01-31 Armaan BhojwaniPush version to 0.1.0
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 BhojwaniUpdate argparse config
2021-01-31 Armaan BhojwaniUpdate installation
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 -v flag
2021-01-30 Armaan BhojwaniAdd setup.py, and make into actual Python module