]> git.armaanb.net Git - lightcards.git/shortlog
lightcards.git
2021-02-10 Armaan BhojwaniResolve TODO and rename ntotal()
2021-02-10 Armaan BhojwaniMake menus more logical
2021-02-10 Armaan BhojwaniRemove unnecessary plus signs to concat strings
2021-02-10 Armaan BhojwaniMake percent complete end at 100%
2021-02-10 Armaan BhojwaniUpdate manpages
2021-02-10 Armaan BhojwaniUpdate README
2021-02-10 Armaan BhojwaniMake background transparent
2021-02-10 Armaan BhojwaniFix project structure
2021-02-10 Armaan BhojwaniFix pickle implementation
2021-02-09 Armaan BhojwaniUpdate docstrings
2021-02-09 Armaan BhojwaniUpdate error code section of manpage
2021-02-09 Armaan BhojwaniAdd input file section to manpage
2021-02-09 Armaan BhojwaniUpdate README
2021-02-09 Armaan BhojwaniFix str + str to int + int concatenation issue
2021-02-09 Armaan BhojwaniRestructure files
2021-02-09 Armaan BhojwaniMove from script to using entry point in setup.py
2021-02-09 Armaan BhojwaniMake parser reject single column tables
2021-02-09 Armaan BhojwaniRemove purge-all option
2021-02-09 Armaan BhojwaniChange Card() from extending list to independent
2021-02-09 Armaan BhojwaniMove card flipping methods from Status to Card
2021-02-09 Armaan BhojwaniAdd more test case markdown files
2021-02-09 Armaan BhojwaniOnly grab data from first table in file
2021-02-09 Armaan BhojwaniCompress error exit
2021-02-08 Armaan BhojwaniReformat using Black
2021-02-08 Armaan BhojwaniAdd rough panel support
2021-02-03 Armaan BhojwaniSwitch bin lightcards to python from POSIX
2021-02-01 Armaan BhojwaniSwitch version-switch shebang
2021-02-01 Armaan BhojwaniUpdate README
2021-02-01 Armaan BhojwaniChange PyPI classifiers
2021-02-01 Armaan BhojwaniBump version to 0.6.0
2021-02-01 Armaan BhojwaniAdd packaging nonsense to .gitignore
2021-02-01 Armaan BhojwaniBump version number
2021-02-01 Armaan BhojwaniAdd version-switch script
2021-02-01 Armaan BhojwaniRestructure root and remove Makefile
2021-02-01 Armaan BhojwaniComment and clean code
2021-02-01 Armaan BhojwaniOnly cache stack
2021-02-01 Armaan BhojwaniUpdate bar/sidebar layout
2021-02-01 Armaan BhojwaniAdd alphabetize option
2021-02-01 Armaan BhojwaniAdd sidebar of starred cards
2021-02-01 Armaan BhojwaniSet index to 0 before saving if at end of set
2021-02-01 Armaan BhojwaniRemove unused variables
2021-02-01 Armaan BhojwaniChange menu text based on how the menu was opened
2021-02-01 Armaan BhojwaniClean up pickle implementation
2021-02-01 Armaan BhojwaniClean up lightcards.py
2021-02-01 Armaan BhojwaniChange shuffle/reverse logic
2021-02-01 Armaan BhojwaniStyle according to Flake8
2021-02-01 Armaan BhojwaniCache the stack and headers
2021-02-01 Armaan BhojwaniAdd preliminary pickle support
2021-02-01 Armaan BhojwaniMake control menu always accessible with "m"
2021-02-01 Armaan BhojwaniZfill percent done to 2 places
2021-02-01 Armaan BhojwaniClean up lightcards.py
2021-01-31 Armaan BhojwaniRemove executable permission on some files
2021-01-31 Armaan BhojwaniAdd ability to back out of end-of-deck menu
2021-01-31 Armaan BhojwaniFix backwards arrow keys
2021-01-31 Armaan BhojwaniClean up bar implementation
2021-01-31 Armaan BhojwaniChange how percent done is calculated
2021-01-31 Armaan BhojwaniMake file not found error print more standard
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 BhojwaniGitignore my TODO file
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 BhojwaniUpdate README
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 manpage installer to Makefile
2021-01-31 Armaan BhojwaniAdd keybindings section to manpage
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 BhojwaniAdd local and uninstall options to Makefile
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 BhojwaniUpdate README
2021-01-31 Armaan BhojwaniAdd menu at end of stack
next