summaryrefslogtreecommitdiff
path: root/LICENSE (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Update LICENSE to match setup.pyzlg1-80/+67
Whoops.
2018-09-03Branch off from master with pytest, tox, clickzlg1-0/+674
This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet.
y. 2018-11-15add SetKeyMap function, export funcs to own filezlg2-194/+278 With this commit, I can toggle between Dvorak and QWERTY layouts with <Leader>q, making it much easier to edit text over the network. 2018-11-12Clean up function commentszlg1-7/+11 2018-11-12Add BufDiff()zlg1-0/+47