summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Collapse)Author
2019-12-05Add basic unscoop import toolJune McEnroe
2019-12-05Add prepare and bind helpersJune McEnroe
2019-12-05Set busy timeoutJune McEnroe
2019-12-02Make user and host NOT NULL as wellJune McEnroe
Since involving NULLs in comparisons is awkward, I think I'll just use "*" for unknowns.
2019-12-02Enable foreign key enforcementJune McEnroe
2019-12-02Implement DB initialization and migrationJune McEnroe
2019-12-01Rename header file to database.hJune McEnroe
2019-12-01Change database file name to litterbox.sqliteJune McEnroe
2019-12-01Add XDG_DATA_DIRS default valueJune McEnroe
2019-12-01Implement database file searchJune McEnroe
2019-11-29Document -d option to unscoopJune McEnroe
2019-11-29Add unscoop manual pageJune McEnroe
d43a48a00ea42f5980d&follow=1'>Build with debug infoJune McEnroe 2017-07-31Don't dump tiles in coreJune McEnroe 2017-07-31Use designated initializers for messagesJune McEnroe 2017-07-31Show other clients' cursorsJune McEnroe 2017-07-31Perform enter as two moves rather than a loopJune McEnroe 2017-07-31Track tile access countsJune McEnroe 2017-07-31Adjust move speed in clientJune McEnroe 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroee McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe