Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | git(1): fix quoting in .IR | Sigrid Solveig Haflínudóttir | |
2023-05-12 | riow: add mod4+shift+q (delete current window) | Sigrid Solveig Haflínudóttir | |
2023-04-22 | 2c(1), 2l(1), tl: add thumb to the list. fix thechar: '5' → 't' | rodri | |
2023-04-10 | crop(1), memdraw(2): writememimage doesn't always write compressed images | rodri | |
2023-03-27 | tcs: add nfc and nfd output formats | Jacob Moody | |
2023-03-26 | ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txt | Jacob Moody | |
2023-03-13 | man1: various spelling fixes | Jacob Moody | |
2023-03-01 | test(1): add a missing space after -T | Sigrid Solveig Haflínudóttir | |
2023-02-24 | games/gb: crude serial port emulation | Jacob Moody | |
Timing is not as good as it needs to be, but servicable in more forgiving scenarios. Clock drift between two paired systems sits around 8 - 32 cycles when tested locally. | |||
2023-02-09 | audio/vocdec: Creative Voice File decoder | Jacob Moody | |
slight correction in file.c from previous commit | |||
2023-01-21 | games/dmid(1), games/opl3(1): formatting and update for streaming | qwx | |
clarifications and formatting; we also now include doom's shareware, use it in the examples. | |||
2023-01-15 | git(1): update example to work with today's github | Ori Bernstein | |
2023-01-10 | zuke(1): replace Beats 'n Breaks icy url with aNONradio | Sigrid Solveig Haflínudóttir | |
2023-01-09 | ssh(1): relies -> relays (thanks sigrid) | cinap_lenrek | |
2023-01-09 | ssh(1): fix usage and document -X flag | cinap_lenrek | |
2023-01-08 | look: add -b for specifying numeric base | Jacob Moody | |
2023-01-03 | dial(1): fix a typo | Sigrid Solveig Haflínudóttir | |
2023-01-03 | dial(1): typos | cinap_lenrek | |
2023-01-03 | dial(1): document -o options | cinap_lenrek | |
2023-01-03 | dial(1): add dial command similar to plan9port | cinap_lenrek | |
This is similar to plan9port dial(1), but names aux/dial because we already have the expect(1) commands in /bin/dial. One difference is that our dial allows specifying a command, similar to aux/listen1 that will get connected it standard input and output to the network connection. | |||
2023-01-02 | evdump(1): a program to dump input and window events | Sigrid Solveig Haflínudóttir | |
2022-12-05 | audio/scream: multicast audio protocol | cinap_lenrek | |
2022-12-03 | iconv: revert copying extra data on input | cinap_lenrek | |
I think this is better done by a shell script doing the extra copying as it breaks use cases where we want to consume bitmaps in a loop from a file-descriptor. | |||
2022-12-03 | git(1): The/ → The | Sigrid Solveig Haflínudóttir | |
2022-11-29 | iconv: copy extra data verbatim to allow font conversion/compression | Sigrid Solveig Haflínudóttir | |
2022-11-23 | riow(1): no. I give up trying to understand wtf is wrong with rio | Sigrid Solveig Haflínudóttir | |
2022-11-23 | riow(1): running via window(1) requires rfork n | Sigrid Solveig Haflínudóttir | |
2022-11-23 | riow(1): remove window(1) invocation | Sigrid Solveig Haflínudóttir | |
window '...' does not work the same way as running the command in a window manually (for whatever reason). | |||
2022-11-21 | riow(1): provide better examples of how to run it (thanks be0ba) | Sigrid Solveig Haflínudóttir | |
2022-11-12 | history(1): update SOURCE, formatting | qwx | |
2022-11-08 | reform(1): fix a missing space char | Sigrid Solveig Haflínudóttir | |
2022-11-05 | read: add -r to read runes instead of bytes (thanks umbraticus) | Sigrid Solveig Haflínudóttir | |
2022-11-04 | bar(1): explain the items separation better, mention the default separator char | Sigrid Solveig Haflínudóttir | |
2022-10-16 | cpu(1): why did we have an empty file? (thanks llamaa) | Ori Bernstein | |
2022-10-15 | zuke: basic replay gain support | Sigrid Solveig Haflínudóttir | |
2022-10-12 | ktrans(1): remove README files | Jacob Moody | |
While the logic described in these has been preserved carefully and still accurate, the man page now covers all that is presented and includes documentation on newer features. | |||
2022-10-12 | ktrans: revisit grammer handling and do some spring cleaning | Jacob Moody | |
Revisiting the man page example and README from the original ktrans there was some descripency on how to handle punction marks and special characters. Notably 。(.) and 、(,) need special casing. If we have anything in the buffer we need to tack on these characters as an Okuri tail and avoid the actual punction from entering the Kanji buffer. Newlines were previously modified to be taken as a completion if there was runes in the buffer. This has been backed out, instead Shift + Space can serve this role via kbmap should they prefer (and as is done in the jp kbmap). Instead we treat newlines as hints to reset the buffer. There was also a bug in where after cycling through all options the original hiragana was not printed back. This has been corrected. The max number of candidates has been bumped to 32 and moved to an enum. This does nearly double our resident memory size, but we reguarly had matches exceed this limit. A better solution is slated. The man page now makes an attempt to explain the rules around Okuri and Joshi input modes. | |||
2022-10-10 | ktrans(1): typo | Jacob Moody | |
2022-10-09 | ktrans: gui and man page rework | Jacob Moody | |
Graphical display shows current candidate list. | |||
2022-10-08 | reform/pm: kbdoled: allow any size/depth of uncompressed image - convert ↵ | Sigrid Solveig Haflínudóttir | |
ourselves | |||
2022-10-08 | reform/pm: kbdoled: clear the OLED on zero-length write | Sigrid Solveig Haflínudóttir | |
2022-10-08 | reform/pm: provide /dev/kbdoled to display a 126x32x1 bitmap on the keyboard ↵ | Sigrid Solveig Haflínudóttir | |
OLED | |||
2022-10-06 | reform/pm: add keyboard light level controlling to /dev/light | Sigrid Solveig Haflínudóttir | |
2022-10-06 | reform/shortcuts: use media keys for LCD brightness control | Sigrid Solveig Haflínudóttir | |
2022-10-06 | git(1): remove documentation for deleted '-b' option (thanks llamaa) | Ori Bernstein | |
2022-10-04 | reform/shortcuts: change to use available media keys via Hyper | Sigrid Solveig Haflínudóttir | |
2022-10-04 | riow(1): remove the filter warning as it passes unknown keys now | Sigrid Solveig Haflínudóttir | |
2022-10-02 | /sys/man: fix minor complaints from checkman | qwx | |
2022-10-02 | camv(1), nusb(4): add more details on camera operation | qwx | |
2022-09-20 | audio/zuke: fix/enable playlist loading via plumber "audio" port | Sigrid Solveig Haflínudóttir | |