summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-19 09:26:24 -0400
committerJune McEnroe <june@causal.agency>2020-03-19 09:26:24 -0400
commit3a16e2f05b91a772dfea3060300978504694266b (patch)
tree456bd9f317d88975ed43eeac0fb4b9e0ab5d698f /txt
parentAdd HISTFILE history saving (diff)
downloadsrc-3a16e2f05b91a772dfea3060300978504694266b.tar.gz
src-3a16e2f05b91a772dfea3060300978504694266b.zip
Add The Ten Thousand Doors of January
Uh oh, the library is closed.
Diffstat (limited to '')
-rw-r--r--txt/books.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/books.txt b/txt/books.txt
index 0a3bdf4a..39681756 100644
--- a/txt/books.txt
+++ b/txt/books.txt
@@ -1,5 +1,6 @@
 [ 2020 ]
 
+ 11. ★★☆ Alix E. Harrow, The Ten Thousand Doors of January
  10. ★★☆ N. K. Jemisin, The Stone Sky
   9. ★★★ Kai Cheng Thom, Fierce Femmes and Notorious Liars
   8. ★☆☆ Amal El-Mohtar & Max Gladstone, This Is How You Lose the Time War
FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe